Home
last modified time | relevance | path

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

123

/netbsd/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/external/bsd/less/dist/
H A Dforwback.c136 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 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/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/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/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/external/gpl3/gcc/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()
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/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/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/external/mpl/bind/dist/bin/named/win32/include/named/
H A Dos.h57 named_os_writepidfile(const char *filename, bool first_time);
/netbsd/external/mpl/bind/dist/bin/named/unix/include/named/
H A Dos.h60 named_os_writepidfile(const char *filename, bool first_time);
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c470 static int first_time = 1;
478 if (first_time) {
482 first_time = 0;
/netbsd/external/mpl/bind/dist/bin/named/win32/
H A Dos.c265 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 Dos.c761 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 Dpcap-sita.c71 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 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/external/gpl3/gcc/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()
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/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/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/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.c531 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 Dtui-layout.c531 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 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/external/gpl3/gcc/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()

123