Searched refs:stringp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dstrsep.c40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
45 * On return, *stringp points past the last NUL written (if there might
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(stringp, delim)
52 char **stringp;
60 if ((s = *stringp) == NULL)
71 *stringp = s;
H A Dlibkern.h150 extern char *strsep(char **stringp, const char *delim);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c340 char **stringp, char *magic, enum type targettype);
341 int parsedollar(struct function *fp, char **stringp, struct string *sp);
345 int parsefunctioncall(struct function *fp, char *start, char **stringp,
347 int parsearray(struct function *fp, char **stringp, struct string *sp,
959 list for it. The string starts at *stringp and ends at a \0 or at any
960 character in the `magic' string other than { or $. *stringp is updated
966 char **stringp, char *magic, enum type targettype) {
975 p = *stringp;
1058 *stringp = p;
1069 /* Parse a $ operation at **stringp an
965 makestring(struct function *fp, struct string **stringlink, char **stringp, char *magic, enum type targettype) argument
1072 parsedollar(struct function *fp, char **stringp, struct string *sp) argument
1250 parsefunctioncall(struct function *fp, char *start, char **stringp, struct string *sp) argument
1292 parsearray(struct function *fp, char **stringp, struct string *sp, enum type t) argument
[all...]

Completed in 62 milliseconds