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

12

/freebsd-10-stable/usr.sbin/apmd/
H A Dapmdlex.l40 int first_time;
52 if (first_time) {
55 first_time = 0;
H A Dapmdparse.y43 extern int first_time;
77 : { first_time = 1; } config_list
H A Dapmd.c514 static int first_time=1, last_state; local
524 if (first_time) {
532 first_time = 0;
/freebsd-10-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:__anon1012
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-10-stable/contrib/less/
H A Dforwback.c137 static int first_time = 1; local
193 } else if (!first_time)
258 if ((first_time || less_is_more) &&
297 first_time = 0;
/freebsd-10-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.c379 int first_time = 1;
388 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time)
399 first_time = 0;
376 int first_time = 1; local
H A Dopt.c263 svn_boolean_t first_time;
270 first_time = TRUE;
276 if (first_time) {
278 first_time = FALSE;
286 if (! first_time)
261 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
H A Ddeprecated.c326 svn_boolean_t first_time;
333 first_time = TRUE;
339 if (first_time) {
341 first_time = FALSE;
349 if (! first_time)
324 svn_boolean_t first_time; local
/freebsd-10-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-10-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-10-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-10-stable/contrib/ntp/ntpd/
H A Dntpsim.c468 static int first_time = 1;
476 if (first_time) {
480 first_time = 0;
/freebsd-10-stable/sys/netinet/
H A Dsctp_bsd_addr.c304 if (SCTP_BASE_VAR(first_time) == 0) {
306 SCTP_BASE_VAR(first_time) = 1;
H A Dsctp_pcb.h253 uint8_t first_time; member in struct:sctp_base_info
/freebsd-10-stable/contrib/libpcap/
H A Dpcap-sita.c68 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;
840 if (u->first_time == 0) {
848 u->first_time = 1;
/freebsd-10-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-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c405 svn_boolean_t first_time;
471 if (info->first_time)
472 info->first_time = FALSE;
1422 info->first_time = TRUE;
404 svn_boolean_t first_time; member in struct:path_info
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y2274 static boolean_t first_time = TRUE;
2299 if (first_time)
2301 first_time = FALSE;
/freebsd-10-stable/contrib/ee/
H A Dee.c2317 int first_time; /* if TRUE, the first time through the loop */ local
2321 first_time = TRUE;
2324 if (!first_time)
2333 first_time = FALSE;

Completed in 331 milliseconds

12