Searched refs:first_time (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdlex.l43 int first_time;
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; local
526 if (first_time) {
534 first_time = 0;
/freebsd-11-stable/contrib/gcc/
H A Dloop-init.c47 static bool first_time = true;
49 if (first_time)
51 first_time = false;
46 static bool first_time = true; local
H A Dc-ppoutput.c39 bool first_time; /* pp_file_change hasn't been called yet. */ member in struct:__anon1191
135 print.first_time = 1;
421 if (print.first_time)
426 print.first_time = 0;
H A Dmips-tdump.c1532 int first_time = 1;
1538 if (first_time)
1541 first_time = 0;
1516 int first_time = 1; local
H A Dgcc.c2581 bool first_time;
2592 if (!info->first_time)
2597 info->first_time = false;
2617 info.first_time = true;
4382 int first_time;
4389 first_time = TRUE;
4394 if (!first_time)
4397 first_time = FALSE;
2566 bool first_time; member in struct:add_to_obstack_info
4361 int first_time; local
/freebsd-11-stable/contrib/less/
H A Dforwback.c143 static int first_time = 1; local
199 } else if (!first_time && !is_filtering())
264 if ((first_time || less_is_more) &&
303 first_time = 0;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dusername_providers.c188 svn_boolean_t first_time,
197 if (first_time)
180 prompt_for_username_creds(svn_auth_cred_username_t **cred_p, username_prompt_provider_baton_t *pb, apr_hash_t *parameters, const char *realmstring, svn_boolean_t first_time, svn_boolean_t may_save, apr_pool_t *pool) argument
H A Dhash.c382 int first_time = 1;
391 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time)
402 first_time = 0;
379 int first_time = 1; local
H A Ddeprecated.c327 svn_boolean_t first_time;
334 first_time = TRUE;
340 if (first_time) {
342 first_time = FALSE;
350 if (! first_time)
566 svn_boolean_t first_time;
573 first_time = TRUE;
579 if (first_time) {
581 first_time = FALSE;
589 if (! first_time)
325 svn_boolean_t first_time; local
564 svn_boolean_t first_time; local
[all...]
H A Dopt.c229 svn_boolean_t first_time;
236 first_time = TRUE;
242 if (first_time) {
244 first_time = FALSE;
252 if (! first_time)
227 svn_boolean_t first_time; local
H A Dsimple_providers.c573 svn_boolean_t first_time,
584 if (first_time)
564 prompt_for_simple_creds(svn_auth_cred_simple_t **cred_p, simple_prompt_provider_baton_t *pb, apr_hash_t *parameters, const char *realmstring, svn_boolean_t first_time, svn_boolean_t may_save, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinterps.c133 int first_time = 0; local
152 first_time = 1;
197 if (!first_time)
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)
940 first_time = 0;
2019 first_time = 1;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c42 int i, first_time = mempool->memblocks_allocated == 0 ? 1 : 0; local
137 if (first_time && index >= mempool->items_initial) {
203 if (first_time && mempool->items_current ==
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt_hash.c115 static int first_time = 1; local
122 if (first_time) {
124 first_time = 0;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.c47 u32 first_time = mempool->memblocks_allocated == 0 ? 1 : 0; local
142 if (first_time && (item_index >= mempool->items_initial))
206 if (first_time && mempool->items_current ==
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-11-stable/sys/netinet/
H A Dsctp_bsd_addr.c301 if (SCTP_BASE_VAR(first_time) == 0) {
303 SCTP_BASE_VAR(first_time) = 1;
H A Dsctp_pcb.h253 uint8_t first_time; member in struct:sctp_base_info
/freebsd-11-stable/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 in struct:unit
342 u->first_time = 0;
366 u->first_time = 0;
873 if (u->first_time == 0) {
881 u->first_time = 1;
/freebsd-11-stable/libexec/getty/
H A Dmain.c183 int first_sleep = 1, first_time = 1; local
313 if (first_time && IF) {
325 first_time = 0;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1517 int first_time = 1; local
1542 if (first_time) {
1555 first_time = 0;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c423 svn_boolean_t first_time;
489 if (info->first_time)
490 info->first_time = FALSE;
1445 info->first_time = TRUE;
422 svn_boolean_t first_time; member in struct:path_info

Completed in 595 milliseconds

12