Home
last modified time | relevance | path

Searched refs:funcstring (Results 1 – 2 of 2) sorted by relevance

/third_party/uapp/dash/src/
A Dnodes.c.pat57 char *funcstring; /* block to allocate strings from */
93 funcstring = (char *) f + blocksize;
160 char *rtn = funcstring;
162 funcstring = stpcpy(funcstring, s) + 1;
197 funcstring = stpcpy(funcstring, s) + 1;
222 char *result = funcstring;
223 funcstring += strlen(result) + 1;
369 funcstring = buffer + header.string_offset;
393 funcstring = buffer + header.string_offset;
A Dnodes.c61 char *funcstring; /* block to allocate strings from */ variable
124 funcstring = (char *) f + blocksize; in copyfunc()
353 char *rtn = funcstring;
355 funcstring = stpcpy(funcstring, s) + 1;
478 funcstring = stpcpy(funcstring, s) + 1; in encodestring()
580 char *result = funcstring; in decodestring()
581 funcstring += strlen(result) + 1; in decodestring()
726 funcstring = buffer + header.string_offset; in codec_encode()
749 funcstring = buffer + header.string_offset; in codec_decode()

Completed in 3 milliseconds