Home
last modified time | relevance | path

Searched refs:getstrvfp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c71 static int getstrvfp(char **cp, char *sep, int n, char *str);
744 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp()
751 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, PATH_MAX, in gpkgmapvfp()
792 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp()
797 if (getstrvfp(&vfpGetCurrCharPtr(vfp), "=", PATH_MAX, mypath)) { in gpkgmapvfp()
806 if (getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, in gpkgmapvfp()
879 if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ, in gpkgmapvfp()
887 if ((retval = getstrvfp(&vfpGetCurrCharPtr(vfp), NULL, ATRSIZ, in gpkgmapvfp()
971 if ((retval = getstrvfp(cp, NULL, sizeof (tempmode), tempmode)) == 1) { in getvalmodevfp()
1121 getstrvfp(char **cp, char *sep, int n, char *str) in getstrvfp() function