Home
last modified time | relevance | path

Searched refs:stringp (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c235 stringp++; in regex()
244 stringp++; in regex()
263 stringp++; in regex()
676 stringp = previous_charp(stringp); in test_repeated_multibyte_char()
794 stringp++; in test_string()
961 stringp++; in test_string()
988 stringp++; in test_string()
998 stringp++; in test_string()
1103 stringp++; in test_string()
1128 stringp++; in test_string()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/clib/
H A Dstrsep.c74 strsep(stringp, delim) in strsep() argument
75 register char **stringp; in strsep()
83 if ((s = *stringp) == NULL)
94 *stringp = s;
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrsep.c56 strsep(char **stringp, const char *delim) { in strsep() argument
62 if ((s = *stringp) == NULL) in strsep()
73 *stringp = s; in strsep()
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrsep.c51 strsep(char **stringp, const char *delim) in strsep() argument
58 if ((s = *stringp) == NULL) in strsep()
69 *stringp = s; in strsep()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrsep.c66 strsep(char **stringp, const char *delim) in strsep() argument
73 if ((s = *stringp) == NULL) in strsep()
84 *stringp = s; in strsep()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_import.c266 char *stringp, *currp; in i_getln_to_argv() local
278 stringp = currp = linebuf; in i_getln_to_argv()
288 for (; stringp != NULL && currp != NULL; i++) { in i_getln_to_argv()
289 currp = strsep(&stringp, delim); in i_getln_to_argv()
301 if (*currp == '\\' && stringp == NULL) { in i_getln_to_argv()
302 stringp = currp; in i_getln_to_argv()
/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c99 reparse_unparse(nvlist_t *nvl, char **stringp) in reparse_unparse() argument
105 if (nvl == NULL || stringp == NULL || in reparse_unparse()
140 *stringp = buf; in reparse_unparse()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_reparse.h79 extern int reparse_unparse(nvlist_t *nvl, char **stringp);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c827 nwam_condition_t condition, const char *object_name, char **stringp) in nwam_condition_to_condition_string() argument
832 assert(stringp != NULL); in nwam_condition_to_condition_string()
834 *stringp = NULL; in nwam_condition_to_condition_string()
916 *stringp = string; in nwam_condition_to_condition_string()
927 *stringp = string; in nwam_condition_to_condition_string()
/illumos-gate/usr/src/common/util/
H A Dstring.c684 strsep(char **stringp, const char *delim) in strsep() argument
691 if ((s = *stringp) == NULL) in strsep()
703 *stringp = s; in strsep()
/illumos-gate/usr/src/head/
H A Dstring.h130 extern char *strsep(char **stringp, const char *delim);
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c292 krb5_aprof_get_string(acontext, hierarchy, uselast, stringp) in krb5_aprof_get_string() argument
296 char **stringp;
309 *stringp = values[idx];
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h295 char * strsep(char **stringp, const char *delim);