Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/usr.sbin/apmd/
H A Dapmdlex.l43 int first_time; variable
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; 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 Dforwback.c137 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 Dloop-init.c46 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 Dc-ppoutput.c39 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 Dmips-tdump.c1516 int first_time = 1; in main() local
1522 if (first_time) in main()
1525 first_time = 0; in main()
H A Dgcc.c2566 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 Dinterps.c133 int first_time = 0; in interp_set() local
152 first_time = 1; in interp_set()
197 if (!first_time) in interp_set()
H A Dmonitor.c143 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 Dpkt_hash.c115 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 Dusername_providers.c184 svn_boolean_t first_time, in prompt_for_username_creds() argument
193 if (first_time) in prompt_for_username_creds()
H A Dopt.c261 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 Dhash.c379 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 Ddeprecated.c325 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 Dsimple_providers.c568 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 Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-12.1/libexec/getty/
H A Dmain.c184 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 Dsctp_bsd_addr.c303 if (SCTP_BASE_VAR(first_time) == 0) { in sctp_addr_change()
305 SCTP_BASE_VAR(first_time) = 1; in sctp_addr_change()
H A Dsctp_pcb.h255 uint8_t first_time; member
/freebsd-12.1/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
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 Dtest-zstd-speed.py344 first_time = True variable
347 if first_time:
348 first_time = False variable
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1465 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 Dlog.c422 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 Dosm_qos_parser_y.y2383 static boolean_t first_time = TRUE; variable
2408 if (first_time)
2410 first_time = FALSE;

12