Searched refs:first_time (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/usr.sbin/apmd/
H A Dapmdlex.l43 int first_time;
56 if (first_time) {
59 first_time = 0;
H A Dapmdparse.y46 extern int first_time;
80 : { first_time = 1; } config_list
H A Dapmd.c516 static int first_time=1, last_state; local
526 if (first_time) {
534 first_time = 0;
/freebsd-13-stable/contrib/less/
H A Dforwback.c143 static int first_time = 1; local
199 } else if (!first_time && !is_filtering())
264 if ((first_time || less_is_more) &&
303 first_time = 0;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dusername_providers.c188 svn_boolean_t first_time,
197 if (first_time)
180 prompt_for_username_creds(svn_auth_cred_username_t **cred_p, username_prompt_provider_baton_t *pb, apr_hash_t *parameters, const char *realmstring, svn_boolean_t first_time, svn_boolean_t may_save, apr_pool_t *pool) argument
H A Dhash.c382 int first_time = 1;
391 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time)
402 first_time = 0;
379 int first_time = 1; local
H A Ddeprecated.c327 svn_boolean_t first_time;
334 first_time = TRUE;
340 if (first_time) {
342 first_time = FALSE;
350 if (! first_time)
566 svn_boolean_t first_time;
573 first_time = TRUE;
579 if (first_time) {
581 first_time = FALSE;
589 if (! first_time)
325 svn_boolean_t first_time; local
564 svn_boolean_t first_time; local
[all...]
H A Dopt.c229 svn_boolean_t first_time;
236 first_time = TRUE;
242 if (first_time) {
244 first_time = FALSE;
252 if (! first_time)
227 svn_boolean_t first_time; local
H A Dsimple_providers.c573 svn_boolean_t first_time,
584 if (first_time)
564 prompt_for_simple_creds(svn_auth_cred_simple_t **cred_p, simple_prompt_provider_baton_t *pb, apr_hash_t *parameters, const char *realmstring, svn_boolean_t first_time, svn_boolean_t may_save, apr_pool_t *pool) argument
/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_pool.c298 bool first_time, first_32; local
310 first_time = event->he_size > 0 &&
312 if (__predict_false(first_time)) {
365 /* !first_time */
/freebsd-13-stable/tools/tools/netmap/
H A Dpkt_hash.c116 static int first_time = 1; local
123 if (first_time) {
125 first_time = 0;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-13-stable/sys/netinet/
H A Dsctp_bsd_addr.c299 if (SCTP_BASE_VAR(first_time) == 0) {
301 SCTP_BASE_VAR(first_time) = 1;
H A Dsctp_pcb.h253 uint8_t first_time; member in struct:sctp_base_info
H A Dsctp_usrreq.c83 SCTP_BASE_VAR(first_time) = 0;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-sita.c66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member in struct:unit
342 u->first_time = 0;
366 u->first_time = 0;
873 if (u->first_time == 0) {
881 u->first_time = 1;
/freebsd-13-stable/libexec/getty/
H A Dmain.c183 int first_sleep = 1, first_time = 1; local
314 if (first_time && IF) {
326 first_time = 0;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1517 int first_time = 1; local
1542 if (first_time) {
1555 first_time = 0;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c423 svn_boolean_t first_time;
489 if (info->first_time)
490 info->first_time = FALSE;
1445 info->first_time = TRUE;
422 svn_boolean_t first_time; member in struct:path_info
/freebsd-13-stable/contrib/dialog/
H A Ddialog.c1878 bool first_time = TRUE; local
2038 if (first_time) {
2039 first_time = FALSE;
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y2383 static boolean_t first_time = TRUE;
2408 if (first_time)
2410 first_time = FALSE;
/freebsd-13-stable/contrib/ee/
H A Dee.c2317 int first_time; /* if TRUE, the first time through the loop */ local
2321 first_time = TRUE;
2324 if (!first_time)
2333 first_time = FALSE;
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi.c2240 static int first_time = 1; local
2247 if (first_time)
2254 if (first_time)
2258 first_time = 0;
/freebsd-13-stable/sys/dev/ciss/
H A Dciss.c3528 static int first_time = 1; local
3532 if (first_time == 1) {
3533 first_time = 0;

Completed in 355 milliseconds