Searched refs:stringp (Results 1 – 6 of 6) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | compat.c | 221 char *strsep(char **stringp, const char *delim) { in strsep() argument 227 if ((s = *stringp) == NULL) in strsep() 238 *stringp = s; in strsep()
|
/third_party/curl/lib/ |
D | krb5.c | 213 char *stringp; in krb5_auth() local 243 stringp = aprintf("%s@%s", service, host); in krb5_auth() 244 if(!stringp) in krb5_auth() 247 input_buffer.value = stringp; in krb5_auth() 248 input_buffer.length = strlen(stringp); in krb5_auth() 251 free(stringp); in krb5_auth()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | compat.h | 72 extern char *strsep(char **stringp, const char *delim);
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509parse.function | 164 char *mystrsep(char **stringp, const char *delim) 167 char *ret = *stringp; 169 if( *stringp == NULL ) 172 for( ; ; (*stringp)++ ) 174 if( **stringp == '\0' ) 176 *stringp = NULL; 181 if( **stringp == *p ) 183 **stringp = '\0'; 184 (*stringp)++;
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.c | 367 convert_version_info_string(const char **stringp, in convert_version_info_string() argument 375 if(*stringp) { in convert_version_info_string() 376 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string() 381 *stringp = *bufp; in convert_version_info_string()
|
/third_party/gettext/gettext-tools/emacs/ |
D | po-mode.el | 1746 (if (stringp form) 1957 (if (stringp form) 3281 (if (stringp po-team-name-to-code)
|