/system/core/nexus/ |
DhcpListener.cpp | 55 if (!(tmp = strsep(&next, ":"))) { 67 if (!inet_aton(strsep(&next, ":"), &ipaddr)) { 70 if (!inet_aton(strsep(&next, ":"), &netmask)) { 73 if (!inet_aton(strsep(&next, ":"), &broadcast)) { 76 if (!inet_aton(strsep(&next, ":"), &gateway)) { 79 if (!inet_aton(strsep(&next, ":"), &dns1)) { 82 if (!inet_aton(strsep(&next, ":"), &dns2)) { 94 if (!(tmp = strsep(&next, ":"))) {
|
SupplicantStatus.cpp | 54 while((line = strsep(&next, "\n"))) { 56 char *token = strsep(&line_next, "="); 57 char *value = strsep(&line_next, "=");
|
WifiNetwork.cpp | 45 if (!(id = strsep(&next, "\t"))) 47 if (!(ssid = strsep(&next, "\t"))) 49 if (!(bssid = strsep(&next, "\t"))) 51 if (!(flags = strsep(&next, "\t"))) 517 while((v_token = strsep(&v_next, " "))) { 553 while((v_token = strsep(&v_next, " "))) { 582 while((v_token = strsep(&v_next, " "))) { 609 while((v_token = strsep(&v_next, " "))) { 644 while((v_token = strsep(&v_next, " "))) {
|
Supplicant.cpp | 313 if (!(s = strsep(&next, " "))) { 335 if (!(s = strsep(&next, " "))) { 341 if (!(s = strsep(&next, " "))) {
|
/bionic/libc/string/ |
strsep.c | 1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ 44 * If *stringp is NULL, strsep returns NULL. 47 strsep(char **stringp, const char *delim) function
|
/external/tcpdump/missing/ |
strsep.c | 36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003/03/25 08:33:48 guy Exp $ (LBL)"; 56 * If *stringp is NULL, strsep returns NULL. 59 strsep(char **stringp, const char *delim) function
|
/hardware/ril/reference-ril/ |
at_tok.c | 80 ret = strsep(p_cur, "\""); 83 ret = strsep(p_cur, ",");
|
/system/vold/ |
main.cpp | 189 if (!(type = strsep(&next, " \t"))) { 193 if (!(label = strsep(&next, " \t"))) { 197 if (!(mount_point = strsep(&next, " \t"))) { 206 if (!(part = strsep(&next, " \t"))) { 221 while((sysfs_path = strsep(&next, " \t"))) {
|
/system/core/libcutils/ |
sched_policy.c | 148 if (!strsep(&next, ":")) { 152 if (!(subsys = strsep(&next, ":"))) { 161 if (!(grp = strsep(&next, ":"))) {
|
/external/qemu/android/utils/ |
system.h | 88 /** Handle strsep() on Win32 91 # undef strsep macro 92 # define strsep win32_strsep macro
|
/bionic/libc/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/external/kernel-headers/original/linux/ |
string.h | 73 extern char * strsep(char **,const char *);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
string.h | 80 extern char* strsep(char **, const char *);
|
/system/netd/ |
NatController.cpp | 54 while ((tmp = strsep(&next, " "))) {
|
ThrottleController.cpp | 55 while ((tmp = 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/iptables/extensions/ |
libipt_set.h | 22 ptr = strsep(&tmp, ",");
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 113 while((next = strsep(&full, delim)) != NULL) {
|
/system/core/toolbox/ |
mount.c | 95 while ((s = strsep(&arg, ",")) != NULL) { 169 while ((s = strsep(&type, ",")) != NULL) {
|