Searched refs:firsttime (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c54 static int firsttime = 1; variable
172 if (firsttime) {
173 firsttime = 0;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcs2sccs.sh65 firsttime=1
99 if [ "$firsttime" = "1" ]; then
100 firsttime=0
H A Dsccs2rcs.in200 set firsttime = 1
240 if ($firsttime) then
241 set firsttime = 0
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Duser.c343 int max, firsttime = TRUE; local
375 if (firsttime) {
379 firsttime = FALSE;
671 int max, firsttime = TRUE, filled=0; local
710 if (firsttime) {
719 firsttime = FALSE;
/freebsd-9.3-release/libexec/getty/
H A Dsubr.c78 static int firsttime = 1; local
83 if (firsttime) {
105 firsttime = 0;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c200 int firsttime = stlast == 1; local
449 if (!firsttime)
456 if (!firsttime)
463 if (!firsttime)
/freebsd-9.3-release/contrib/one-true-awk/
H A Dlib.c107 static int firsttime = 1; variable
116 if (firsttime) {
117 firsttime = 0;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c502 int firsttime; local
531 firsttime = image->pi_symbols == NULL;
551 if (!firsttime && pmcstat_symbol_search(image, sym.st_value))
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c1031 ** firsttime -- set if this is the initial open.
1044 opendaemonsocket(d, firsttime)
1046 bool firsttime;
1061 if (firsttime || d->d_socket < 0)
1211 if (!firsttime &&
H A Dparseaddr.c683 static bool firsttime = true; local
685 if (firsttime)
690 firsttime = false;
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h721 u_int32 firsttime; /* first time we received a packet */ member in struct:old_info_monitor
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c620 printf("offsetof(firsttime) = %d\n",
621 (int) offsetof(struct old_info_monitor, firsttime));
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2044 " address port count mode version lasttime firsttime\n");
2056 (u_long)ntohl(oml->firsttime));

Completed in 251 milliseconds