Searched refs:pass (Results 126 - 150 of 305) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c483 unsigned pass, n, nn; local
491 for (pass = 1; pass <= 2; pass++) {
502 if (pass == 1) {
510 for (pass = 1; pass <= 2; pass++) {
514 if (pass == 1) {
526 if (pass
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c60 /* Register to pass this argument in, 0 if passed on stack, or an
64 /* Register to pass this argument in when generating tail call sequence.
492 makes no sense to pass it as a pointer-to-function to
914 MAY_TAILCALL is cleared if we encounter an invisible pass-by-reference
972 /* If TYPE is a transparent union, pass things the way we would
973 pass the first field of the union. We have already verified that
978 /* Decide where to pass this arg.
1003 /* If we're compiling a thunk, pass through invisible references
1023 /* We make a copy of the object and pass the address to the
1095 it means that we are to pass thi
1856 int pass; local
[all...]
H A Dregclass.c800 /* Now the data and code for the `regclass' pass, which happens
910 /* Initialize some global data for this pass. */
1037 scan_one_insn (rtx insn, int pass)
1087 do this during our first pass. */
1089 if (pass == 0 && optimize
1207 /* This is a pass of the compiler that scans all instructions
1210 This pass comes just before local register allocation. */
1217 int pass;
1234 for (pass = 0; pass <
1032 scan_one_insn(rtx insn, int pass) argument
1212 int pass; local
[all...]
H A Dregmove.c47 #include "tree-pass.h"
1066 int pass;
1088 /* A forward/backward pass. Replace output operands with input operands. */
1090 for (pass = 0; pass <= 2; pass++)
1092 if (! flag_regmove && pass >= flag_expensive_optimizations)
1096 fprintf (dump_file, "Starting %s pass...\n",
1097 pass ? "backward" : "forward");
1099 for (insn = pass
1059 int pass; local
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Droute.c386 int pass; local
417 for (pass = 0; pass < 2; pass++) {
425 if (pass == 0)
452 if (pass == 1) {
456 log_Printf(LogDEBUG, "route_IfDelete: Skip it (pass %d)\n", pass);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c888 char * pass; local
919 pass = getpass_keytype(info_auth_keytype);
920 if ('\0' == pass[0]) {
925 (u_char *)pass);
1787 char *pass; local
1797 pass = pcmd->argval[0].string;
1799 pass = getpass_keytype(info_auth_keytype);
1800 if ('\0' == *pass) {
1805 authusekey(info_auth_keyid, info_auth_keytype, (u_char *)pass);
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c578 prompt = UI_construct_prompt(ui, "pass phrase", prompt_info);
661 if (!strncmp(arg, "pass:", 5))
757 const char *pass; local
768 pass = "";
785 pass = tpass;
787 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
850 const char *pass, ENGINE *e, const char *cert_descrip)
961 const char *pass, ENGINE *e, const char *key_descrip)
967 cb_data.password = pass;
1047 const char *pass, ENGIN
849 load_cert(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) argument
960 load_key(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
1046 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
1181 load_certs_crls(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *desc, STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls) argument
[all...]
H A Ds_client.c328 " -pass arg - private key file pass phrase source\n");
451 /* This is a context that we pass to callbacks */
471 /* This is a context that we pass to all callbacks */
564 char *pass = (char *)OPENSSL_malloc(PWD_STRLEN + 1); local
568 if (!pass) {
575 if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) {
577 OPENSSL_free(pass);
580 *(pass + l) = '\0';
582 return pass;
676 char *passarg = NULL, *pass = NULL; local
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp284 ATF_TEST_CASE(pass); variable
285 ATF_TEST_CASE_HEAD(pass)
289 ATF_TEST_CASE_BODY(pass)
795 ATF_ADD_TEST_CASE(tcs, pass);
/freebsd-11-stable/contrib/netbsd-tests/net/carp/
H A Dt_basic.sh67 vhid 175 advskew $advskew advbase 1 pass s3cret \
/freebsd-11-stable/sys/netinet/
H A Dip_options.c91 * The pass argument is used when operating in the IPSTEALTH mode to tell
92 * what options to process: [LS]SRR (pass 0) or the others (pass 1). The
100 ip_dooptions(struct mbuf *m, int pass) argument
156 if (V_ipstealth && pass > 0)
272 if (V_ipstealth && pass == 0)
314 if (V_ipstealth && pass == 0)
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c77 int pass; member in struct:driverlink
848 * is safe to pass to snprintf to construct, for example pnp info strings.
887 * Bus pass implementation
895 * @brief Register the pass level of a new driver attachment
897 * Register a new driver attachment's pass level. If no driver
898 * attachment with the same pass level has been added, then @p new
908 /* We only consider pass numbers during boot. */
913 * Walk the passes list. If we already know about this pass
918 if (dl->pass < new->pass)
936 bus_set_pass(int pass) argument
1128 devclass_add_driver(devclass_t dc, driver_t *driver, int pass, devclass_t *dcp) argument
5059 int error, pass; local
[all...]
/freebsd-11-stable/share/mk/
H A Dplain.test.mk7 # and report the test's pass or fail status via a 0 or 1 exit code.
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c169 char *userstr, *pass, *acctstr; local
192 pass = rpass;
216 if (pass == NULL) {
225 pass = myname;
230 if (pass == NULL) {
231 pass = defaultpass;
234 pass = tmp;
237 n = command ("PASS %s", pass);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h320 char * pass; member in struct:smb_vcspec
338 char * pass; member in struct:smb_sharespec
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7549 for pass in $passes; do
7550 # The preopen pass i
[all...]
/freebsd-11-stable/sys/netinet6/
H A Dip6_forward.c324 goto pass;
374 pass:
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7549 for pass in $passes; do
7550 # The preopen pass i
[all...]
/freebsd-11-stable/contrib/file/
H A Dltmain.sh451 # you will pass as the first argument to func_warning from your own
1564 # options that you action, and then pass back the remaining unprocessed
1653 # Note that when calling hook functions, we pass through the list of
3654 -Wc,FLAG pass FLAG directly to the compiler
3759 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3761 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3762 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6501 # what system we are compiling for in order to pass an extra
7552 for pass in $passes; do
7553 # The preopen pass i
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp69 static void pass() {} function
70 #define warnx(a, ...) pass();
415 * We don't pass FLAG_PERMUTE to getopt_internal() since
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc115 // Convert the argument to UTF-16 to pass it to _wgetenv().
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c383 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
398 * that the same pass phrase will generate the same key, regardless of the
407 * @param pass The passphrase to use.
417 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
424 apr_size_t *ivSize, const char *pass, apr_size_t passLen,
430 return f->provider->passphrase(key, ivSize, pass, passLen, salt, saltLen,
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7551 for pass in $passes; do
7552 # The preopen pass i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh448 # you will pass as the first argument to func_warning from your own
1561 # options that you action, and then pass back the remaining unprocessed
1650 # Note that when calling hook functions, we pass through the list of
3651 -Wc,FLAG pass FLAG directly to the compiler
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
6498 # what system we are compiling for in order to pass an extra
7552 for pass in $passes; do
7553 # The preopen pass i
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c1526 pass it to the linker. */
1587 int pass;
1601 We do this in two passes. In the first pass, we try to find
1602 a unique `low'. In the second pass, we permit multiple
1605 for (pass = 0; pass < 2; pass++)
1617 && (pass == 1
1648 if (pass == 1)
1583 int pass; local

Completed in 322 milliseconds

1234567891011>>