Searched defs:pkgstrGetToken (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c45 * 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);

Completed in 16 milliseconds