Searched refs:pqglobal (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/uuconf/
H A Diniglb.c37 _uuconf_iinit_global (pqglobal)
38 struct sglobal **pqglobal;
49 *pqglobal = (struct sglobal *) uuconf_malloc (pblock,
51 if (*pqglobal == NULL)
57 (*pqglobal)->qprocess = ((struct sprocess *)
60 if ((*pqglobal)->qprocess == NULL)
63 *pqglobal = NULL;
67 (*pqglobal)->pblock = pblock;
68 (*pqglobal)->ierrno = 0;
69 (*pqglobal)
[all...]
H A Dvinit.c75 struct sglobal **pqglobal = (struct sglobal **) ppglobal;
80 if (*pqglobal == NULL)
82 iret = _uuconf_iinit_global (pqglobal);
87 qglobal = *pqglobal;
72 struct sglobal **pqglobal = (struct sglobal **) ppglobal; local
H A Dhinit.c46 struct sglobal **pqglobal = (struct sglobal **) ppglobal;
54 if (*pqglobal == NULL)
56 iret = _uuconf_iinit_global (pqglobal);
61 qglobal = *pqglobal;
44 struct sglobal **pqglobal = (struct sglobal **) ppglobal; local
H A Dtinit.c128 struct sglobal **pqglobal = (struct sglobal **) ppglobal;
136 if (*pqglobal == NULL)
138 iret = _uuconf_iinit_global (pqglobal);
143 qglobal = *pqglobal;
124 struct sglobal **pqglobal = (struct sglobal **) ppglobal; local
H A Duucnfi.h313 extern int _uuconf_iinit_global P((struct sglobal **pqglobal));

Completed in 173 milliseconds