/titanic_44/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 184 write_new_algfile(ipsec_proto_t *protos, int num_protos) in write_new_algfile() argument 223 rc = pkg_section(f, protos[i].proto_pkg, &doing_pkg, cur_pkg); in write_new_algfile() 229 protos[i].proto_num, protos[i].proto_name)); in write_new_algfile() 230 switch (protos[i].proto_exec_mode) { in write_new_algfile() 248 for (j = 0; j < protos[i].proto_numalgs; j++) { in write_new_algfile() 249 alg = protos[i].proto_algs[j]; in write_new_algfile() 252 alg_pkg = alg_has_pkg(&protos[i], alg); in write_new_algfile() 332 _clean_trash(protos, num_protos); in write_new_algfile() 342 proto_setup(ipsec_proto_t **protos, int *num_protos, int proto_num, in proto_setup() argument 348 _build_internal_algs(protos, num_protos); in proto_setup() [all …]
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | dryrun.h | 52 #define __P(protos) protos argument 54 #define __P(protos) () argument
|
H A D | libadm.h | 41 #define __P(protos) protos argument 43 #define __P(protos) () argument
|
H A D | libinst.h | 155 #define __P(protos) protos argument 157 #define __P(protos) () argument
|
/titanic_44/usr/src/lib/libresolv2/include/sys/ |
H A D | cdefs.h | 80 #define __P(protos) protos /* full-blown ANSI C */ argument 96 #define __P(protos) () /* traditional C preprocessor */ argument
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | cdefs.h | 49 # define __P(protos) protos argument 54 # define __P(protos) () argument
|
/titanic_44/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 403 valid_proto(char **protos, int num, char *proto) in valid_proto() argument 407 if (strcmp(protos[i], proto) == 0) in valid_proto() 416 char **protos; in sc_status() local 440 num_proto = sa_get_protocols(&protos); in sc_status() 444 show_status(protos[i]); in sc_status() 448 if (valid_proto(protos, num_proto, argv[i])) { in sc_status() 457 if (protos != NULL) in sc_status() 458 free(protos); in sc_status()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 95 #define __P(protos) protos /* full-blown ANSI C */ argument 97 #define __P(protos) () /* traditional C preprocessor */ argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
H A D | sppptun.c | 60 struct protos { struct 63 int (*attach)(struct protos *prot, char *linkname, argument 89 sppp_dlpi(struct protos *prot, char *linkname, struct attach_data *adata) in sppp_dlpi() 137 static struct protos proto_list[] = { 189 struct protos *prot; in plumb_it()
|
/titanic_44/usr/src/lib/libnsl/ipsec/ |
H A D | algs.c | 45 static ipsec_proto_t *protos; variable 609 (statbuf.st_mtime < proto_last_update && protos != NULL)) in _build_internal_algs() 638 trash = protos; in _build_internal_algs() 640 protos = new_protos; in _build_internal_algs() 763 if (protos[i].proto_num == proto_num) in findprotobynum() 764 return (protos + i); in findprotobynum() 780 if (strcasecmp(protos[i].proto_name, name) == 0) in findprotobyname() 781 return (protos + i); in findprotobyname() 806 rc[i] = protos[i].proto_num; in _real_getipsecprotos()
|
/titanic_44/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 685 char **protos; in valid_props() local 704 protos = prop[PT_PROTO_INDEX].ip_value.iv_string_list; in valid_props() 711 proto = protos[pi++]; in valid_props() 730 if (protos[pi] != NULL) { in valid_props() 731 if ((netids = get_netids(protos[pi++])) == in valid_props() 734 proto = protos[pi - 1]; in valid_props()
|
/titanic_44/usr/src/cmd/sendmail/db/ |
H A D | db.h | 40 #define __P(protos) protos /* ANSI C prototypes */ argument 43 #define __P(protos) () /* K&R C preprocessor */ argument
|
/titanic_44/usr/src/lib/libdll/common/ |
H A D | RELEASE | 34 99-04-01 features/dll: drop <stdio.h> -- iffe protos printf
|