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

1 23 4 5

  /external/iptables/extensions/
libxt_set.h 104 ptr = strsep(&tmp, ",");
130 ptr = strsep(&tmp, ",");
libxt_CT.c 69 while ((t = strsep(&e, ","))) {
  /external/openssh/
mac.c 181 for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';
182 (p = strsep(&cp, MAC_SEP))) {
addrmatch.c 391 while ((cp = strsep(&list, ",")) != NULL) {
451 while ((cp = strsep(&list, ",")) != NULL) {
cipher.c 165 for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0';
166 (p = strsep(&cp, CIPHER_SEP))) {
kex.c 74 for ((p = strsep(&cp, ",")); p && *p != '\0';
75 (p = strsep(&cp, ","))) {
  /external/qemu/android/utils/
system.h 95 /** Handle strsep() on Win32
98 # undef strsep macro
99 # define strsep win32_strsep macro
  /system/core/libcutils/
sched_policy.c 180 if (!strsep(&next, ":")) {
184 if (!(subsys = strsep(&next, ":"))) {
193 if (!(grp = strsep(&next, ":"))) {
  /external/tcpdump/
print-esp.c 140 spikey = strsep(&line, " \t");
189 spistr = strsep(&spikey, "@");
310 if ((line = strsep(&ndo->ndo_espsecret, "\n,")) == NULL) {
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 137 if (!(part_name = strsep(&pair, "=")) || !pair || !(*pair)) {
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 99 while (fd < 0 && (dir = strsep (&path, ":")) != NULL)
find-debuginfo.c 175 while ((p = strsep (&path, ":")) != NULL)
linux-kernel-modules.c 402 const char *sym = (strsep (&p, " \t\n")
403 ? strsep (&p, " \t\n") : NULL);
  /external/openssh/openbsd-compat/
openbsd-compat.h 127 char *strsep(char **stringp, const char *delim);
port-aix.c 456 while ((grp = strsep(&grplist, ",")) != NULL) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 113 while((next = strsep(&full, delim)) != NULL) {
  /system/core/toolbox/
mount.c 100 while ((s = strsep(&arg, ",")) != NULL) {
181 while ((s = strsep(&type, ",")) != NULL) {
ps.c 18 char *p = strsep(strp,sep);
  /bionic/libc/unistd/
exec.c 169 while ((p = strsep(&cur, ":"))) {
  /system/netd/
logwrapper.c 190 while ((tmp = strsep(&next, " "))) {
  /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...]
  /bionic/libc/include/
string.h 80 extern char* strsep(char **, const char *);
  /external/chromium/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...]
  /bootable/diskinstaller/
installer.c 294 while ((tmp = strsep(&flagstr, ","))) {
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 274 if (!(name = strsep(&c, ":")))

Completed in 1313 milliseconds

1 23 4 5