OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_time
(Results
1 - 25
of
62
) sorted by relevancy
1
2
3
/src/external/mpl/bind/dist/bin/named/include/named/
os.h
63
named_os_writepidfile(const char *filename, bool
first_time
);
/src/sbin/cgdconfig/
pkcs5_pbkdf2.c
75
int
first_time
= 1;
local
92
if (
first_time
) {
94
first_time
= 0;
/src/distrib/utils/more/
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;
/src/sbin/wsconsctl/
keysym.c
44
static int
first_time
= 1;
variable
133
first_time
= 0;
142
if (
first_time
)
162
if (
first_time
)
/src/external/bsd/less/dist/
forwback.c
25
public int
first_time
= 1;
variable
273
} else if (!
first_time
&& !is_filtering() && full_screen)
338
if ((
first_time
|| more_mode) &&
394
first_time
= 0;
main.c
69
extern int
first_time
;
417
first_time
= 1; /* Don't print "skipping" or tildes */
/src/external/gpl2/lvm2/dist/tools/
pvmove.c
281
unsigned
first_time
= (flags & PVMOVE_FIRST_TIME) ? 1 : 0;
local
295
if (!
first_time
) {
306
if (!
first_time
)
315
if (
first_time
) {
360
unsigned
first_time
= 1;
local
415
first_time
= 0;
448
if (
first_time
) {
/src/external/gpl2/xcvs/dist/contrib/
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
);
/src/external/mpl/bind/dist/lib/dns/include/dns/
rpz.h
277
bool
first_time
;
member in struct:dns_rpz_zones
408
bool
first_time
);
/src/libexec/getty/
main.c
186
volatile int
first_time
= 1;
local
302
if (
first_time
!= 0 && IF != NULL) {
312
first_time
= 0;
/src/external/bsd/ntp/dist/ntpd/
ntpsim.c
470
static int
first_time
= 1;
478
if (
first_time
) {
482
first_time
= 0;
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc
37
bool
first_time
; /* pp_file_change hasn't been called yet. */
member in struct:__anon10271
163
print.
first_time
= 1;
752
if (print.
first_time
)
757
print.
first_time
= 0;
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc
39
bool
first_time
; /* pp_file_change hasn't been called yet. */
member in struct:__anon42
174
print.
first_time
= 1;
794
if (print.
first_time
)
799
print.
first_time
= 0;
/src/external/bsd/libpcap/dist/
pcap-sita.c
69
int
first_time
; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */
member in struct:unit
353
u->
first_time
= 0;
377
u->
first_time
= 0;
877
if (u->
first_time
== 0) {
885
u->
first_time
= 1;
/src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py
346
first_time
= True
variable
349
if
first_time
:
350
first_time
= False
variable
/src/external/gpl2/lvm2/dist/lib/format1/
format1.c
36
int
first_time
= 1;
local
44
if (
first_time
) {
46
first_time
= 0;
/src/external/mpl/bind/dist/bin/named/
os.c
834
named_os_writepidfile(const char *filename, bool
first_time
) {
844
report =
first_time
? named_main_earlyfatal : named_main_earlywarning;
860
first_time
);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-publisher.c
91
bool
first_time
;
member in struct:omr_publisher
162
if (publisher->
first_time
&& event_type == omr_watcher_event_prefix_added && prefix != NULL && prefix->user) {
191
publisher->
first_time
= false;
268
// Set the
first_time
flag so that we'll know to remove any locally-published on-mesh prefixes.
269
publisher->
first_time
= true;
omr-watcher.c
108
bool
first_time
;
member in struct:omr_watcher
406
if (something_changed || omw->
first_time
) {
408
omw->
first_time
= false;
475
omw->
first_time
= true;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc
130
bool
first_time
; /* cb_file_change hasn't been called yet. */
member in struct:__anon11070
564
print.
first_time
= 1;
915
if (print.
first_time
)
920
print.
first_time
= 0;
/src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc
130
bool
first_time
; /* cb_file_change hasn't been called yet. */
member in struct:__anon1026
564
print.
first_time
= 1;
914
if (print.
first_time
)
919
print.
first_time
= 0;
/src/external/gpl2/lvm2/dist/lib/activate/
dev_manager.c
365
int
first_time
= 1;
local
414
if (
first_time
) {
416
first_time
= 0;
434
if (
first_time
)
/src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c
901
static bool
first_time
= true;
local
911
if (
first_time
)
916
first_time
= false;
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc
704
static char
first_time
= 1;
707
if (
first_time
)
733
first_time
= 0;
702
static char
first_time
= 1;
local
/src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc
704
static char
first_time
= 1;
707
if (
first_time
)
733
first_time
= 0;
702
static char
first_time
= 1;
local
Completed in 88 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026