Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcompat.c221 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/
Dkrb5.c213 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/
Dcompat.h72 extern char *strsep(char **stringp, const char *delim);
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function164 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/
Dccsidcurl.c367 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/
Dpo-mode.el1746 (if (stringp form)
1957 (if (stringp form)
3281 (if (stringp po-team-name-to-code)