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

1 2 3 4 5 6 78

  /external/fio/
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/kmod/libkmod/
libkmod-config.c 480 char *t = strsep(&value, ",");
  /external/ltp/pan/
ltp-pan.c 1196 n->name = strdup(strsep(&a, " \t"));
    [all...]
  /external/syslinux/com32/gfxboot/
gfxboot.c 954 while((t = strsep(&initrd_arg, ","))) {
  /external/tcpdump/
netdissect.h 71 extern char *strsep(char **, const char *);
  /system/netd/server/
BandwidthController.cpp 242 while ((tmp = strsep(&next, " "))) {
    [all...]
  /external/openssh/
servconf.c     [all...]
ssh-keygen.c 1062 while ((cp = strsep(&hosts, ",")) != NULL && *cp != '\0') {
    [all...]
sshkey.c 232 for ((p = strsep(&cp, ",")); p && *p != '\0';
233 (p = strsep(&cp, ","))) {
    [all...]
configure     [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...]
  /external/libevent/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 706 milliseconds

1 2 3 4 5 6 78