HomeSort by relevance Sort by last modified time
    Searched refs:strsep (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/string/
strsep.c 1 /* $OpenBSD: strsep.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
43 * If *stringp is NULL, strsep returns NULL.
46 strsep(char **stringp, const char *delim) function
71 DEF_WEAK(strsep); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strsep.c 40 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
52 * If *stringp is NULL, strsep returns NULL.
55 strsep( function
String.inf 38 strsep.c
  /external/openssh/openbsd-compat/
strsep.c 1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
32 /* OPENBSD ORIGINAL: lib/libc/string/strsep.c */
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) function
  /external/tcpdump/missing/
strsep.c 53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim) function
  /external/tcpdump/
interface.h 65 extern char *strsep(char **, const char *);
print-esp.c 436 init = strsep(&line, " \t");
437 icookie = strsep(&line, " \t");
438 rcookie = strsep(&line, " \t");
439 authkey = strsep(&line, " \t");
440 enckey = strsep(&line, " \t");
497 spikey = strsep(&line, " \t");
553 spistr = strsep(&spikey, "@");
616 if ((line = strsep(&p, "\n,")) == NULL) {
  /device/generic/goldfish/ril/
at_tok.c 80 ret = strsep(p_cur, "\"");
83 ret = strsep(p_cur, ",");
  /external/openssh/
match.c 266 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
267 (p = strsep(&sp, SEP)), i++) {
275 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
276 (p = strsep(&cp, SEP)), i++) {
316 while ((cp = strsep(&tmp, ",")) != NULL) {
dh.c 66 arg = strsep(&cp, " "); /* type */
75 arg = strsep(&cp, " "); /* tests */
85 arg = strsep(&cp, " "); /* tries */
93 strsize = strsep(&cp, " "); /* size */
102 gen = strsep(&cp, " "); /* gen */
105 prime = strsep(&cp, " "); /* prime */
compat.c 233 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
mac.c 263 for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0';
264 (p = strsep(&cp, MAC_SEP))) {
  /external/u-boot/drivers/dfu/
dfu_sf.c 77 s = strsep(&devstr, ":");
83 s = strsep(&devstr, ":");
89 s = strsep(&devstr, ":");
98 s = strsep(&devstr, ":");
130 st = strsep(&s, " ");
dfu_tftp.c 29 * Any implicit modification (i.e. done by strsep()) will corrupt
39 strsep(&s, "@");
dfu_ram.c 62 *parg = strsep(&s, " ");
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetnamadr.c 98 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
108 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
gethostnamadr.c 103 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
113 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
  /external/ltp/testcases/kernel/containers/share/
ns_create.c 90 while ((token = strsep(&argv[1], ","))) {
ns_exec.c 113 while ((token = strsep(&argv[2], ","))) {
  /external/toybox/toys/pending/
klogd.c 93 if ((line_start = strsep(&start, "\n")) != NULL && start != NULL) used = 0;
  /external/u-boot/include/linux/
string.h 14 extern char * strsep(char **,const char *);
  /external/u-boot/cmd/
gpt.c 107 v = strsep(&s, ",");
110 k = strsep(&v, "=");
144 k = strsep(&s, ",");
412 val = strsep(&val, ";");
418 strsep(&s, ";");
446 tok = strsep(&s, ";");
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 74 char *strsep (register char **stringp, register const char *delim);
483 * If *stringp is NULL, strsep returns NULL.
486 strsep(
  /external/ltp/testcases/kernel/tracing/pt_test/
pt_test.c 74 strsep(&value, delims);
  /external/iptables/extensions/
libxt_set.h 155 ptr = strsep(&tmp, ",");
181 ptr = strsep(&tmp, ",");

Completed in 997 milliseconds

1 2 3 4