/netbsd/sbin/wsconsctl/ |
H A D | keysym.c | 44 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/external/bsd/less/dist/ |
H A D | forwback.c | 136 static int first_time = 1; local 183 } else if (!first_time) 246 if ((first_time || more_mode) && 285 first_time = 0;
|
/netbsd/external/gpl2/lvm2/dist/tools/ |
H A D | pvmove.c | 281 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/sbin/cgdconfig/ |
H A D | pkcs5_pbkdf2.c | 75 int first_time = 1; in prf_iterate() local 92 if (first_time) { in prf_iterate() 94 first_time = 0; in prf_iterate()
|
/netbsd/distrib/utils/more/ |
H A D | prim.c | 113 static int first_time = 1; local 150 } else if (!first_time) 185 if (first_time && line == NULL && !top_scroll) { 198 first_time = 0;
|
/netbsd/external/gpl2/xcvs/dist/contrib/ |
H A D | pvcs2rcs.in | 837 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/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ppoutput.c | 36 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()
|
H A D | c-ppoutput.cc | 37 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/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ppoutput.c | 36 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/libexec/getty/ |
H A D | main.c | 186 volatile int first_time = 1; in main() local 302 if (first_time != 0 && IF != NULL) { in main() 312 first_time = 0; in main()
|
/netbsd/external/mpl/bind/dist/bin/named/win32/include/named/ |
H A D | os.h | 57 named_os_writepidfile(const char *filename, bool first_time);
|
/netbsd/external/mpl/bind/dist/bin/named/unix/include/named/ |
H A D | os.h | 60 named_os_writepidfile(const char *filename, bool first_time);
|
/netbsd/external/bsd/ntp/dist/ntpd/ |
H A D | ntpsim.c | 470 static int first_time = 1; 478 if (first_time) { 482 first_time = 0;
|
/netbsd/external/mpl/bind/dist/bin/named/win32/ |
H A D | os.c | 265 named_os_writepidfile(const char *filename, bool first_time) { in named_os_writepidfile() argument 275 report = first_time ? named_main_earlyfatal : named_main_earlywarning; in named_os_writepidfile()
|
/netbsd/external/mpl/bind/dist/bin/named/unix/ |
H A D | os.c | 761 named_os_writepidfile(const char *filename, bool first_time) { in named_os_writepidfile() argument 771 report = first_time ? named_main_earlyfatal : named_main_earlywarning; in named_os_writepidfile() 787 first_time); in named_os_writepidfile()
|
/netbsd/external/bsd/libpcap/dist/ |
H A D | pcap-sita.c | 71 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member 347 u->first_time = 0; in open_with_IOP() 371 u->first_time = 0; in pcap_cleanup_acn() 878 if (u->first_time == 0) { in acn_start_monitor() 886 u->first_time = 1; in acn_start_monitor()
|
/netbsd/external/gpl2/lvm2/dist/lib/format1/ |
H A D | format1.c | 36 int first_time = 1; in _check_vgs() local 44 if (first_time) { in _check_vgs() 46 first_time = 0; in _check_vgs()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.c | 126 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()
|
H A D | cpp.cc | 130 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/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 126 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/usr.sbin/bta2dpd/bta2dpd/ |
H A D | bta2dpd.c | 901 static bool first_time = true; in init_server() local 911 if (first_time) in init_server() 916 first_time = false; in init_server()
|
/netbsd/external/gpl3/gdb/dist/gdb/tui/ |
H A D | tui-layout.c | 531 bool first_time = true; in get_sizes() local 539 if (height == m_vertical || first_time) in get_sizes() 549 first_time = false; in get_sizes()
|
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/ |
H A D | tui-layout.c | 531 bool first_time = true; in get_sizes() local 539 if (height == m_vertical || first_time) in get_sizes() 549 first_time = false; in get_sizes()
|
/netbsd/external/gpl2/lvm2/dist/lib/activate/ |
H A D | dev_manager.c | 365 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/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt.c | 703 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()
|