Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c61 static int _openchild(char *command, FILE **fto, FILE **ffrom);
108 pid = _openchild(updater, &childargs, &childrslt);
146 _openchild(char *command, FILE **fto, FILE **ffrom) function
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c53 _openchild(char *command, FILE **fto, FILE **ffrom) in _openchild() function
H A Drpc.ypupdated.c313 pid = _openchild(updater, &childargs, &childrslt); in update()