/external/curl/src/ |
D | tool_writeout.c | 111 char *stringp = NULL; in ourWriteOut() local 138 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp)) in ourWriteOut() 139 && stringp) in ourWriteOut() 140 fputs(stringp, stream); in ourWriteOut() 237 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp)) in ourWriteOut() 238 && stringp) in ourWriteOut() 239 fputs(stringp, stream); in ourWriteOut() 243 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp)) in ourWriteOut() 244 && stringp) in ourWriteOut() 245 fputs(stringp, stream); in ourWriteOut() [all …]
|
/external/minijail/ |
D | util.c | 220 char *tokenize(char **stringp, const char *delim) in tokenize() argument 225 if (stringp == NULL || *stringp == NULL || **stringp == '\0') in tokenize() 233 ret = *stringp; in tokenize() 234 *stringp = NULL; in tokenize() 239 while (**stringp != '\0') { in tokenize() 240 found = strstr(*stringp, delim); in tokenize() 247 ret = *stringp; in tokenize() 248 *stringp = NULL; in tokenize() 252 if (found != *stringp) { in tokenize() 255 ret = *stringp; in tokenize() [all …]
|
D | util.h | 68 char *tokenize(char **stringp, const char *delim);
|
/external/syslinux/com32/lib/ |
D | strsep.c | 7 char *strsep(char **stringp, const char *delim) in strsep() argument 9 char *s = *stringp; in strsep() 19 *stringp = e; in strsep()
|
/external/tcpdump/missing/ |
D | strsep.c | 56 strsep(char **stringp, const char *delim) in strsep() argument 63 if ((s = *stringp) == NULL) in strsep() 74 *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 | 148 char *strsep(char **stringp, const char *delim);
|
/external/fio/oslib/ |
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/libmtp/src/ |
D | unicode.c | 82 char *stringp = (char *) unicstr; in utf16_to_utf8() local 91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8() 115 char *stringp = (char *) localstr; // cast away "const" in utf8_to_utf16() local 126 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
|
D | ptp-pack.c | 206 char *stringp = string; in ptp_pack_string() local 208 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) 143 ((stringp status)
|
/external/curl/packages/OS400/ |
D | ccsidcurl.c | 369 convert_version_info_string(const char * * stringp, in convert_version_info_string() argument 378 if(*stringp) { in convert_version_info_string() 379 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string() 384 *stringp = *bufp; in convert_version_info_string()
|
/external/openssh/ |
D | sftp-server.c | 332 handle_to_string(int handle, u_char **stringp, int *hlenp) in handle_to_string() argument 334 if (stringp == NULL || hlenp == NULL) in handle_to_string() 336 *stringp = xmalloc(sizeof(int32_t)); in handle_to_string() 337 put_u32(*stringp, handle); in handle_to_string()
|
D | ssh-keyscan.c | 180 strnnsep(char **stringp, char *delim) in strnnsep() argument 185 tok = xstrsep(stringp, delim); in strnnsep()
|
/external/bison/lib/ |
D | string.in.h | 913 _GL_EXTERN_C char * mbssep (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)
|
/external/clang/test/Analysis/ |
D | string.c | 1098 char *strsep(char **stringp, const char *delim);
|