Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c190 static int first_call = 1; in msg_syslog_init() local
197 if (first_call) { in msg_syslog_init()
210 if (first_call) { in msg_syslog_init()
211 first_call = 0; in msg_syslog_init()
H A Dmsg_vstream.c81 static int first_call = 1; in msg_vstream_init() local
85 if (first_call) { in msg_vstream_init()
86 first_call = 0; in msg_vstream_init()
H A Dmsg_logger.c248 static int first_call = 1; in msg_logger_init() local
255 if (first_call) { in msg_logger_init()
285 if (first_call) { in msg_logger_init()
286 first_call = 0; in msg_logger_init()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c689 static int sanitize_line(char *linebuf, int len, unsigned int flags, int first_call) in sanitize_line() argument
692 if (first_call) { in sanitize_line()
747 int first_call = 1; in get_name() local
768 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name()
769 first_call = 0; in get_name()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_def.c188 int first_call = 1; in def_load_bio() local
237 if (first_call) { in def_load_bio()
248 first_call = 0; in def_load_bio()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraph.cc3328 cgraph_edge *first_call = NULL; in verify_speculative_call() local
3335 if (!first_call) in verify_speculative_call()
3336 first_call = direct; in verify_speculative_call()
3366 if (first_call->call_stmt in verify_speculative_call()
3367 && first_call != node->get_edge (first_call->call_stmt)) in verify_speculative_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.c3265 cgraph_edge *first_call = NULL; in verify_speculative_call() local
3272 if (!first_call) in verify_speculative_call()
3273 first_call = direct; in verify_speculative_call()
3303 if (first_call->call_stmt in verify_speculative_call()
3304 && first_call != node->get_edge (first_call->call_stmt)) in verify_speculative_call()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in6878 state $first_call = $TRUE;
8280 state $first_call = $TRUE;
8367 if ($first_call)
8369 $first_call = $FALSE;
8389 if ($first_call)
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in7584 state $first_call = $TRUE;
8932 state $first_call = $TRUE;
9019 if ($first_call)
9021 $first_call = $FALSE;
9041 if ($first_call)
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c8460 static int first_call = 1; in rcs_internal_lockfile() local
8462 if (first_call) in rcs_internal_lockfile()
8464 first_call = 0; in rcs_internal_lockfile()