Searched refs:pkgstrGetToken (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | pkgstr.c | 45 * pkgstrGetToken - Get a token from a string 194 p = pkgstrGetToken((char *)NULL, a_string, index, a_separators); 353 p = pkgstrGetToken((char *)NULL, a_string, i, a_separators); 379 * Name: pkgstrGetToken 388 * - pkgstrGetToken(&a, ...) 406 pkgstrGetToken(char *r_sep, char *a_string, int a_index, char *a_separators) function 485 * Name: pkgstrGetToken 495 * - pkgstrGetToken(&a, ...) 818 p = pkgstrGetToken(&sep, a_string, i, a_separators);
|
H A D | pkglib.h | 536 char *pkgstrGetToken(char *r_sep, char *a_string, int a_index,
|
Completed in 61 milliseconds