Searched refs:pppopen (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplib.h | 798 #define pppopen _pp_popen 831 extern char* pppopen(char*, int, char*, char*, char*, char*, int);
|
H A D | ppinput.c | 162 … || (pp.option & PLUSPLUS) || (pp.mode & EXTERNALIZE)) && (cur->buffer = pppopen(NiL, cur->fd, NiL… in pppush()
|
H A D | RELEASE | 170 00-02-14 pppopen(): general comments with "bme" (begin middle end) string
|
H A D | ppproto.c | 2168 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) in pppopen() function
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 521 extern __MANGLE__ char* pppopen __PROTO__((char*, int, char*, char*, char*, char*, int)); 4423 pppopen __PARAM__((char* file, int fd, char* notice, char* options, char* package, char* comment, i… in __OTORP__() 4869 else if (b = pppopen(file, 0, license, options, package, comment, flags))
|