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

/external/fio/lib/
H A Dstrsep.c3 char *strsep(char **stringp, const char *delim) argument
9 s = *stringp;
24 *stringp = s;
/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.h139 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/clang/tools/clang-format/
H A Dclang-format.el56 :safe #'stringp)
142 ((stringp status)
/external/ltrace/
H A Dsummary.c149 free_stringp_cb(const char **stringp, void *data) argument
151 free((char *)*stringp);
/external/openssh/
H A Dssh-keyscan.c179 strnnsep(char **stringp, char *delim) argument
184 tok = xstrsep(stringp, delim);
H A Dsftp-server.c337 handle_to_string(int handle, u_char **stringp, int *hlenp) argument
339 if (stringp == NULL || hlenp == NULL)
341 *stringp = xmalloc(sizeof(int32_t));
342 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/clang/test/Analysis/
H A Dstring.c1036 char *strsep(char **stringp, const char *delim);

Completed in 650 milliseconds