| /freebsd-12.1/usr.sbin/apmd/ |
| H A D | apmdlex.l | 43 int first_time; variable 56 if (first_time) { 59 first_time = 0;
|
| H A D | apmdparse.y | 46 extern int first_time; 80 : { first_time = 1; } config_list
|
| H A D | apmd.c | 516 static int first_time=1, last_state; in check_battery() local 526 if (first_time) { in check_battery() 534 first_time = 0; in check_battery()
|
| /freebsd-12.1/contrib/less/ |
| H A D | forwback.c | 137 static int first_time = 1; local 193 } else if (!first_time) 258 if ((first_time || less_is_more) && 297 first_time = 0;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-init.c | 46 static bool first_time = true; in loop_optimizer_init() local 48 if (first_time) in loop_optimizer_init() 50 first_time = false; in loop_optimizer_init()
|
| H A D | c-ppoutput.c | 39 bool first_time; /* pp_file_change hasn't been called yet. */ member 135 print.first_time = 1; in init_pp_output() 421 if (print.first_time) in pp_file_change() 426 print.first_time = 0; in pp_file_change()
|
| H A D | mips-tdump.c | 1516 int first_time = 1; in main() local 1522 if (first_time) in main() 1525 first_time = 0; in main()
|
| H A D | gcc.c | 2566 bool first_time; member 2577 if (!info->first_time) in add_to_obstack() 2582 info->first_time = false; in add_to_obstack() 2602 info.first_time = true; in build_search_list() 4361 int first_time; in set_collect_gcc_options() local 4368 first_time = TRUE; in set_collect_gcc_options() 4373 if (!first_time) in set_collect_gcc_options() 4376 first_time = FALSE; in set_collect_gcc_options()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | interps.c | 133 int first_time = 0; in interp_set() local 152 first_time = 1; in interp_set() 197 if (!first_time) in interp_set()
|
| H A D | monitor.c | 143 static int first_time = 0; /* is this the first time we're executing after variable 938 if (current_monitor->flags & MO_RUN_FIRST_TIME && first_time == 1) in monitor_resume() 940 first_time = 0; in monitor_resume() 2019 first_time = 1; in monitor_create_inferior()
|
| /freebsd-12.1/tools/tools/netmap/ |
| H A D | 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-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | username_providers.c | 184 svn_boolean_t first_time, in prompt_for_username_creds() argument 193 if (first_time) in prompt_for_username_creds()
|
| H A D | opt.c | 261 svn_boolean_t first_time; in print_command_info2() local 268 first_time = TRUE; in print_command_info2() 274 if (first_time) { in print_command_info2() 276 first_time = FALSE; in print_command_info2() 284 if (! first_time) in print_command_info2()
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | 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-12.1/contrib/ntp/ntpd/ |
| H A D | ntpsim.c | 468 static int first_time = 1; 476 if (first_time) { 480 first_time = 0;
|
| /freebsd-12.1/libexec/getty/ |
| H A D | main.c | 184 int first_sleep = 1, first_time = 1; in main() local 315 if (first_time && IF) { in main() 327 first_time = 0; in main()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_bsd_addr.c | 303 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change() 305 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
|
| H A D | sctp_pcb.h | 255 uint8_t first_time; member
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | pcap-sita.c | 66 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member 342 u->first_time = 0; in open_with_IOP() 366 u->first_time = 0; in pcap_cleanup_acn() 873 if (u->first_time == 0) { in acn_start_monitor() 881 u->first_time = 1; in acn_start_monitor()
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-speed.py | 344 first_time = True variable 347 if first_time: 348 first_time = False variable
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 1465 int first_time = 1; in __kmp_get_load_balance() local 1490 if (first_time) { in __kmp_get_load_balance() 1503 first_time = 0; in __kmp_get_load_balance()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | 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-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos_parser_y.y | 2383 static boolean_t first_time = TRUE; variable 2408 if (first_time) 2410 first_time = FALSE;
|