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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c67 static int getstrvfp(char **cp, char *sep, int n, char *str);
739 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
746 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, PATH_MAX,
787 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL,
792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) {
801 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL,
875 if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ,
883 if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ,
968 if ((retval = getstrvfp(cp, NULL, sizeof (tempmode), tempmode)) == 1) {
1118 getstrvfp(cha function
[all...]

Completed in 60 milliseconds