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

1 2 34 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 354 extern char *strsep (char **__restrict __stringp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 354 extern char *strsep (char **__restrict __stringp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 354 extern char *strsep (char **__restrict __stringp,
  /external/tcpdump/
interface.h 65 extern char *strsep(char **, const char *);
netdissect.h 65 extern char *strsep(char **, const char *);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 293 if (!(name = strsep(&c, ":")))
  /system/core/toolbox/grep/
grep.c 381 while ((str = strsep(&eopts, " ")) != NULL)
  /external/dhcpcd/
if-options.c 286 while ((t = strsep(&p, ", "))) {
833 option = strsep(&line, " \t");
dhcp.c 218 while ((token = strsep(&p, ", "))) {
    [all...]
  /external/openssh/
ssh-keygen.c 1105 for (cp2 = strsep(&cp, ",");
1107 cp2 = strsep(&cp, ",")) {
    [all...]
key.c 1312 for ((p = strsep(&cp, ",")); p && *p != '\0';
1313 (p = strsep(&cp, ","))) {
    [all...]
  /external/linux-tools-perf/
builtin-kmem.c 647 tok = strsep(&str, ",");
  /external/netcat/
netcat.c 357 proxyhost = strsep(&proxy, ":");
  /system/core/init/
init.c 359 while((bword = strsep(&next, " "))) {
  /system/core/liblog/
logprint.c 315 // Yes, I'm using strsep
316 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
  /external/libppp/src/
datalink.c 201 dl->phone.alt = strsep(&dl->phone.next, ":");
203 phone = strsep(&dl->phone.alt, "|");
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 1004 cmd = strsep(&params, ":");
    [all...]
network.c 777 while ((saddr = strsep(&next, ":"))) {
  /external/linux-tools-perf/util/
trace-event-parse.c 300 addr_str = strsep(&line, ":");
    [all...]
  /external/oprofile/libop/
op_events.c 323 while ((s = strsep(&value, ",")) != NULL) {
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 420 path[i] = strsep((char **)&list, ":");
    [all...]
  /system/core/toolbox/
dd.c 1289 tmp.name = strsep(&arg, ",");
  /system/netd/
BandwidthController.cpp 202 while ((tmp = strsep(&next, " "))) {
    [all...]
  /bionic/libc/
Android.mk 201 string/strsep.c \
  /external/iptables/iptables/
xtoptions.c 638 while ((arg = strsep(&wp_arg, ":")) != NULL) {

Completed in 1573 milliseconds

1 2 34 5