Searched refs:qnext (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dfreblk.c47 for (qloop = q; qloop != NULL; qloop = qloop->qnext)
51 for (qadd = qloop->qadded; qadd != NULL; qadd = qadd->qnext)
57 struct sblock *qnext;
59 qnext = q->qnext;
61 q = qnext;
56 struct sblock *qnext; local
H A Dalloc.h46 struct sblock *qnext; member in struct:sblock
67 struct sadded *qnext; member in struct:sadded
H A Dalloc.c58 if (q->qnext != NULL)
59 q = q->qnext;
63 q->qnext = (struct sblock *) malloc (sizeof (struct sblock)
66 q->qnext = (struct sblock *) malloc (sizeof (struct sblock));
67 if (q->qnext == NULL)
69 q = q->qnext;
70 q->qnext = NULL;
H A Daddblk.c51 qnew->qnext = q->qadded;
H A Dallblk.c46 qret->qnext = NULL;
H A Dmrgblk.c46 for (pq = &q1; *pq != NULL; pq = &(*pq)->qnext)
H A Dfree.c59 for (; q != NULL; q = q->qnext)
H A Dtval.c56 for (q = qglobal->qprocess->qvalidate; q != NULL; q = q->qnext)
H A Dhlocnm.c57 qperm = qperm->qnext)
H A Dtsnams.c58 for (q = qglobal->qprocess->qsyslocs; q != NULL; q = q->qnext)
H A Duucnfi.h151 struct sunknown *qnext;
166 struct stsysloc *qnext;
193 struct svalidate *qnext;
207 struct shpermissions *qnext;
149 struct sunknown *qnext; member in struct:sunknown
164 struct stsysloc *qnext; member in struct:stsysloc
191 struct svalidate *qnext; member in struct:svalidate
204 struct shpermissions *qnext; member in struct:shpermissions
H A Dhsnams.c121 q = q->qnext)
H A Dtime.c41 struct uuconf_timespan *qnext, int istart, int iend,
380 itnew (qglobal, pqset, qnext, istart, iend, ival, cretry, pblock)
383 struct uuconf_timespan *qnext;
400 qnew->uuconf_qnext = qnext;
H A Drdlocs.c222 q->qnext = qinfo->qlocs;
256 for (qval = qinfo->qvals; qval != NULL; qval = qval->qnext)
272 qval->qnext = qinfo->qvals;
H A Dhunk.c68 qperm = qperm->qnext)
H A Dhsinfo.c80 qperm = qperm->qnext)
388 qperm = qperm->qnext)
528 qperm = qperm->qnext)
H A Dtinit.c336 q->qnext = NULL;
352 pq = &(*pq)->qnext;
/macosx-10.10/uucp-11/uucp/unix/
H A Dsrmdir.c45 struct sdirlist *qnext;
72 struct sdirlist *qnext;
80 qnext = q->qnext;
82 q = qnext;
102 q->qnext = qSdirlist;
43 struct sdirlist *qnext; member in struct:sdirlist
70 struct sdirlist *qnext; local
/macosx-10.10/uucp-11/uucp/lib/
H A Dbuffer.c41 struct sbuf *qnext; member in struct:sbuf
70 qBlist = q->qnext;
101 for (qlook = qBlist; qlook != NULL; qlook = qlook->qnext)
112 q->qnext = qBlist;
/macosx-10.10/uucp-11/uucp/
H A Dtrans.c50 struct sreceive_ack *qnext;
158 q->qprev = q->qnext = q;
162 q->qnext = *pq;
164 q->qprev->qnext = q;
165 q->qnext->qprev = q;
182 if (q->qnext == q)
185 *(q->pqqueue) = q->qnext;
190 q->qprev->qnext = q->qnext;
191 if (q->qnext !
49 struct sreceive_ack *qnext; member in struct:sreceive_ack
1473 struct sreceive_ack *qnext; local
[all...]
H A Duustat.c92 struct scmdlist *qnext;
1049 qnew->qnext = NULL;
1052 for (pq = &qlist; *pq != NULL; pq = &(*pq)->qnext)
1076 for (qxqt = qlist; qxqt != NULL; qxqt = qxqt->qnext)
1118 for (qshow = qlist; qshow != NULL; qshow = qshow->qnext)
1199 for (qsize = qlist; qsize != NULL; qsize = qsize->qnext)
1254 qstdin = qstdin->qnext)
1350 struct scmdlist *qnext;
1352 qnext = qfree->qnext;
90 struct scmdlist *qnext; member in struct:scmdlist
1346 struct scmdlist *qnext; local
1957 struct sxqtlist *qnext; member in struct:sxqtlist
2135 struct sxqtlist *qnext; local
[all...]
H A Dtrans.h117 struct stransfer *qnext; member in struct:stransfer
H A Dtstuu.c185 struct sbuf *qnext;
1376 while (*pqbuf != NULL && (*pqbuf)->qnext != NULL)
1377 pqbuf = &(*pqbuf)->qnext;
1387 pqbuf = &(*pqbuf)->qnext;
1397 (*pqbuf)->qnext = NULL;
1488 *pqbuf = (*pqbuf)->qnext;
184 struct sbuf *qnext; member in struct:sbuf
H A Duucp.c1167 struct sjob *qnext;
1189 for (qjob = qCjobs; qjob != NULL; qjob = qjob->qnext)
1196 qjob->qnext = qCjobs;
1223 for (qjob = qCjobs; qjob != NULL; qjob = qjob->qnext)
1293 if (qCjobs->qnext == NULL)
1161 struct sjob *qnext; member in struct:sjob
H A Duuchk.c1170 struct uuconf_timespan *qnext;
1172 qnext = (*pq)->uuconf_qnext;
1173 (*pq)->uuconf_qnext = qnext->uuconf_qnext;
1174 (*pq)->uuconf_iend = qnext->uuconf_iend;
1163 struct uuconf_timespan *qnext; local

Completed in 165 milliseconds

12