Searched refs:_uuconf_unset (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/uuconf/
H A Dsyssub.c135 #define CLEAR(x) q->x = (char *) &_uuconf_unset
138 #define CLEAR(x) q->x = (char **) &_uuconf_unset
141 #define CLEAR(x) q->x = (struct uuconf_timespan *) &_uuconf_unset
149 q->uuconf_zport = (char *) &_uuconf_unset;
150 q->uuconf_qport = (struct uuconf_port *) &_uuconf_unset;
151 q->uuconf_qproto_params = (struct uuconf_proto_param *) &_uuconf_unset;
209 if (qalt->x == (char *) &_uuconf_unset) qalt->x = qdefault->x
213 if (qalt->x == (char **) &_uuconf_unset) qalt->x = qdefault->x
217 if (qalt->x == (struct uuconf_timespan *) &_uuconf_unset) \
229 if (qalt->uuconf_zport == (char *) &_uuconf_unset
[all...]
H A Dhlocnm.c60 && qperm->zmyname != (char *) &_uuconf_unset
62 && qperm->pzlogname != (char **) &_uuconf_unset)
H A Drdperm.c184 shperm.pzlogname = (char **) &_uuconf_unset;
185 shperm.pzmachine = (char **) &_uuconf_unset;
188 shperm.pzread = (char **) &_uuconf_unset;
189 shperm.pzwrite = (char **) &_uuconf_unset;
191 shperm.pzcommands = (char **) &_uuconf_unset;
192 shperm.pzvalidate = (char **) &_uuconf_unset;
193 shperm.zmyname = (char *) &_uuconf_unset;
194 shperm.zpubdir = (char *) &_uuconf_unset;
195 shperm.pzalias = (char **) &_uuconf_unset;
196 pznoread = (char **) &_uuconf_unset;
[all...]
H A Daddstr.c37 variable _uuconf_unset, and then correcting it in the function
43 char *_uuconf_unset;
95 if (pz == NULL || pz == (char **) &_uuconf_unset)
42 char *_uuconf_unset; variable
H A Dhsinfo.c84 || qperm->pzalias == (char **) &_uuconf_unset
85 || qperm->pzmachine == (char **) &_uuconf_unset)
397 && qperm->pzmachine != (char **) &_uuconf_unset
408 && qperm->pzmachine != (char **) &_uuconf_unset)
442 && qperm->pzlogname != (char **) &_uuconf_unset
444 && qperm->pzvalidate != (char **) &_uuconf_unset)
466 == (char *) &_uuconf_unset)))
531 || qperm->pzlogname == (char **) &_uuconf_unset)
586 && qsys->uuconf_qtimegrade != (struct uuconf_timespan *) &_uuconf_unset
H A Dhsnams.c124 if (pz == NULL || pz == (char **) &_uuconf_unset)
H A Dtsinfo.c311 if (qsys->uuconf_zport != (char *) &_uuconf_unset
312 || qsys->uuconf_qport != (struct uuconf_port *) &_uuconf_unset
314 || qsys->uuconf_zphone != (char *) &_uuconf_unset)
340 (qsys->uuconf_qtimegrade != (struct uuconf_timespan *) &_uuconf_unset
341 || qsys->uuconf_zport != (char *) &_uuconf_unset
342 || qsys->uuconf_qport != (struct uuconf_port *) &_uuconf_unset
344 || qsys->uuconf_zphone != (char *) &_uuconf_unset
345 || qsys->uuconf_schat.uuconf_pzchat != (char **) &_uuconf_unset
346 || qsys->uuconf_schat.uuconf_pzprogram != (char **) &_uuconf_unset);
349 qsys->uuconf_zcalled_login != (char *) &_uuconf_unset;
[all...]
H A Dhunk.c73 || qperm->pzlogname == (char **) &_uuconf_unset)
H A Duucnfi.h252 extern char *_uuconf_unset;
H A Dvsinfo.c475 if (qsys->uuconf_pzlocal_send == (char **) &_uuconf_unset
486 if (qsys->uuconf_pzremote_send == (char **) &_uuconf_unset
H A Dtime.c89 if (qlist == (struct uuconf_timespan *) &_uuconf_unset)
/macosx-10.9.5/uucp-11/uucp/
H A Duuconv.c620 if (zarg != (const char *) &_uuconf_unset)
632 if (qtime != (struct uuconf_timespan *) &_uuconf_unset)
665 if (pz != (char **) &_uuconf_unset)
685 if (pzarg == NULL || pzarg == (char **) &_uuconf_unset)
700 uuconf_pzchat will be NULL (not &_uuconf_unset) and the default
718 if (q->uuconf_pzchat != (char **) &_uuconf_unset
728 if (q->uuconf_pzprogram != (char **) &_uuconf_unset
743 && q->uuconf_pzfail != (char **) &_uuconf_unset
767 || qparams == (struct uuconf_proto_param *) &_uuconf_unset)
801 && q->uuconf_pzalias != (char **) &_uuconf_unset)
[all...]

Completed in 185 milliseconds