Searched refs:firsttime (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.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-13.1/contrib/tcsh/ |
| H A D | tc.who.c | 198 int firsttime = stlast == 1; local 430 if (!firsttime) 437 if (!firsttime) 444 if (!firsttime)
|
| /freebsd-13.1/lib/libpmcstat/ |
| H A D | libpmcstat_image.c | 65 int firsttime; in pmcstat_image_add_symbols() local 94 firsttime = image->pi_symbols == NULL; in pmcstat_image_add_symbols() 115 if (!firsttime && pmcstat_symbol_search(image, sym.st_value)) in pmcstat_image_add_symbols()
|
| /freebsd-13.1/libexec/getty/ |
| H A D | subr.c | 74 static int firsttime = 1; in gettable() local 80 if (firsttime) { in gettable() 100 firsttime = 0; in gettable()
|
| /freebsd-13.1/contrib/apr-util/test/ |
| H A D | testredis.c | 109 static apr_uint16_t firsttime = 0; variable 115 if (firsttime == 0) { in randval() 117 firsttime = 1; in randval()
|
| H A D | testmemcache.c | 108 apr_uint16_t firsttime = 0; variable 114 if (firsttime == 0) { in randval() 116 firsttime = 1; in randval()
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | lib.c | 138 static bool firsttime = true; variable 147 if (firsttime) { in getrec() 148 firsttime = false; in getrec()
|
| /freebsd-13.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-13.1/contrib/ntp/include/ |
| H A D | ntp_request.h | 726 u_int32 firsttime; /* first time we received a packet */ member
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | daemon.c | 1073 opendaemonsocket(d, firsttime) in opendaemonsocket() argument 1075 bool firsttime; 1090 if (firsttime || d->d_socket < 0) 1236 if (!firsttime &&
|
| H A D | parseaddr.c | 692 static bool firsttime = true; local 694 if (firsttime) 699 firsttime = false;
|
| /freebsd-13.1/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 621 (int) offsetof(struct old_info_monitor, firsttime));
|
| /freebsd-13.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-13.1/contrib/ntp/ |
| H A D | CommitLog | 151913 use, lasttime -> avg_int and firsttime -> last_int. 151925 use, lasttime -> avg_int and firsttime -> last_int 151933 use, lasttime -> avg_int and firsttime -> last_int. 151955 use, lasttime -> avg_int and firsttime -> last_int. 151982 use, lasttime -> avg_int and firsttime -> last_int. 151997 use, lasttime -> avg_int and firsttime -> last_int 152001 use, lasttime -> avg_int and firsttime -> last_int
|