Searched refs:qstat (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dwalk.c14 static int iswalk_dir P((const char *zname, const struct stat *qstat,
42 iswalk_dir (zname, qstat, iflag)
44 const struct stat *qstat ATTRIBUTE_UNUSED;
H A Dsrmdir.c92 isremove_dir (zfile, qstat, iflag)
94 const struct stat *qstat ATTRIBUTE_UNUSED;
H A Dstatsb.c341 zsysdep_all_status (phold, pferr, qstat)
344 struct sstatus *qstat;
374 if (fsysdep_get_status (&ssys, qstat, (boolean *) NULL))
/macosx-10.9.5/Heimdal-323.92.1/appl/rcp/
H A Dutil.c119 void (*istat)(int), (*qstat)(int);
133 qstat = signal(SIGQUIT, SIG_IGN);
137 (void)signal(SIGQUIT, qstat);
/macosx-10.9.5/remote_cmds-41.90.1/rcp.tproj/
H A Dutil.c106 sig_t istat, qstat; local
121 qstat = signal(SIGQUIT, SIG_IGN);
125 (void)signal(SIGQUIT, qstat);
/macosx-10.9.5/uucp-11/uucp/
H A Duucico.c141 struct sstatus *qstat, int cretry,
144 struct sstatus *qstat,
1087 fconn_call (qdaemon, qport, qstat, cretry, pfcalled)
1090 struct sstatus *qstat;
1150 qstat->ttype = STATUS_PORT_FAILED;
1152 qstat->ilast = ixsysdep_time ((long *) NULL);
1154 qstat->cwait = CRETRY_WAIT (qstat->cretries);
1156 qstat->cwait = cretry * 60;
1157 (void) fsysdep_set_status (qsys, qstat);
[all...]
H A Dsysdep.h531 const struct stat *qstat,
H A Dsystem.h862 system name and fill in the qstat argument. The phold argument
866 struct sstatus *qstat));
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_quota.c989 int qstat; local
992 qstat = 1; /* quotas are on for this type */
994 qstat = 0; /* quotas are off for this type */
996 *((int *)datap) = qstat;

Completed in 112 milliseconds