Home
last modified time | relevance | path

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

12

/netbsd-src/sbin/wsconsctl/
H A Dkeysym.c44 static int first_time = 1; variable
133 first_time = 0; in sort_ksym_tab()
142 if (first_time) in ksym2name()
162 if (first_time) in name2ksym()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dpvmove.c281 unsigned first_time = (flags & PVMOVE_FIRST_TIME) ? 1 : 0; in _update_metadata() local
295 if (!first_time) { in _update_metadata()
306 if (!first_time) in _update_metadata()
315 if (first_time) { in _update_metadata()
360 unsigned first_time = 1; in _set_up_pvmove() local
415 first_time = 0; in _set_up_pvmove()
448 if (first_time) { in _set_up_pvmove()
/netbsd-src/sbin/cgdconfig/
H A Dpkcs5_pbkdf2.c75 int first_time = 1; in prf_iterate() local
92 if (first_time) { in prf_iterate()
94 first_time = 0; in prf_iterate()
/netbsd-src/external/bsd/less/dist/
H A Dforwback.c25 public int first_time = 1; variable
273 } else if (!first_time && !is_filtering() && full_screen) in forw()
338 if ((first_time || more_mode) && in forw()
394 first_time = 0; in forw()
H A Dmain.c69 extern int first_time;
417 first_time = 1; /* Don't print "skipping" or tildes */ in quit()
/netbsd-src/distrib/utils/more/
H A Dprim.c113 static int first_time = 1; local
150 } else if (!first_time)
185 if (first_time && line == NULL && !top_scroll) {
198 first_time = 0;
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dpvcs2rcs.in837 my $first_time = 1;
849 unlink $rcsarchive if ($first_time and $options{verify} =~ /^none$/ and -f $rcsarchive);
852 if ( $first_time )
891 unless ($first_time)
920 $first_time = 0 if ($first_time);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c36 bool first_time; /* pp_file_change hasn't been called yet. */ member
163 print.first_time = 1; in init_pp_output()
656 if (print.first_time) in pp_file_change()
661 print.first_time = 0; in pp_file_change()
/netbsd-src/libexec/getty/
H A Dmain.c186 volatile int first_time = 1; in main() local
302 if (first_time != 0 && IF != NULL) { in main()
312 first_time = 0; in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc37 bool first_time; /* pp_file_change hasn't been called yet. */ member
163 print.first_time = 1; in init_pp_output()
752 if (print.first_time) in pp_file_change()
757 print.first_time = 0; in pp_file_change()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c470 static int first_time = 1;
478 if (first_time) {
482 first_time = 0;
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.c36 int first_time = 1; in _check_vgs() local
44 if (first_time) { in _check_vgs()
46 first_time = 0; in _check_vgs()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc130 bool first_time; /* cb_file_change hasn't been called yet. */ member
564 print.first_time = 1; in gfc_cpp_init_0()
915 if (print.first_time) in cb_file_change()
920 print.first_time = 0; in cb_file_change()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c126 bool first_time; /* cb_file_change hasn't been called yet. */ member
533 print.first_time = 1; in gfc_cpp_init_0()
895 if (print.first_time) in cb_file_change()
900 print.first_time = 0; in cb_file_change()
/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Dbta2dpd.c901 static bool first_time = true; in init_server() local
911 if (first_time) in init_server()
916 first_time = false; in init_server()
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Ddev_manager.c365 int first_time = 1; in _percent_run() local
414 if (first_time) { in _percent_run()
416 first_time = 0; in _percent_run()
434 if (first_time) in _percent_run()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c703 static char first_time = 1; in i386_find_on_wrapper_list() local
706 if (first_time) in i386_find_on_wrapper_list()
732 first_time = 0; in i386_find_on_wrapper_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc702 static char first_time = 1; in i386_find_on_wrapper_list() local
705 if (first_time) in i386_find_on_wrapper_list()
731 first_time = 0; in i386_find_on_wrapper_list()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c2616 int first_time; in m32r_output_block_move() local
2627 first_time = 1; in m32r_output_block_move()
2633 if (first_time) in m32r_output_block_move()
2660 if (first_time) in m32r_output_block_move()
2674 int dst_offset = first_time ? 0 : 4; in m32r_output_block_move()
2748 first_time = 0; in m32r_output_block_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc2617 int first_time; in m32r_output_block_move() local
2628 first_time = 1; in m32r_output_block_move()
2634 if (first_time) in m32r_output_block_move()
2661 if (first_time) in m32r_output_block_move()
2675 int dst_offset = first_time ? 0 : 4; in m32r_output_block_move()
2749 first_time = 0; in m32r_output_block_move()
/netbsd-src/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl1448 my $first_time = 1; # First iteration of the loop?
1482 unless (($After_Header ne " ") and ($first_time))
1605 $first_time = 0;
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c1303 unsigned first_time = 1; in _emit_areas_line() local
1309 EMIT_PARAMS(*pos, "%s%s %" PRIu64, first_time ? "" : " ", in _emit_areas_line()
1312 first_time = 0; in _emit_areas_line()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c1956 static int first_time = 1; in slapi_timer_current_time() local
1962 if (first_time) { in slapi_timer_current_time()
1963 first_time = 0; in slapi_timer_current_time()
1980 if ( first_time ) { in slapi_timer_current_time()
1981 first_time = 0; in slapi_timer_current_time()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1220 bool first_time; member
1234 first_time = DECL_MAYBE_DELETED (fndecl); in comp_info()
1239 constexp = first_time; in comp_info()
1245 noex = first_time; in comp_info()
1275 if (first_time) in ~comp_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphunit.cc1148 analyze_functions (bool first_time) in analyze_functions() argument
1177 if (flag_openmp && first_time) in analyze_functions()
1330 if (first_time) in analyze_functions()

12