Searched defs:stringp (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | strsep.c | 55 * Get next token from string *stringp, where tokens are possibly-empty 58 * Writes NULs into the string at *stringp to end tokens. 60 * On return, *stringp points past the last NUL written (if there might 63 * If *stringp is NULL, strsep returns NULL. 66 strsep(char **stringp, const char *delim) argument 73 if ((s = *stringp) == NULL) 84 *stringp = s;
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | strsep.c | 50 * Get next token from string *stringp, where tokens are possibly-empty 53 * Writes NULs into the string at *stringp to end tokens. 55 * On return, *stringp points past the last NUL written (if there might 58 * If *stringp is NULL, strsep returns NULL. 61 strsep(char **stringp, const char *delim) { argument 67 if ((s = *stringp) == NULL) 78 *stringp = s;
|
/osnet-11/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 95 reparse_unparse(nvlist_t *nvl, char **stringp) argument 101 if (nvl == NULL || stringp == NULL || 136 *stringp = buf;
|
/osnet-11/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 93 const char *stringp); 112 push_stringp(const char *stringp); 134 const char *stringp, 139 const char *stringp, 144 const char *stringp, 148 test_string(const char *stringp, 172 regex(const char *regexp, const char *stringp, ...) argument 191 if ((stringp == (char *)0) || (regexp == (char *)0)) { 200 va_start(arg_listp, stringp); 221 __loc1 = (char *)stringp; 362 get_wchar(wchar_t *wcharp, const char *stringp) argument 423 const char *stringp; local 463 push_stringp(const char *stringp) argument 653 test_repeated_ascii_char(const char *repeat_startp, const char *stringp, const char *regexp) argument 669 test_repeated_multibyte_char(const char *repeat_startp, const char *stringp, const char *regexp) argument 685 test_repeated_group(const char *repeat_startp, const char *stringp, const char *regexp) argument 704 test_string(const char *stringp, const char *regexp) argument [all...] |
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 767 nwam_condition_t condition, const char *object_name, char **stringp) 772 assert(stringp != NULL); 774 *stringp = NULL; 858 *stringp = string; 869 *stringp = string; 766 nwam_condition_to_condition_string(nwam_condition_object_type_t object_type, nwam_condition_t condition, const char *object_name, char **stringp) argument
|
Completed in 46 milliseconds