| /freebsd-13-stable/usr.sbin/apmd/ |
| HD | apmdlex.l | 41 int first_time; variable 54 if (first_time) { 57 first_time = 0;
|
| HD | apmdparse.y | 44 extern int first_time; 78 : { first_time = 1; } config_list
|
| HD | apmd.c | 511 static int first_time=1, last_state; in check_battery() local 521 if (first_time) { in check_battery() 529 first_time = 0; in check_battery()
|
| /freebsd-13-stable/contrib/less/ |
| HD | forwback.c | 24 public int first_time = 1; variable 277 } else if (!first_time && !is_filtering() && full_screen) in forw() 342 if ((first_time || less_is_more) && in forw() 386 first_time = 0; in forw()
|
| HD | main.c | 76 extern int first_time; 603 first_time = 1; /* Don't print "skipping" or tildes */ in quit()
|
| /freebsd-13-stable/sys/dev/random/fenestrasX/ |
| HD | fx_pool.c | 296 bool first_time, first_32; in fxrng_event_processor() local 308 first_time = event->he_size > 0 && in fxrng_event_processor() 310 if (__predict_false(first_time)) { in fxrng_event_processor()
|
| /freebsd-13-stable/tools/tools/netmap/ |
| HD | pkt_hash.c | 115 static int first_time = 1; in sym_hash_fn() local 122 if (first_time) { in sym_hash_fn() 124 first_time = 0; in sym_hash_fn()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | username_providers.c | 184 svn_boolean_t first_time, in prompt_for_username_creds() argument 193 if (first_time) in prompt_for_username_creds()
|
| HD | deprecated.c | 325 svn_boolean_t first_time; in print_command_info() local 332 first_time = TRUE; in print_command_info() 338 if (first_time) { in print_command_info() 340 first_time = FALSE; in print_command_info() 348 if (! first_time) in print_command_info() 564 svn_boolean_t first_time; in print_command_info2() local 571 first_time = TRUE; in print_command_info2() 577 if (first_time) { in print_command_info2() 579 first_time = FALSE; in print_command_info2() 587 if (! first_time) in print_command_info2()
|
| HD | opt.c | 227 svn_boolean_t first_time; in print_command_info3() local 234 first_time = TRUE; in print_command_info3() 240 if (first_time) { in print_command_info3() 242 first_time = FALSE; in print_command_info3() 250 if (! first_time) in print_command_info3()
|
| HD | hash.c | 379 int first_time = 1; in svn_hash_read() local 388 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time) in svn_hash_read() 399 first_time = 0; in svn_hash_read()
|
| HD | simple_providers.c | 568 svn_boolean_t first_time, in prompt_for_simple_creds() argument 579 if (first_time) in prompt_for_simple_creds()
|
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntpsim.c | 468 static int first_time = 1; 476 if (first_time) { 480 first_time = 0;
|
| /freebsd-13-stable/libexec/getty/ |
| HD | main.c | 179 int first_sleep = 1, first_time = 1; in main() local 314 if (first_time && IF) { in main() 326 first_time = 0; in main()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | sctp_bsd_addr.c | 296 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change() 298 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
|
| HD | sctp_pcb.h | 250 uint8_t first_time; member
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-sita.c | 64 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member 348 u->first_time = 0; in open_with_IOP() 372 u->first_time = 0; in pcap_cleanup_acn() 872 if (u->first_time == 0) { in acn_start_monitor() 880 u->first_time = 1; in acn_start_monitor()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/ |
| HD | log.c | 422 svn_boolean_t first_time; member 488 if (info->first_time) in get_history() 489 info->first_time = FALSE; in get_history() 1444 info->first_time = TRUE; in get_path_histories()
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_Windows_NT_util.cpp | 1566 int first_time = 1; in __kmp_get_load_balance() local 1591 if (first_time) { in __kmp_get_load_balance() 1604 first_time = 0; in __kmp_get_load_balance()
|
| /freebsd-13-stable/contrib/dialog/ |
| HD | dialog.c | 1878 bool first_time = TRUE; in main() local 2038 if (first_time) { in main() 2039 first_time = FALSE; in main()
|
| /freebsd-13-stable/contrib/ofed/opensm/opensm/ |
| HD | osm_qos_parser_y.y | 2383 static boolean_t first_time = TRUE; variable 2408 if (first_time) 2410 first_time = FALSE;
|
| /freebsd-13-stable/contrib/ee/ |
| HD | new_curse.c | 3269 int first_time; in doupdate() local 3546 first_time = TRUE; in doupdate() 3583 if ((first_time) && (virt->changed)) in doupdate() 3589 first_time = FALSE; in doupdate()
|
| HD | ee.c | 2317 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/irdma/ |
| HD | irdma_utils.c | 855 bool first_time; in irdma_terminate_done() local 864 first_time = !(qp->term_flags & IRDMA_TERM_DONE); in irdma_terminate_done() 867 if (first_time) { in irdma_terminate_done()
|
| /freebsd-13-stable/sys/dev/acpica/ |
| HD | acpi.c | 2389 static int first_time = 1; in acpi_enable_fixed_events() local 2396 if (first_time) in acpi_enable_fixed_events() 2403 if (first_time) in acpi_enable_fixed_events() 2407 first_time = 0; in acpi_enable_fixed_events()
|