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

/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c54 static int firsttime = 1; variable
172 if (firsttime) {
173 firsttime = 0;
/freebsd-10.1-release/libexec/getty/
H A Dsubr.c74 static int firsttime = 1; local
79 if (firsttime) {
101 firsttime = 0;
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.who.c200 int firsttime = stlast == 1; local
449 if (!firsttime)
456 if (!firsttime)
463 if (!firsttime)
/freebsd-10.1-release/contrib/apr-util/test/
H A Dtestmemcache.c108 apr_uint16_t firsttime = 0; variable
114 if (firsttime == 0) {
116 firsttime = 1;
/freebsd-10.1-release/contrib/one-true-awk/
H A Dlib.c107 static int firsttime = 1; variable
116 if (firsttime) {
117 firsttime = 0;
/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c508 int firsttime; local
537 firsttime = image->pi_symbols == NULL;
557 if (!firsttime && pmcstat_symbol_search(image, sym.st_value))
/freebsd-10.1-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-10.1-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-10.1-release/usr.sbin/ntp/ntpdc/
H A Dnl.c620 printf("offsetof(firsttime) = %d\n",
621 (int) offsetof(struct old_info_monitor, firsttime));
/freebsd-10.1-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 206 milliseconds