Home
last modified time | relevance | path

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

/external/fio/lib/
Dstrsep.c3 char *strsep(char **stringp, const char *delim) in strsep() argument
9 s = *stringp; in strsep()
24 *stringp = s; in strsep()
/external/openssh/openbsd-compat/
Dstrsep.c53 strsep(char **stringp, const char *delim) in strsep() argument
60 if ((s = *stringp) == NULL) in strsep()
71 *stringp = s; in strsep()
Dopenbsd-compat.h139 char *strsep(char **stringp, const char *delim);
/external/tcpdump/missing/
Dstrsep.c59 strsep(char **stringp, const char *delim) in strsep() argument
66 if ((s = *stringp) == NULL) in strsep()
77 *stringp = s; in strsep()
/external/libmtp/src/
Dunicode.c81 char *stringp = (char *) unicstr; in utf16_to_utf8() local
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
114 char *stringp = (char *) localstr; // cast away "const" in utf8_to_utf16() local
125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
Dptp-pack.c173 char *stringp = string; in ptp_pack_string() local
175 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, in ptp_pack_string()
/external/clang/tools/clang-format/
Dclang-format.el56 :safe #'stringp)
142 ((stringp status)
/external/ltrace/
Dsummary.c149 free_stringp_cb(const char **stringp, void *data) in free_stringp_cb() argument
151 free((char *)*stringp); in free_stringp_cb()
/external/openssh/
Dssh-keyscan.c179 strnnsep(char **stringp, char *delim) in strnnsep() argument
184 tok = xstrsep(stringp, delim); in strnnsep()
Dsftp-server.c337 handle_to_string(int handle, u_char **stringp, int *hlenp) in handle_to_string() argument
339 if (stringp == NULL || hlenp == NULL) in handle_to_string()
341 *stringp = xmalloc(sizeof(int32_t)); in handle_to_string()
342 put_u32(*stringp, handle); in handle_to_string()
/external/bison/lib/
Dstring.in.h913 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
/external/clang/test/Analysis/
Dstring.c1036 char *strsep(char **stringp, const char *delim);
/external/bison/linux-lib/
Dstring.h1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
/external/bison/darwin-lib/
Dstring.h1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)