Searched refs:stringp (Results 1 – 14 of 14) sorted by relevance
/external/fio/lib/ |
D | strsep.c | 3 char *strsep(char **stringp, const char *delim) in strsep() argument 9 s = *stringp; in strsep() 24 *stringp = s; in strsep()
|
/external/openssh/openbsd-compat/ |
D | strsep.c | 53 strsep(char **stringp, const char *delim) in strsep() argument 60 if ((s = *stringp) == NULL) in strsep() 71 *stringp = s; in strsep()
|
D | openbsd-compat.h | 139 char *strsep(char **stringp, const char *delim);
|
/external/tcpdump/missing/ |
D | strsep.c | 59 strsep(char **stringp, const char *delim) in strsep() argument 66 if ((s = *stringp) == NULL) in strsep() 77 *stringp = s; in strsep()
|
/external/libmtp/src/ |
D | unicode.c | 81 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()
|
D | ptp-pack.c | 173 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/ |
D | clang-format.el | 56 :safe #'stringp) 142 ((stringp status)
|
/external/ltrace/ |
D | summary.c | 149 free_stringp_cb(const char **stringp, void *data) in free_stringp_cb() argument 151 free((char *)*stringp); in free_stringp_cb()
|
/external/openssh/ |
D | ssh-keyscan.c | 179 strnnsep(char **stringp, char *delim) in strnnsep() argument 184 tok = xstrsep(stringp, delim); in strnnsep()
|
D | sftp-server.c | 337 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/ |
D | string.in.h | 913 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
|
/external/clang/test/Analysis/ |
D | string.c | 1036 char *strsep(char **stringp, const char *delim);
|
/external/bison/linux-lib/ |
D | string.h | 1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
|
/external/bison/darwin-lib/ |
D | string.h | 1225 _GL_EXTERN_C char * mbssep (char **stringp, const char *delim)
|