Home
last modified time | relevance | path

Searched refs:stringp (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int…
Dvariable.h125 extern int handle_function PARAMS ((char **op, char **stringp));
Dfunction.c2124 handle_function (char **op, char **stringp) in handle_function() argument
2127 char openparen = (*stringp)[0]; in handle_function()
2136 beg = *stringp + 1; in handle_function()
2166 *stringp = end; in handle_function()
Dread.c2254 parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip) in parse_file_seq() argument
2258 char *p = *stringp; in parse_file_seq()
2479 *stringp = p; in parse_file_seq()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstring.in.h551 extern char * mbssep (char **stringp, const char *delim);