/freebsd/contrib/mandoc/ |
H A D | roff_escape.c | 77 int argl; /* actual length of the argument */ in roff_escape() local 150 argl = 1; in roff_escape() 375 argl = iendarg - iarg; in roff_escape() 378 if (resc == NULL && argl == 2 && in roff_escape() 395 if (argl == 1) in roff_escape() 422 rval = mandoc_font(buf + iarg, argl); in roff_escape() 428 if (argl == 0) { in roff_escape() 441 if (term != '\0' && argl == 1 && buf[iarg] != '-') { in roff_escape() 450 if (argl < 6 || argl > 7 || in roff_escape() 453 + 4 < argl) in roff_escape() [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | exdatatest.c | 30 int idx, long argl, void *argp) in exnew() argument 33 || !TEST_long_eq(argl, saved_argl) in exnew() 40 void **from_d, int idx, long argl, void *argp) in exdup() argument 43 || !TEST_long_eq(argl, saved_argl) in exdup() 51 int idx, long argl, void *argp) in exfree() argument 54 || !TEST_long_eq(argl, saved_argl) in exfree() 72 int idx, long argl, void *argp) in exnew2() argument 77 || !TEST_long_eq(argl, saved_argl) in exnew2() 90 void **from_d, int idx, long argl, void *argp) in exdup2() argument 96 || !TEST_long_eq(argl, saved_argl) in exdup2() [all …]
|
H A D | bio_callback_test.c | 28 int argi, long argl, int ret, size_t *processed) in my_bio_cb_ex() argument 36 my_param_argl[my_param_count] = argl; in my_bio_cb_ex() 203 long argl, long ret) in my_bio_callback() argument 211 my_param_argl[my_param_count] = argl; in my_bio_callback()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_file.c | 21 long argl, char **ret); 23 long argl, char **ret, OSSL_LIB_CTX *libctx, 48 long argl, char **ret, OSSL_LIB_CTX *libctx, in by_file_ctrl_ex() argument 56 if (argl == X509_FILETYPE_DEFAULT) { in by_file_ctrl_ex() 71 if (argl == X509_FILETYPE_PEM) in by_file_ctrl_ex() 75 ok = (X509_load_cert_file_ex(ctx, argp, (int)argl, libctx, in by_file_ctrl_ex() 84 const char *argp, long argl, char **ret) in by_file_ctrl() argument 86 return by_file_ctrl_ex(ctx, cmd, argp, argl, ret, NULL, NULL); in by_file_ctrl()
|
H A D | by_store.c | 109 long argl, char **retp, OSSL_LIB_CTX *libctx, in by_store_ctrl_ex() argument 142 const char *argp, long argl, char **retp) in by_store_ctrl() argument 144 return by_store_ctrl_ex(ctx, cmd, argp, argl, retp, NULL, NULL); in by_store_ctrl()
|
H A D | by_dir.c | 51 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 82 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl() argument 90 if (argl == X509_FILETYPE_DEFAULT) { in dir_ctrl() 102 ret = add_cert_dir(ld, argp, (int)argl); in dir_ctrl()
|
H A D | x509_local.h | 80 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 96 int (*ctrl_ex) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
|
H A D | x509_lu.c | 74 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl_ex() argument 80 return ctx->method->ctrl_ex(ctx, cmd, argc, argl, ret, libctx, propq); in X509_LOOKUP_ctrl_ex() 82 return ctx->method->ctrl(ctx, cmd, argc, argl, ret); in X509_LOOKUP_ctrl_ex() 86 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() argument 89 return X509_LOOKUP_ctrl_ex(ctx, cmd, argc, argl, ret, NULL, NULL); in X509_LOOKUP_ctrl()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 89 long argl, void *argp) in dummy_new() argument 94 long argl, void *argp) in dummy_free() argument 100 long argl, void *argp) in dummy_dup() argument 142 long argl, void *argp, in ossl_crypto_get_ex_new_index_ex() argument 178 a->argl = argl; in ossl_crypto_get_ex_new_index_ex() 198 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, in CRYPTO_get_ex_new_index() argument 202 return ossl_crypto_get_ex_new_index_ex(NULL, class_index, argl, argp, in CRYPTO_get_ex_new_index() 252 storage[i]->argl, storage[i]->argp); in ossl_crypto_new_ex_data_ex() 328 storage[i]->argl, storage[i]->argp)) in CRYPTO_dup_ex_data() 404 f->free_func(obj, ptr, ad, storage[i].index, f->argl, f->argp); in CRYPTO_free_ex_data() [all …]
|
H A D | trace.c | 40 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp); 85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl() argument
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_get_ex_new_index.pod | 34 int TYPE_get_ex_new_index(long argl, void *argp, 50 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 54 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 58 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 62 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 68 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
H A D | BIO_set_callback.pod | 16 long argl, int ret, size_t *processed); 25 int argi, long argl, int ret, size_t *processed); 32 long argl, long ret); 36 long argl, long ret); 81 =item B<argp> B<argi> B<argl> 83 The meaning of the arguments B<argp>, B<argi> and B<argl> depends on
|
H A D | CRYPTO_get_ex_new_index.pod | 16 long argl, void *argp, 22 int idx, long argl, void *argp); 24 int idx, long argl, void *argp); 26 void **from_d, int idx, long argl, void *argp); 82 B<CRYPTO_EX_INDEX_xxx> values. The B<argl> and B<argp> parameters are saved 146 The B<idx>, B<argl> and B<argp> parameters are as described for the other
|
H A D | X509_LOOKUP.pod | 36 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 39 long argl, char **ret); 96 The arguments of the control command are passed via I<argc> and I<argl>, 169 The filename is passed in I<argc>, and the type in I<argl>. 175 I<argl>.
|
H A D | X509_LOOKUP_meth_new.pod | 53 long argl, char **ret); 138 to an array of characters. B<argl> is an integer. B<ret>, if set, 140 B<argc> and B<argl> are used depends entirely on the control function.
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_cb.c | 20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument 104 int argi, long argl, long ret) in BIO_debug_callback() argument 111 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
|
H A D | bio_lib.c | 38 int argi, long argl, long inret, in bio_call_callback() argument 47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback() 71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_util.c | 63 int idx, long argl, void *argp) in ui_new_method_data() argument 72 void **pptr, int idx, long argl, void *argp) in ui_dup_method_data() argument 83 int idx, long argl, void *argp) in ui_free_method_data() argument
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | configfile.c | 141 tArgList * argl = odesc->optCookie; in optionFindValue() local 142 int argct = argl->useCt; in optionFindValue() 143 void ** poptv = (void **)(argl->apzArgs); in optionFindValue() 223 tArgList * argl = odesc->optCookie; in optionFindNextValue() local 224 int ct = argl->useCt; in optionFindNextValue() 225 void ** poptv = (void **)argl->apzArgs; in optionFindNextValue()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | cryptlib.h | 121 long argl; /* Arbitrary long */ member 208 long argl, void *argp,
|
/freebsd/stand/powerpc/ofw/ |
H A D | start.c | 70 startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl) in startup() argument
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 239 int idx, long argl, void *argp); 241 int idx, long argl, void *argp); 243 void **from_d, int idx, long argl, void *argp); 244 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
H A D | crypto.h.in | 216 int idx, long argl, void *argp); 218 int idx, long argl, void *argp); 220 void **from_d, int idx, long argl, void *argp); 221 __owur int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
|
H A D | bio.h | 277 long argl, long ret); 282 long argl, long ret); 287 long argl, int ret, size_t *processed); 291 int argi, long argl, int ret, size_t *processed);
|
/freebsd/crypto/openssl/apps/include/ |
H A D | s_apps.h | 40 int argi, long argl, int ret, size_t *processed);
|