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

1 2 34 5 6

  /system/core/libcutils/
sched_policy.c 180 if (!strsep(&next, ":")) {
184 if (!(subsys = strsep(&next, ":"))) {
193 if (!(grp = strsep(&next, ":"))) {
  /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...]
  /external/elfutils/0.153/libdwfl/
dwfl_build_id_find_elf.c 97 while (fd < 0 && (dir = strsep (&path, ":")) != NULL)
find-debuginfo.c 201 while ((p = strsep (&path, ":")) != NULL)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 113 while((next = strsep(&full, delim)) != NULL) {
  /system/core/toolbox/
mount.c 101 while ((s = strsep(&arg, ",")) != NULL) {
204 while ((s = strsep(&type, ",")) != NULL) {
ps.c 18 char *p = strsep(strp,sep);
  /external/fio/
configure 872 # strsep() probe
873 strsep="no"
878 strsep(NULL, NULL);
882 if compile_prog "" "" "strsep"; then
883 strsep="yes"
885 echo "strsep $strsep"
1262 if test "$strsep" = "yes" ; then
  /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 1033 // strsep()
1036 char *strsep(char **stringp, const char *delim);
1039 strsep(&s, NULL); // expected-warning{{Null pointer argument in call to strsep()}}
1043 strsep(NULL, ""); // expected-warning{{Null pointer argument in call to strsep()}}
1048 char *result = strsep(&s, ""); // no-warning
1054 char *result = strsep(&s, ""); // no-warning
1060 strsep(&s, ""); // no-warning
1076 strsep(&s, "b"); // no-warnin
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
exec.c 168 while ((p = strsep(&cur, ":"))) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 101 #define yasm__strsep(a, b) strsep(a, b)
splint.sh 47 libyasm/strsep.c \
  /external/qemu/proxy/
proxy_http_rewriter.c 16 #include "android/utils/system.h" /* strsep */
443 method = strsep(&p, " ");
449 uri = strsep(&p, " ");
455 version = strsep(&p, " ");
490 protocol = strsep(&p, " ");
496 number = strsep(&p, " ");
546 key = strsep(&value, ":");
    [all...]
  /external/tcpdump/win32/prj/
GNUmakefile 40 ../../missing/strsep.o \
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 366 tmp.name = strsep(&arg, ",");
  /external/chromium_org/third_party/libevent/
http.c 223 /* strsep replacement for platforms that lack it. Only works if
226 strsep(char **s, const char *del) function
1218 protocol = strsep(&line, " ");
1221 number = strsep(&line, " ");
1261 method = strsep(&line, " ");
1264 uri = strsep(&line, " ");
1267 version = strsep(&line, " ");
    [all...]
  /external/libselinux/src/
android.c 936 cur = strsep(&next, " \t\n");
942 cur = strsep(&next, " \t\n");
948 cur = strsep(&next, " \t\n");
952 cur = strsep(&next, " \t\n");
958 cur = strsep(&next, " \t\n");
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 910 cur = strsep(&next, " \t\n");
916 cur = strsep(&next, " \t\n");
922 cur = strsep(&next, " \t\n");
926 cur = strsep(&next, " \t\n");
932 cur = strsep(&next, " \t\n");
    [all...]
  /bionic/libc/include/
string.h 84 extern char* strsep(char** __restrict, const char* __restrict);
  /development/ndk/platforms/android-L/include/
string.h 83 extern char* strsep(char** __restrict, const char* __restrict);
  /external/fio/crc/
test.c 328 while ((name = strsep(&str, ",")) != NULL) {
  /external/fio/profiles/
act.c 282 dev = strsep(&device_names, ",");
  /external/iptables/extensions/
libxt_CT.c 102 while ((t = strsep(&e, ","))) {

Completed in 3399 milliseconds

1 2 34 5 6