| /onnv/onnv-gate/usr/src/lib/libsum/common/ |
| sum-lmd.c | 33 Lmd_init_f initf; \ 54 (*lmd->initf)(&lmd->context); 133 lmd->initf = (Lmd_init_f)MD4Init; 173 lmd->initf = (Lmd_init_f)MD5Init; 214 lmd->initf = (Lmd_init_f)SHA1Init; 254 lmd->initf = (Lmd_init_f)SHA256Init; 288 lmd->initf = (Lmd_init_f)SHA384Init; 322 lmd->initf = (Lmd_init_f)SHA512Init;
|
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| nscd_switch.c | 167 (me, "got initf pbuf, key = %p\n", pbuf); 180 (me, "initf pbuf cleared\n"); 184 * Call the input initf function to extract the 195 nss_db_initf_t initf, 208 (*initf)(p); 293 (me, "ERROR: initf key not set\n"); 626 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, 643 (me, "rootp = %p, initf = %p, search_fnum = %d, " 644 "search_args = %p\n", rootp, initf, 652 if (getparams(search_fnum, initf, ¶ms) = 1347 nss_db_initf_t initf; local 1658 nss_db_initf_t initf; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| nss_common.c | 92 nss_db_initf_t initf, int search_fnum, 873 _nss_db_state_constr(nss_db_initf_t initf) 890 (*initf)(&s->p); 1152 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, 1161 res = _nsc_search(rootp, initf, search_fnum, search_args); 1175 NSS_LOCK_CHECK(rootp, initf, &s); 1301 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) 1307 nss_setent_u(rootp, initf, contextpp); 1312 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, 1321 status = nss_getent_u(rootp, initf, contextpp, args) [all...] |
| nss_dbdefs.c | 1055 nss_pinit_funcs(int index, nss_db_initf_t *initf, nss_str2ent_t *s2e) 1085 if (initf) { 1097 *initf = (nss_db_initf_t)getXbyY_to_dbop[index].initfnp; [all...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/compat/common/ |
| compat_common.h | 105 nss_db_initf_t initf,
|
| compat_common.c | 1224 _nss_compat_constr(ops, n_ops, filename, min_bufsize, rootp, initf, netgroups, 1231 nss_db_initf_t initf; 1249 be->db_initf = initf;
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| macro.c | 506 initf(pv[INPIPE]); /* read from pipe */ 583 initf(in);
|
| io.c | 47 initf(int fd) function
|
| main.c | 387 initf(input);
|
| xec.c | 520 initf(f);
|
| name.c | 312 initf(dup(0));
|