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

/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_mask.c52 static int firsttime = 1; variable
170 if (firsttime) {
171 firsttime = 0;
/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c198 int firsttime = stlast == 1; local
430 if (!firsttime)
437 if (!firsttime)
444 if (!firsttime)
/freebsd-11-stable/libexec/getty/
H A Dsubr.c72 static int firsttime = 1; local
77 if (firsttime) {
99 firsttime = 0;
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmemcache.c108 apr_uint16_t firsttime = 0; variable
114 if (firsttime == 0) {
116 firsttime = 1;
H A Dtestredis.c109 static apr_uint16_t firsttime = 0; variable
115 if (firsttime == 0) {
117 firsttime = 1;
/freebsd-11-stable/contrib/one-true-awk/
H A Dlib.c107 static int firsttime = 1; variable
116 if (firsttime) {
117 firsttime = 0;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c510 int firsttime; local
539 firsttime = image->pi_symbols == NULL;
559 if (!firsttime && pmcstat_symbol_search(image, sym.st_value))
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h726 u_int32 firsttime; /* first time we received a packet */ member in struct:old_info_monitor
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c692 static bool firsttime = true; local
694 if (firsttime)
699 firsttime = false;
H A Ddaemon.c1060 ** firsttime -- set if this is the initial open.
1073 opendaemonsocket(d, firsttime)
1075 bool firsttime;
1090 if (firsttime || d->d_socket < 0)
1236 if (!firsttime &&
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c620 printf("offsetof(firsttime) = %d\n",
621 (int) offsetof(struct old_info_monitor, firsttime));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2053 " address port count mode version lasttime firsttime\n");
2065 (u_long)ntohl(oml->firsttime));

Completed in 146 milliseconds