HomeSort by relevance Sort by last modified time
    Searched refs:strsep (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
string.h 80 extern char* strsep(char **, const char *);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostnamadr.c 103 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
113 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
  /external/openssh/
compat.c 233 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
mac.c 263 for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';
264 (p = strsep(&cp, MAC_SEP))) {
  /external/tcpdump/
print-esp.c 382 init = strsep(&line, " \t");
383 icookie = strsep(&line, " \t");
384 rcookie = strsep(&line, " \t");
385 authkey = strsep(&line, " \t");
386 enckey = strsep(&line, " \t");
443 spikey = strsep(&line, " \t");
499 spistr = strsep(&spikey, "@");
562 if ((line = strsep(&p, "\n,")) == NULL) {
  /external/ltp/testcases/kernel/containers/share/
ns_exec.c 113 while ((token = strsep(&argv[2], ","))) {
  /external/syslinux/gpxe/src/include/
string.h 38 char * strsep(char **s, const char *ct) __nonnull;
  /external/toybox/toys/posix/
cut.c 74 char *ctoken = strsep(&list, ","), *dtoken;
81 if (*(dtoken = strsep(&ctoken, "-"))) {
163 field = strsep(&buff, delimiter);
  /external/bison/lib/
string.in.h 541 _GL_FUNCDECL_SYS (strsep, char *,
545 _GL_CXXALIAS_SYS (strsep, char *,
547 _GL_CXXALIASWARN (strsep); variable
549 # undef strsep macro
550 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
555 # undef strsep macro
557 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
558 "use gnulib module strsep for portability")
    [all...]
  /system/core/libcutils/
sched_policy.cpp 204 if (!strsep(&next, ":")) {
208 if (!(found_subsys = strsep(&next, ":"))) {
217 if (!(grp = strsep(&next, ":"))) {
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 74 char *strsep (register char **stringp, register const char *delim);
483 * If *stringp is NULL, strsep returns NULL.
486 strsep(
  /external/syslinux/gpxe/src/core/
stringextra.c 20 * - Added strsep() which will replace strtok() soon (because strsep() is
21 * reentrant and should be faster). Use only strsep() in new code, please.
181 * WARNING: strtok is deprecated, use strsep instead.
206 * strsep - Split a string into tokens
210 * strsep() updates @s to point after the token, ready for the next call.
216 char * strsep(char **s, const char *ct) function
  /external/iptables/extensions/
libxt_set.h 155 ptr = strsep(&tmp, ",");
181 ptr = strsep(&tmp, ",");
  /external/bison/darwin-lib/
string.h 867 # undef strsep macro
    [all...]
  /external/bison/linux-lib/
string.h 867 # undef strsep macro
    [all...]
  /external/clang/test/Analysis/
string.c 1095 // strsep()
1098 char *strsep(char **stringp, const char *delim);
1101 strsep(&s, NULL); // expected-warning{{Null pointer argument in call to strsep()}}
1105 strsep(NULL, ""); // expected-warning{{Null pointer argument in call to strsep()}}
    [all...]
  /bionic/libc/bionic/
exec.cpp 142 while ((dir = strsep(&strsep_buf, ":"))) {
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 77 while (fd < 0 && (dir = strsep (&paths, ":")) != NULL)

Completed in 1553 milliseconds

1 2 34 5 6 7 8