Searched refs:stringp (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrsep_copy.c42 /* strsep, but with const stringp, so return string in buf */
45 strsep_copy(const char **stringp, const char *delim, char *buf, size_t len) argument
47 const char *save = *stringp;
51 *stringp = *stringp + strcspn(*stringp, delim);
52 l = min(len, (size_t)(*stringp - save));
58 l = *stringp - save;
59 if(**stringp == '\0')
60 *stringp
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dstrsep.c48 char *strsep(char **stringp, const char *delim) argument
52 if(stringp == NULL || *stringp == NULL)
54 orig = *stringp;
55 s = *stringp;
60 *stringp = s+1;
62 *stringp = NULL;
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_strsep.c42 * Get next token from string *stringp, where tokens are possibly-empty
45 * Writes NULs into the string at *stringp to end tokens.
47 * On return, *stringp points past the last NUL written (if there might
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) argument
60 if ((s = *stringp) == NULL)
71 *stringp = s;
/freebsd-11-stable/lib/libc/string/
H A Dstrsep.c40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
45 * On return, *stringp points past the last NUL written (if there might
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(char **stringp, const char *delim) argument
58 if ((s = *stringp) == NULL)
69 *stringp = s;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrsep.c42 * Get next token from string *stringp, where tokens are possibly-empty
45 * Writes NULs into the string at *stringp to end tokens.
47 * On return, *stringp points past the last NUL written (if there might
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) argument
60 if ((s = *stringp) == NULL)
71 *stringp = s;
H A Dopenbsd-compat.h148 char *strsep(char **stringp, const char *delim);
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dstrsep.c45 * Get next token from string *stringp, where tokens are possibly-empty
48 * Writes NULs into the string at *stringp to end tokens.
50 * On return, *stringp points past the last NUL written (if there might
53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim) argument
63 if ((s = *stringp) == NULL)
74 *stringp = s;
/freebsd-11-stable/sys/libkern/
H A Dstrsep.c40 * Get next token from string *stringp, where tokens are possibly-empty
43 * Writes NULs into the string at *stringp to end tokens.
45 * On return, *stringp points past the last NUL written (if there might
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(stringp, delim)
52 char **stringp;
60 if ((s = *stringp) == NULL)
71 *stringp = s;
/freebsd-11-stable/contrib/bmake/
H A Dstresep.c42 char * stresep(char **stringp, const char *delim, int esc);
44 * Get next token from string *stringp, where tokens are possibly-empty
49 * Writes NULs into the string at *stringp to end tokens.
51 * On return, *stringp points past the last NUL written (if there might
54 * If *stringp is NULL, stresep returns NULL.
57 stresep(char **stringp, const char *delim, int esc) argument
65 if (stringp == NULL || delim == NULL)
68 if ((s = *stringp) == NULL)
86 *stringp = s;
/freebsd-11-stable/lib/libnetbsd/
H A Dutil.c55 string_to_flags(char **stringp, u_long *setp, u_long *clrp) argument
58 return strtofflags(stringp, setp, clrp);
H A Dutil.h55 int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetconfig.c245 char *stringp; /* tmp string pointer */ local
301 stringp = (char *) malloc(MAXNETCONFIGLINE);
302 if (stringp == NULL)
317 if (fgets(stringp, MAXNETCONFIGLINE, nc_file) == NULL) {
318 free(stringp);
325 } while (*stringp == '#');
330 free(stringp);
335 free(stringp);
342 list->linep = stringp;
343 if (parse_ncp(stringp, lis
448 char *stringp; /* temporary string pointer */ local
561 parse_ncp(char *stringp, struct netconfig *ncp) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dstrtofflags.c126 * success, 1 on failure. On failure, stringp is set to point
130 strtofflags(char **stringp, u_long *setp, u_long *clrp) argument
139 string = *stringp;
141 *stringp = p;
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dstring.h221 isc_string_separate(char **stringp, const char *delim);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dstring.c199 isc_string_separate(char **stringp, const char *delim) { argument
200 char *string = *stringp;
212 *stringp = s;
215 *stringp = NULL;
/freebsd-11-stable/contrib/dialog/
H A Dbuttons.c56 string_to_char(const char **stringp) argument
60 const char *string = *stringp;
75 *stringp += len;
78 *stringp += 1;
82 const char *string = *stringp;
84 *stringp += 1;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c304 char *stringp, *destp; local
355 stringp = imgp->args->begin_argv;
360 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
369 while (*stringp++ != 0)
383 while (*stringp++ != 0)
/freebsd-11-stable/usr.bin/join/
H A Djoin.c363 mbssep(char **stringp, const wchar_t *delim) argument
370 if ((s = *stringp) == NULL)
384 *stringp = s;
/freebsd-11-stable/lib/libugidfw/
H A Dugidfw.c1082 char *stringdup, *stringp, *argv[100], **ap; local
1085 stringp = stringdup = strdup(string);
1086 while (*stringp == ' ' || *stringp == '\t')
1087 stringp++;
1090 for (ap = argv; (*ap = strsep(&stringp, " \t")) != NULL;) {
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c770 char *stringp, *destp; local
819 stringp = imgp->args->begin_argv;
823 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
832 while (*stringp++ != 0)
846 while (*stringp++ != 0)
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c275 char *stringp, *destp; local
330 stringp = imgp->args->begin_argv;
335 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
344 while (*stringp++ != 0)
358 while (*stringp++ != 0)
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h428 char *strsep(char **stringp, const char *delim);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c202 static char *strsep_quote(char **stringp, const char *delim);
334 * It returns the string (or NULL, if *stringp is NULL),
337 * It modifies *stringp in place.
340 strsep_quote(char **stringp, const char *delim) argument
345 if (stringp == NULL || *stringp == NULL)
348 srcptr = dstptr = retval = *stringp;
392 *stringp = (*srcptr == '\0') ? NULL : srcptr + 1;
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c1485 char *stringp; local
1573 stringp = imgp->args->begin_argv;
1580 copyout(stringp, (void *)destp, ARG_MAX - imgp->args->stringspace);
1593 while (*stringp++ != 0)
1609 while (*stringp++ != 0)
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c224 bfd_boolean stringp; member in struct:debug_array_type
1482 bfd_signed_vma upper, bfd_boolean stringp)
1502 a->stringp = stringp;
2598 type->u.karray->stringp);
3166 && t1->u.karray->stringp == t2->u.karray->stringp
1478 debug_make_array_type(void *handle, debug_type element_type, debug_type range_type, bfd_signed_vma lower, bfd_signed_vma upper, bfd_boolean stringp) argument

Completed in 370 milliseconds

12