Searched refs:stringp (Results 1 - 9 of 9) sorted by relevance
/third_party/backends/lib/ |
H A D | strsep.c | 25 strsep (char **stringp, const char *delim) in strsep() argument 29 begin = *stringp; in strsep() 39 *stringp = end; in strsep() 43 *stringp = NULL; in strsep()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compat.c | 211 * Get next token from string *stringp, where tokens are possibly-empty 214 * Writes NULs into the string at *stringp to end tokens. 216 * On return, *stringp points past the last NUL written (if there might 219 * If *stringp is NULL, strsep returns NULL. 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/alsa-utils/topology/ |
H A D | pre-process-object.c | 1648 * *stringp. Allocates memory for it and copies it there. The 1650 * before $VAR_NAME, it is returned in '*prefix'. The *stringp is 1660 * The function modifies *stringp, and *prefix - if not NULL - points 1661 * to the original *stringp, *varname - if not NULL - is malloced and 1664 * Returns 0 if the *stringp was an empty string. 1668 static int tplg_get_varname(char **stringp, char **prefix, char **varname) in tplg_get_varname() argument 1675 prefix_len = strcspn(*stringp, "$"); in tplg_get_varname() 1676 *prefix = *stringp; in tplg_get_varname() 1677 (*stringp) += prefix_len; in tplg_get_varname() 1678 if (**stringp in tplg_get_varname() [all...] |
/third_party/curl/lib/ |
H A D | krb5.c | 213 char *stringp; in krb5_auth() local 246 stringp = aprintf("%s@%s", service, host); in krb5_auth() 247 if(!stringp) in krb5_auth() 250 input_buffer.value = stringp; in krb5_auth() 251 input_buffer.length = strlen(stringp); in krb5_auth() 254 free(stringp); in krb5_auth()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | compat.h | 72 extern char *strsep(char **stringp, const char *delim);
|
/third_party/backends/include/sane/ |
H A D | config.h | 776 char *strsep(char **stringp, const char *delim);
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 391 convert_version_info_string(const char **stringp, in convert_version_info_string() argument 399 if(*stringp) { in convert_version_info_string() 400 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID); in convert_version_info_string() 405 *stringp = *bufp; in convert_version_info_string()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 5691 StringPiece stringp(input.c_str(), tag.length()); in TestForLanguageTagLegacyTagBug21676() 5692 std::string name = Locale::forLanguageTag(stringp, status).getName(); in TestForLanguageTagLegacyTagBug21676()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 38 milliseconds