Searched refs:a_old (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgstr.c | 317 * Arguments: a_old - [RO, *RW] - (char **) 332 pkgstrExpandTokens(char **a_old, char *a_string, char a_separator, argument 366 if (pkgstrContainsToken(*a_old, p, sep) == B_FALSE) { 367 pkgstrAddToken(a_old, p, *sep); 587 * Arguments: a_old - [RO, *RW] - (char **) 592 * to the end of the "a_old" string 605 * NOTE: Any string returned in 'a_old' is placed in new storage for the 611 pkgstrAddToken(char **a_old, char *a_new, char a_separator) argument 615 assert(a_old != (char **)NULL); 636 if ((*a_old ! [all...] |
H A D | pkglib.h | 531 void pkgstrAddToken(char **a_old, char *a_new, char a_separator); 534 void pkgstrExpandTokens(char **a_old, char *a_string,
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones_str.c | 100 * Arguments: a_old - [RO, *RW] - (char **) 105 * to the end of the "a_old" string 118 * NOTE: Any string returned in 'a_old' is placed in new storage for the 124 _z_strAddToken(char **a_old, char *a_new, char a_separator) argument 128 assert(a_old != NULL); 143 if ((*a_old != NULL) && ((*a_old)[0] == '\0')) { 144 /* *a_old is set to NULL by free */ 145 free(*a_old); 146 *a_old [all...] |
H A D | instzones_lib.h | 351 void _z_strAddToken(char **a_old, char *a_new,
|
Completed in 48 milliseconds