Home
last modified time | relevance | path

Searched refs:firsttime (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_mask.c52 static int firsttime = 1; variable
170 if (firsttime) { in au_preselect()
171 firsttime = 0; in au_preselect()
/freebsd/contrib/tcsh/
H A Dtc.who.c198 int firsttime = stlast == 1; local
430 if (!firsttime)
437 if (!firsttime)
444 if (!firsttime)
/freebsd/crypto/openssl/crypto/
H A Dpunycode.c44 unsigned int firsttime) in adapt() argument
48 delta = (firsttime) ? delta / damp : delta / 2; in adapt()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c63 int firsttime; in pmcstat_image_add_symbols() local
92 firsttime = image->pi_symbols == NULL; in pmcstat_image_add_symbols()
113 if (!firsttime && pmcstat_symbol_search(image, sym.st_value)) in pmcstat_image_add_symbols()
/freebsd/libexec/getty/
H A Dsubr.c67 static int firsttime = 1; in gettable() local
73 if (firsttime) { in gettable()
93 firsttime = 0; in gettable()
/freebsd/contrib/one-true-awk/
H A Dlib.c140 static bool firsttime = true; variable
149 if (firsttime) { in getrec()
150 firsttime = false; in getrec()
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk14 if (firsttime++ == 0) {
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std315 offsetof(firsttime) = 4
H A Dntpdc_ops.c2065 (u_long)ntohl(oml->firsttime)); in monlist()
/freebsd/contrib/ntp/include/
H A Dntp_request.h726 u_int32 firsttime; /* first time we received a packet */ member
/freebsd/contrib/sendmail/src/
H A Ddaemon.c1080 opendaemonsocket(d, firsttime) in opendaemonsocket() argument
1082 bool firsttime;
1097 if (firsttime || d->d_socket < 0)
1243 if (!firsttime &&
H A Dparseaddr.c717 static bool firsttime = true; local
720 if (firsttime)
725 firsttime = false;
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c620 (int) offsetof(struct old_info_monitor, firsttime));
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt518 function adapt(delta,numpoints,firsttime):
519 if firsttime then let delta = delta div damp
1420 punycode_uint delta, punycode_uint numpoints, int firsttime )
1424 delta = firsttime ? delta / damp : delta >> 1;
/freebsd/contrib/ntp/
H A DCommitLog[all...]