HomeSort by relevance Sort by last modified time
    Searched refs:strsep (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/skia/third_party/yasm/config/win/
Makefile 387 section.$(OBJEXT) strcasecmp.$(OBJEXT) strsep.$(OBJEXT) \
    [all...]
  /external/fio/
init.c     [all...]
Makefile 91 SOURCE += lib/strsep.c
options.c 78 while ((fname = strsep(&str, ":")) != NULL) {
257 while ((fname = strsep(&str, ":")) != NULL) {
480 while ((cpu = strsep(&str, ",")) != NULL) {
489 while ((cpu2 = strsep(&str2, "-")) != NULL) {
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 461 state->type = strsep (&state->p, " \t\n");
  /external/iproute2/ip/
iptunnel.c 164 strsep(&dsfield, "/");
  /external/netcat/
netcat.c 357 proxyhost = strsep(&proxy, ":");
  /external/tlsdate/src/
tlsdated.c 464 for (i = 0; (supp_groups[i] = strsep (&arg, ",")); i++) ;
  /external/toybox/toys/other/
ifconfig.c 282 name = strsep(&buf, ":");
  /external/toybox/toys/pending/
modprobe.c 339 while ((tok = strsep(&tmp, " \t"))) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 557 extern char *strsep (char **__restrict __stringp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 559 extern char *strsep (char **__restrict __stringp,
  /external/dhcpcd-6.8.2/
if-options.c 446 while ((t = strsep(&p, ", "))) {
    [all...]
dhcp-common.c 164 while ((token = strsep(&p, ", "))) {
  /external/ltrace/etc/
libc.so.conf 317 string strsep(addr,string);
  /external/dnsmasq/src/
dnsmasq.c 1010 cmd = strsep(&params, "|");
    [all...]
  /external/tcpdump/
netdissect.h 71 extern char *strsep(char **, const char *);
  /system/netd/server/
BandwidthController.cpp 249 while ((tmp = strsep(&next, " "))) {
    [all...]
  /external/iptables/libxtables/
xtoptions.c 638 while ((arg = strsep(&wp_arg, ":")) != NULL) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h 1287 # define strsep macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1287 # define strsep macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1287 # define strsep macro
    [all...]
  /system/core/liblog/
logprint.c 435 /* Yes, I'm using strsep */
436 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
    [all...]
  /bionic/libc/
Android.mk 549 upstream-openbsd/lib/libc/string/strsep.c \
    [all...]
  /external/libevent/
configure     [all...]

Completed in 1162 milliseconds

1 2 3 45 6