HomeSort by relevance Sort by last modified time
    Searched refs:stringp (Results 1 - 25 of 30) sorted by null

1 2

  /external/syslinux/com32/lib/
strsep.c 7 char *strsep(char **stringp, const char *delim)
9 char *s = *stringp;
19 *stringp = e;
  /external/fio/oslib/
strsep.c 3 char *strsep(char **stringp, const char *delim)
9 s = *stringp;
24 *stringp = s;
  /bionic/libc/upstream-openbsd/lib/libc/string/
strsep.c 35 * Get next token from string *stringp, where tokens are possibly-empty
38 * Writes NULs into the string at *stringp to end tokens.
40 * On return, *stringp points past the last NUL written (if there might
43 * If *stringp is NULL, strsep returns NULL.
46 strsep(char **stringp, const char *delim)
53 if ((s = *stringp) == NULL)
64 *stringp = s;
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strsep.c 44 * Get next token from string *stringp, where tokens are possibly-empty
47 * Writes NULs into the string at *stringp to end tokens.
49 * On return, *stringp points past the last NUL written (if there might
52 * If *stringp is NULL, strsep returns NULL.
56 register char **stringp,
65 if ((s = *stringp) == NULL)
76 *stringp = s;
  /external/openssh/openbsd-compat/
strsep.c 42 * Get next token from string *stringp, where tokens are possibly-empty
45 * Writes NULs into the string at *stringp to end tokens.
47 * On return, *stringp points past the last NUL written (if there might
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim)
60 if ((s = *stringp) == NULL)
71 *stringp = s;
openbsd-compat.h 148 char *strsep(char **stringp, const char *delim);
  /external/tcpdump/missing/
strsep.c 45 * Get next token from string *stringp, where tokens are possibly-empty
48 * Writes NULs into the string at *stringp to end tokens.
50 * On return, *stringp points past the last NUL written (if there might
53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim)
63 if ((s = *stringp) == NULL)
74 *stringp = s;
  /external/curl/src/
tool_writeout.c 111 char *stringp = NULL; local
138 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &stringp))
139 && stringp)
140 fputs(stringp, stream);
237 curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &stringp))
238 && stringp)
239 fputs(stringp, stream);
243 curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &stringp))
244 && stringp)
245 fputs(stringp, stream)
    [all...]
  /external/minijail/
util.c 220 char *tokenize(char **stringp, const char *delim)
225 if (stringp == NULL || *stringp == NULL || **stringp == '\0')
233 ret = *stringp;
234 *stringp = NULL;
239 while (**stringp != '\0') {
240 found = strstr(*stringp, delim);
247 ret = *stringp;
248 *stringp = NULL
    [all...]
util.h 68 char *tokenize(char **stringp, const char *delim);
  /external/libmtp/src/
unicode.c 82 char *stringp = (char *) unicstr; local
91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
115 char *stringp = (char *) localstr; // cast away "const" local
126 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax);
  /external/clang/tools/clang-format/
clang-format.el 56 :safe #'stringp)
143 ((stringp status)
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 74 char *strsep (register char **stringp, register const char *delim);
475 * Get next token from string *stringp, where tokens are possibly-empty
478 * Writes NULs into the string at *stringp to end tokens.
480 * On return, *stringp points past the last NUL written (if there might
483 * If *stringp is NULL, strsep returns NULL.
487 register char **stringp,
  /prebuilts/misc/common/swig/include/2.0.11/uffi/
uffi.swg 41 (assert (stringp cname))
69 (assert (stringp cname))
  /external/curl/packages/OS400/
ccsidcurl.c 369 convert_version_info_string(const char * * stringp,
378 if(*stringp) {
379 int l = convert(*bufp, *left, ccsid, *stringp, -1, ASCII_CCSID);
384 *stringp = *bufp;
  /toolchain/binutils/binutils-2.25/binutils/
debug.c 225 bfd_boolean stringp; member in struct:debug_array_type
    [all...]
stabs.c 1146 bfd_boolean stringp; local
1156 stringp = FALSE;
    [all...]
wrstabs.c 1018 bfd_boolean stringp)
1036 if (! stringp)
    [all...]
  /system/core/liblog/
logprint.c 442 static char* strsep(char** stringp, const char* delim) {
444 char* ret = *stringp;
456 *stringp = token;
    [all...]
  /external/openssh/
sftp-server.c 332 handle_to_string(int handle, u_char **stringp, int *hlenp)
334 if (stringp == NULL || hlenp == NULL)
336 *stringp = xmalloc(sizeof(int32_t));
337 put_u32(*stringp, handle);
    [all...]
ssh-keyscan.c 180 strnnsep(char **stringp, char *delim)
185 tok = xstrsep(stringp, delim);
  /external/bison/lib/
string.in.h 523 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
524 If one is found, overwrite it with a NUL, and advance *STRINGP
525 to point to the next char after it. Otherwise, set *STRINGP to NULL.
526 If *STRINGP was already NULL, nothing happens.
527 Return the old value of *STRINGP.
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 406 (cl::assert (cl::stringp cname))
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 1262 bfd_boolean stringp; local
    [all...]
  /external/bison/darwin-lib/
string.h 835 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
836 If one is found, overwrite it with a NUL, and advance *STRINGP
837 to point to the next char after it. Otherwise, set *STRINGP to NULL.
838 If *STRINGP was already NULL, nothing happens.
839 Return the old value of *STRINGP.
    [all...]

Completed in 3460 milliseconds

1 2