/external/iptables/extensions/ |
libxt_CT.c | 149 while ((t = strsep(&e, ","))) {
|
/external/openssh/ |
auth2.c | 474 while ((method = strsep(&methods, ",")) != NULL) {
|
ssh_api.c | 506 while ((alg = strsep(&avail, ",")) && *alg != '\0') {
|
sshconnect2.c | 133 while ((alg = strsep(&avail, ",")) && *alg != '\0') { [all...] |
/external/toybox/toys/pending/ |
fsck.c | 130 while ((p = strsep(&s, ","))) {
|
modprobe.c | 337 while ((tok = strsep(&tmp, " \t"))) {
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 326 if (!(name = strsep(&c, ":")))
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
grep.c | 378 while ((str = strsep(&eopts, " ")) != NULL)
|
/system/nvram/client/ |
nvram_client.c | 278 if (StringToControl(strsep(&tail, ","), &(controls_list[list_size - 1]))) {
|
/external/libevent/ |
http.c | 202 /* strsep replacement for platforms that lack it. Only works if 205 strsep(char **s, const char *del) function [all...] |
/external/syslinux/mk/ |
lib.mk | 75 strntoimax.o strsep.o strspn.o strstr.o \
|
/external/elfutils/libdwfl/ |
linux-kernel-modules.c | 461 state->type = strsep (&state->p, " \t\n");
|
/external/fio/ |
init.c | [all...] |
Makefile | 102 SOURCE += oslib/strsep.c
|
/external/iproute2/ip/ |
iptunnel.c | 164 strsep(&dsfield, "/");
|
/external/netcat/ |
netcat.c | 357 proxyhost = strsep(&proxy, ":");
|
/external/toybox/toys/net/ |
ifconfig.c | 285 name = strsep(&buf, ":");
|
/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,
|
/system/core/liblog/ |
logprint.c | 442 static char* strsep(char** stringp, const char* delim) { function 478 /* Yes, I'm using strsep */ 479 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) { [all...] |
/external/dhcpcd-6.8.2/ |
if-options.c | 446 while ((t = strsep(&p, ", "))) { [all...] |
dhcp-common.c | 164 while ((token = strsep(&p, ", "))) {
|
/bionic/libc/include/ |
string.h | 124 char* strsep(char** _Nonnull __restrict, const char* _Nonnull __restrict);
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
namespace.h | 542 #define strsep _strsep
|
/external/dnsmasq/src/ |
dnsmasq.c | 902 cmd = strsep(¶ms, "|");
|