Searched refs:pcout (Results 1 – 1 of 1) sorted by relevance
197 FILE *pcout; in pkg_fmri_create() local202 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()203 if (read_thru(mp, pcout, PKG_KEYPHRASE)) { in pkg_fmri_create()204 (void) pclose(pcout); in pkg_fmri_create()207 (void) fgets(tmpbuf, BUFLEN, pcout); in pkg_fmri_create()208 (void) pclose(pcout); in pkg_fmri_create()217 pcout = popen(tmpbuf, "r"); in pkg_fmri_create()218 out = construct_fru_fmri(mp, pkgname, pcout); in pkg_fmri_create()219 (void) pclose(pcout); in pkg_fmri_create()