Searched refs:argl (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/
H A Dex_data.c84 int CRYPTO_get_ex_new_index(int idx, STACK_OF(CRYPTO_EX_DATA_FUNCS) **skp, long argl, void *argp, argument
104 a->argl=argl;
185 mm->argl,mm->argp);
208 m->free_func(obj,ptr,ad,i,m->argl,m->argp);
235 m->new_func(obj,ptr,ad,i,m->argl,m->argp);
/macosx-10.9.5/screen-22/screen/
H A Dcomm.sh63 int *argl;
H A Dbraille_tsi.c283 int argl[2]; local
289 argl[0] = args[0] ? strlen(args[0]) : 0;
290 argl[1] = args[1] ? strlen(args[1]) : 0;
293 act.argl = argl;
H A Dmisc.c729 int i, on, argl = 0; local
741 argl = sf - f;
743 if (argl)
745 i = argl > n - 1 ? n - 1 : argl;
749 if (i < argl)
792 argl = strlen(arg);
H A Dprocess.c408 ktab[i].argl = 0;
415 umtab[i].argl = 0;
418 dmtab[i].argl = 0;
421 mmtab[i].argl = 0;
569 idleaction.argl = 0;
627 act->argl = 0;
1029 int *argl = act->argl; local
1305 if (*argl == 0 || *argl >
[all...]
H A Dfileio.c139 int argl[MAXARGS]; local
174 if ((argc = Parse(buf, sizeof buf, args, argl)) == 0)
316 int argl[MAXARGS]; local
329 if (Parse(ubuf, ubufl, args, argl) <= 0)
339 DoCommand(args, argl);
H A Dcomm.h46 int *argl; member in struct:action
H A Dcomm.h.dist46 int *argl;
H A Dsocket.c1344 int argl[MAXARGS]; local
1354 lp = argl;
1423 DoCommand(args, argl);
H A Dhelp.c383 lp = act->argl;
H A Dansi.c1474 int argl[MAXARGS]; local
1478 if (windowuser && Parse(p, sizeof(curr->w_string) - (p - curr->w_string), args, argl))
1490 DoCommand(args, argl);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dcrypto.h200 int idx, long argl, void *argp);
203 int idx, long argl, void *argp);
206 int idx, long argl, void *argp);
213 long argl; /* Arbitary long */ member in struct:crypto_ex_data_func_st
291 int CRYPTO_get_ex_new_index(int idx, STACK_OF(CRYPTO_EX_DATA_FUNCS) **skp, long argl, void *argp,
H A Dx509_vfy.h158 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
331 long argl, char **ret);
359 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Ddh.h178 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dbio.h261 /* bio, mode, argp, argi, argl, ret */
503 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
549 long argl,long ret);
552 long argl,long ret);
H A Ddsa.h191 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Drsa.h284 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_lib.c182 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
187 &dh_meth,argl,argp,new_func,dup_func,free_func));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_lib.c212 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
217 &dsa_meth,argl,argp,new_func,dup_func,free_func));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_text.tcl10 proc__ proc {cmd argl body} {
11 puts_stderr "proc $cmd $argl ..."
12 uplevel [list proc__ $cmd $argl $body]
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dswig.ml138 C_list argl -> (C_list ((dircore :: argl)))
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bio/
H A Dbio_lib.c524 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
529 argl,argp,new_func,dup_func,free_func));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_lib.c218 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
223 &rsa_meth,argl,argp,new_func,dup_func,free_func));
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfilesets.el1658 (let ((argl nil))
1659 (dolist (this args argl)
1660 (setq argl
1661 (append argl
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_io.c1924 int argi, long argl, long rc)
1922 ssl_io_data_cb(BIO *bio, int cmd, MODSSL_BIO_CB_ARG_TYPE *argp, int argi, long argl, long rc) argument

Completed in 300 milliseconds

12