Searched refs:firsttime (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/openbsm/libbsm/ |
| H A D | bsm_mask.c | 52 static int firsttime = 1; variable 170 if (firsttime) { in au_preselect() 171 firsttime = 0; in au_preselect()
|
| /src/crypto/openssl/crypto/ |
| H A D | punycode.c | 45 unsigned int firsttime) in adapt() argument 49 delta = (firsttime) ? delta / damp : delta / 2; in adapt()
|
| /src/contrib/tcsh/ |
| H A D | tc.who.c | 198 int firsttime = stlast == 1; local 430 if (!firsttime) 437 if (!firsttime) 444 if (!firsttime)
|
| /src/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 63 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()
|
| /src/libexec/getty/ |
| H A D | subr.c | 67 static int firsttime = 1; in gettable() local 73 if (firsttime) { in gettable() 93 firsttime = 0; in gettable()
|
| /src/contrib/one-true-awk/ |
| H A D | lib.c | 140 static bool firsttime = true; variable 149 if (firsttime) { in getrec() 150 firsttime = false; in getrec()
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | chem.awk | 14 if (firsttime++ == 0) {
|
| /src/contrib/ntp/ntpdc/ |
| H A D | layout.std | 315 offsetof(firsttime) = 4
|
| H A D | ntpdc_ops.c | 2065 (u_long)ntohl(oml->firsttime)); in monlist()
|
| /src/contrib/ntp/include/ |
| H A D | ntp_request.h | 726 u_int32 firsttime; /* first time we received a packet */ member
|
| /src/contrib/sendmail/src/ |
| H A D | daemon.c | 1080 opendaemonsocket(d, firsttime) in opendaemonsocket() argument 1082 bool firsttime; 1097 if (firsttime || d->d_socket < 0) 1243 if (!firsttime &&
|
| H A D | parseaddr.c | 717 static bool firsttime = true; local 720 if (firsttime) 725 firsttime = false;
|
| /src/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 620 (int) offsetof(struct old_info_monitor, firsttime));
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | rfc3492.txt | 518 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;
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 161269 use, lasttime -> avg_int and firsttime -> last_int. 161281 use, lasttime -> avg_int and firsttime -> last_int 161289 use, lasttime -> avg_int and firsttime -> last_int. 161311 use, lasttime -> avg_int and firsttime -> last_int. 161338 use, lasttime -> avg_int and firsttime -> last_int. 161353 use, lasttime -> avg_int and firsttime -> last_int 161357 use, lasttime -> avg_int and firsttime -> last_int
|