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

12

/freebsd-10.0-release/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-10.0-release/contrib/tcpdump/missing/
H A Dstrsep.c48 * Get next token from string *stringp, where tokens are possibly-empty
51 * Writes NULs into the string at *stringp to end tokens.
53 * On return, *stringp points past the last NUL written (if there might
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) argument
66 if ((s = *stringp) == NULL)
77 *stringp = s;
/freebsd-10.0-release/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.h131 char *strsep(char **stringp, const char *delim);
/freebsd-10.0-release/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-10.0-release/lib/libnetbsd/
H A Dutil.h39 int string_to_flags(char **stringp, u_long *setp, u_long *clrp);
H A Dutil.c55 string_to_flags(char **stringp, u_long *setp, u_long *clrp) argument
58 return strtofflags(stringp, setp, clrp);
/freebsd-10.0-release/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-10.0-release/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
64 if (stringp == NULL || delim == NULL)
67 if ((s = *stringp) == NULL)
82 *stringp = s;
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dstring.h48 isc_string_separate(char **stringp, const char *delim);
/freebsd-10.0-release/lib/libc/rpc/
H A Dgetnetconfig.c249 char *stringp; /* tmp string pointer */ local
305 stringp = (char *) malloc(MAXNETCONFIGLINE);
306 if (stringp == NULL)
321 if (fgets(stringp, MAXNETCONFIGLINE, nc_file) == NULL) {
322 free(stringp);
329 } while (*stringp == '#');
334 free(stringp);
339 free(stringp);
346 list->linep = stringp;
347 if (parse_ncp(stringp, lis
454 char *stringp; /* temporary string pointer */ local
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Dstrtofflags.c127 * success, 1 on failure. On failure, stringp is set to point
131 strtofflags(stringp, setp, clrp)
132 char **stringp;
142 string = *stringp;
144 *stringp = p;
/freebsd-10.0-release/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-10.0-release/usr.bin/join/
H A Djoin.c363 mbssep(char **stringp, const wchar_t *delim) argument
370 if ((s = *stringp) == NULL)
384 *stringp = s;
/freebsd-10.0-release/lib/libugidfw/
H A Dugidfw.c1068 char *stringdup, *stringp, *argv[100], **ap; local
1071 stringp = stringdup = strdup(string);
1072 while (*stringp == ' ' || *stringp == '\t')
1073 stringp++;
1076 for (ap = argv; (*ap = strsep(&stringp, " \t")) != NULL;) {
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c862 char *stringp, *destp; local
914 stringp = imgp->args->begin_argv;
920 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
933 while (*stringp++ != 0)
949 while (*stringp++ != 0)
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_sysvec.c302 char *stringp, *destp; local
354 stringp = imgp->args->begin_argv;
361 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
374 while (*stringp++ != 0)
390 while (*stringp++ != 0)
/freebsd-10.0-release/sys/kern/
H A Dkern_exec.c1244 char *stringp, *destp; local
1340 stringp = imgp->args->begin_argv;
1347 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
1360 while (*stringp++ != 0)
1376 while (*stringp++ != 0)
/freebsd-10.0-release/crypto/openssh/
H A Dssh-keyscan.c174 strnnsep(char **stringp, char *delim) argument
179 tok = xstrsep(stringp, delim);
H A Dsftp-server.c236 handle_to_string(int handle, char **stringp, int *hlenp) argument
238 if (stringp == NULL || hlenp == NULL)
240 *stringp = xmalloc(sizeof(int32_t));
241 put_u32(*stringp, handle);
/freebsd-10.0-release/contrib/tnftp/
H A Dtnftp.h428 char *strsep(char **stringp, const char *delim);
/freebsd-10.0-release/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
H A Dstabs.c1130 bfd_boolean stringp; local
1140 stringp = FALSE;
1215 stringp = TRUE;
1557 dtype = parse_stab_array_type (dhandle, info, pp, stringp);
1566 stringp);
3010 const char **pp, bfd_boolean stringp)
3101 upper, stringp);
3009 parse_stab_array_type(void *dhandle, struct stab_handle *info, const char **pp, bfd_boolean stringp) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf.c1228 bfd_boolean stringp;
1235 stringp = FALSE;
1243 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break;
1256 case DT_SONAME: name = "SONAME"; stringp = TRUE; break;
1257 case DT_RPATH: name = "RPATH"; stringp = TRUE; break;
1271 case DT_RUNPATH: name = "RUNPATH"; stringp = TRUE; break;
1283 case DT_CONFIG: name = "CONFIG"; stringp = TRUE; break;
1284 case DT_DEPAUDIT: name = "DEPAUDIT"; stringp = TRUE; break;
1285 case DT_AUDIT: name = "AUDIT"; stringp = TRUE; break;
1297 case DT_AUXILIARY: name = "AUXILIARY"; stringp
1226 bfd_boolean stringp; local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_entry.c119 static const wchar_t *ae_wcstofflags(const wchar_t *stringp,
121 static const char *ae_strtofflags(const char *stringp,

Completed in 270 milliseconds

12