Searched refs:firsttime (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/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()
|
| /freebsd-12.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 64 int firsttime; in pmcstat_image_add_symbols() local 93 firsttime = image->pi_symbols == NULL; in pmcstat_image_add_symbols() 114 if (!firsttime && pmcstat_symbol_search(image, sym.st_value)) in pmcstat_image_add_symbols()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tc.who.c | 202 int firsttime = stlast == 1; local 451 if (!firsttime) 458 if (!firsttime) 465 if (!firsttime)
|
| /freebsd-12.1/libexec/getty/ |
| H A D | subr.c | 74 static int firsttime = 1; in gettable() local 80 if (firsttime) { in gettable() 102 firsttime = 0; in gettable()
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testmemcache.c | 108 apr_uint16_t firsttime = 0; variable 114 if (firsttime == 0) { in randval() 116 firsttime = 1; in randval()
|
| /freebsd-12.1/contrib/one-true-awk/ |
| H A D | lib.c | 108 static int firsttime = 1; variable 117 if (firsttime) { in getrec() 118 firsttime = 0; in getrec()
|
| /freebsd-12.1/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()
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | daemon.c | 1053 opendaemonsocket(d, firsttime) in opendaemonsocket() argument 1055 bool firsttime; 1070 if (firsttime || d->d_socket < 0) 1216 if (!firsttime &&
|
| H A D | parseaddr.c | 683 static bool firsttime = true; local 685 if (firsttime) 690 firsttime = false;
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_request.h | 726 u_int32 firsttime; /* first time we received a packet */ member
|
| /freebsd-12.1/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 621 (int) offsetof(struct old_info_monitor, firsttime));
|
| /freebsd-12.1/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;
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 151200 use, lasttime -> avg_int and firsttime -> last_int. 151212 use, lasttime -> avg_int and firsttime -> last_int 151220 use, lasttime -> avg_int and firsttime -> last_int. 151242 use, lasttime -> avg_int and firsttime -> last_int. 151269 use, lasttime -> avg_int and firsttime -> last_int. 151284 use, lasttime -> avg_int and firsttime -> last_int 151288 use, lasttime -> avg_int and firsttime -> last_int
|