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

/external/openssh/openbsd-compat/
H A Dstrsep.c42 * Get next token from string *stringp, where tokens are possibly-empty
45 * Writes NULs into the string at *stringp to end tokens.
47 * On return, *stringp points past the last NUL written (if there might
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) argument
60 if ((s = *stringp) == NULL)
71 *stringp = s;
H A Dopenbsd-compat.h127 char *strsep(char **stringp, const char *delim);
/external/tcpdump/missing/
H A Dstrsep.c48 * Get next token from string *stringp, where tokens are possibly-empty
51 * Writes NULs into the string at *stringp to end tokens.
53 * On return, *stringp points past the last NUL written (if there might
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) argument
66 if ((s = *stringp) == NULL)
77 *stringp = s;
/external/libmtp/src/
H A Dunicode.c81 char *stringp = (char *) unicstr; local
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
114 char *stringp = (char *) localstr; // cast away "const" local
125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax);
H A Dptp-pack.c173 char *stringp = string; local
175 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen,
/external/openssh/
H A Dssh-keyscan.c174 strnnsep(char **stringp, char *delim) argument
179 tok = xstrsep(stringp, delim);
H A Dsftp-server.c236 handle_to_string(int handle, char **stringp, int *hlenp) argument
238 if (stringp == NULL || hlenp == NULL)
240 *stringp = xmalloc(sizeof(int32_t));
241 put_u32(*stringp, handle);
/external/bison/lib/
H A Dstring.in.h913 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
/external/bison/darwin-lib/
H A Dstring.h1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
/external/bison/linux-lib/
H A Dstring.h1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
/external/hyphenation/
H A Dcsutil.c11 char * mystrsep(char ** stringp, const char delim) argument
14 char * mp = *stringp;
20 *stringp = dp+1;
30 *stringp = mp + n;

Completed in 333 milliseconds