Searched refs:proto (Results 1 - 25 of 136) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dpair.h12 extern int fitpair proto((char *, int));
13 extern void putpair proto((char *, datum, datum));
14 extern datum getpair proto((char *, datum));
15 extern int exipair proto((char *, datum));
16 extern int delpair proto((char *, datum));
17 extern int chkpage proto((char *));
18 extern datum getnkey proto((char *, int));
19 extern void splpage proto((char *, char *, long));
21 extern int duppair proto((char *, datum));
H A Dsdbm.h61 #define proto(p) p macro
63 #define proto(p) () macro
75 extern DBM *sdbm_open proto((char *, int, int));
76 extern void sdbm_close proto((DBM *));
77 extern datum sdbm_fetch proto((DBM *, datum));
78 extern int sdbm_delete proto((DBM *, datum));
79 extern int sdbm_store proto((DBM *, datum, datum, int));
80 extern datum sdbm_firstkey proto((DBM *));
81 extern datum sdbm_nextkey proto((DBM *));
82 extern int sdbm_exists proto((DB
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcproto.t14 my ($keyword, $proto) = split;
15 if ($proto eq 'undef') {
18 elsif ($proto eq 'unknown') {
23 is( "(".prototype("CORE::".$keyword).")", $proto, $keyword );
/osnet-11/usr/src/lib/libc/port/sys/
H A Dsharefs.c33 sharefs(sharefs_proto_t proto, sharefs_op_t opcode, void *arg, size_t arglen) argument
35 return (syscall(SYS_sharefs, proto, opcode, arg, arglen));
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c28 * define PROTOMAIN for standalone proto
32 static const char id[] = "\n@(#)$Id: proto (AT&T Research) 2008-05-11 $\0\n";
51 #define MAGICGEN "/* : : generated by proto : : */\n"
53 #define MAGICDIR "pragma" /* proto magic directive */
54 #define MAGICARG "prototyped" /* proto magic directive arg */
60 struct proto /* proto buffer state */ struct
94 * proto is separate from pp so these undef's are ok
263 p = strcopy(buf, "proto: ");
266 register struct proto* prot local
338 linesync(register struct proto* proto, register char* p, register long n) argument
361 init(struct proto* proto, char* op, int flags) argument
545 lex(register struct proto* proto, register long flags) argument
2106 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
2127 register struct proto* proto; local
2450 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
2549 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto)); local
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_proto.c61 saproto_share_parse(sa_proto_t proto, const char *propstr, int unset, argument
67 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
71 sa_strerror(ret), sa_proto_to_val(proto));
85 saproto_share_merge(sa_proto_t proto, nvlist_t *dst_prot_nvl, argument
91 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
95 sa_strerror(ret), sa_proto_to_val(proto));
110 saproto_share_set_def_proto(sa_proto_t proto, nvlist_t *share) argument
114 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
122 saproto_share_validate_name(const char *sh_name, sa_proto_t proto, argument
128 ops = (sa_proto_ops_t *)saplugin_find_ops(SA_PLUGIN_PROTO, proto);
140 saproto_share_validate(libshare_handle_t *shdl, nvlist_t *share, sa_proto_t proto, sa_validate_flags_t flags, char *errbuf, size_t buflen) argument
165 saproto_share_format_props(nvlist_t *props, sa_proto_t proto, char **retbuf) argument
187 saproto_share_publish(nvlist_t *share, sa_proto_t proto, int wait) argument
207 saproto_share_unpublish(nvlist_t *share, sa_proto_t proto, int wait) argument
227 saproto_share_unpublish_byname(const char *sh_name, const char *sh_path, sa_proto_t proto, int wait) argument
240 saproto_share_publish_admin(const char *mntpnt, sa_proto_t proto) argument
256 saproto_fs_publish(nvlist_t *sh_list, sa_proto_t proto, int wait) argument
272 saproto_fs_unpublish(nvlist_t *sh_list, sa_proto_t proto, int wait) argument
293 sa_proto_get_featureset(sa_proto_t proto) argument
317 sa_proto_get_proplist(sa_proto_t proto) argument
336 sa_proto_get_status(sa_proto_t proto) argument
355 sa_proto_get_property(sa_proto_t proto, const char *sectname, const char *propname) argument
375 sa_proto_set_property(sa_proto_t proto, const char *sectname, const char *propname, const char *propval) argument
391 sa_proto_rem_section(sa_proto_t proto, const char *sectname) argument
406 saproto_get_propdefs(nvlist_t **propsp, nvlist_t **aliasesp, sa_proto_t proto) argument
419 saproto_parse_proplist(sa_proto_t proto, nvlist_t *props, nvlist_t **prot_nvl, char *errbuf, size_t buflen) argument
438 saproto_share_proplist_from_share(sa_proto_t proto, nvlist_t *prot_nvl, sa_share_props_t *props) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc.c54 * we set the endpoint 'proto' to 'nc_netid' (i.e., "udp6" or "tcp6")
71 ep->proto = strdup(nc->nc_netid);
73 ep->proto = strdup(nc->nc_proto);
87 return (strcmp(nc->nc_netid, ep->proto) == 0 ||
88 strcmp(nc->nc_proto, ep->proto) == 0);
90 return (strcmp(nc->nc_proto, ep->proto) == 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigFloat/
H A DSubclass.pm26 my $proto = shift;
27 my $class = ref($proto) || $proto;
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetservent.c49 getservbyname(const char *nam, const char *proto) argument
55 res = getservbyname_r(nam, proto,
62 getservbyport(int port, const char *proto) argument
68 res = getservbyport_r(port, proto,
H A Dgetservbyname_r.c59 getservbyname_r(const char *name, const char *proto, struct servent *result, argument
73 nssin.arg.nss.serv.proto = proto;
93 getservbyport_r(int port, const char *proto, struct servent *result, argument
107 nssin.arg.nss.serv.proto = proto;
H A Dgetprotoent.c62 getprotobynumber(int proto) argument
68 res = getprotobynumber_r(proto, b->result,
H A Dgetprotoent_r.c75 getprotobynumber_r(int proto, struct protoent *result, char *buffer, int buflen) argument
81 arg.key.number = proto;
133 struct protoent *proto = (struct protoent *)ent; local
161 proto->p_name = buffer;
167 /* Syntax error -- no proto number */
172 p++; /* Find the end of the proto number */
181 proto->p_proto = (int)strtol(numbuf, &numend, 10);
202 proto->p_aliases = 0;
206 proto->p_aliases = ptr;
210 proto
[all...]
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h71 # define SM_DEAD(proto) volatile proto
74 # define SM_DEAD(proto) proto __attribute__((__noreturn__))
78 # define SM_DEAD(proto) proto
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c51 struct protoent proto; member in struct:pvt
112 if (pvt->proto.p_aliases)
113 free(pvt->proto.p_aliases);
125 struct protoent *proto; local
131 proto = parse_hes_list(this, hes_list);
133 return (proto);
140 struct protoent *proto; local
148 proto = parse_hes_list(this, hes_list);
150 return (proto);
218 pvt->proto
[all...]
H A Dgetservent.c58 getservbyname(const char *name, const char *proto) { argument
61 return (getservbyname_p(name, proto, net_data));
65 getservbyport(int port, const char *proto) { argument
68 return (getservbyport_p(port, proto, net_data));
98 getservbyname_p(const char *name, const char *proto, argument
106 if (!proto || !strcmp(net_data->sv_last->s_proto, proto)) {
114 net_data->sv_last = (*sv->byname)(sv, name, proto);
121 getservbyport_p(int port, const char *proto, struct net_data *net_data) { argument
128 ( !proto ||
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dproto.t32 $proto = prototype shift;
35 print "# Got $proto, expected $expected\nnot " if $expected ne $proto;
38 print "# Got $proto, expected undef\nnot " if defined $proto;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigFloat/
H A DTrace.pm26 my $proto = shift;
27 my $class = ref($proto) || $proto;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DTrace.pm26 my $proto = shift;
27 my $class = ref($proto) || $proto;
/osnet-11/usr/src/lib/libsocket/socket/
H A D_soutil.c50 static struct netconfig *_s_match_netconf(int family, int type, int proto,
176 _s_match_netconf(int family, int type, int proto, void **nethandle) argument
184 proto < 0 || proto >= IPPROTO_MAX) {
188 if (proto) {
189 if (proto >= (int)sizeof (proto_sw) / (int)sizeof (char *))
192 oproto = proto_sw[proto];
215 if (proto) {
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c297 i_ipadm_get_propdesc_table(uint_t proto) argument
299 switch (proto) {
318 i_ipadm_get_prop_desc(const char *pname, uint_t proto, int *errp) argument
324 if ((ipdtbl = i_ipadm_get_propdesc_table(proto)) == NULL) {
331 if (ipdp->ipd_proto == proto)
349 ipadm_proto2str(uint_t proto) argument
351 switch (proto) {
398 ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags)
413 proto, MOD_PROP_DEFAULT);
428 s = (proto
397 i_ipadm_set_mtu(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
437 i_ipadm_set_metric(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
470 i_ipadm_set_usesrc(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
548 i_ipadm_set_hostmodel(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
566 i_ipadm_get_hostmodel(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
606 i_ipadm_set_group(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
631 i_ipadm_get_group(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
711 i_ipadm_set_ifprop_flags(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
784 i_ipadm_set_eprivport(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
835 i_ipadm_set_cong_enabled(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
908 i_ipadm_get_cong_enabled(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
940 i_ipadm_set_cong_default(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
958 i_ipadm_get_cong_default(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
986 i_ipadm_set_forwarding(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
1026 i_ipadm_set_ecnsack(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
1049 i_ipadm_get_ecnsack(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1118 i_ipadm_get_forwarding(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1161 i_ipadm_get_mtu(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1191 i_ipadm_get_metric(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1221 i_ipadm_get_usesrc(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *ipd, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1258 i_ipadm_get_ifprop_flags(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1332 i_ipadm_get_prop(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1390 uint_t proto = pdp->ipd_proto; local
1452 i_ipadm_getprop_common(ipadm_handle_t iph, const char *ifname, const char *pname, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1573 ipadm_get_prop(ipadm_handle_t iph, const char *pname, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1599 ipadm_get_ifprop(ipadm_handle_t iph, const char *ifname, const char *pname, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
1634 i_ipadm_set_prop(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *pdp, const void *pval, uint_t proto, uint_t flags) argument
1699 i_ipadm_setprop_common(ipadm_handle_t iph, const char *ifname, const char *pname, const char *buf, uint_t proto, uint_t pflags) argument
1807 ipadm_set_ifprop(ipadm_handle_t iph, const char *ifname, const char *pname, const char *buf, uint_t proto, uint_t pflags) argument
1846 ipadm_set_prop(ipadm_handle_t iph, const char *pname, const char *buf, uint_t proto, uint_t pflags) argument
1875 i_ipadm_walk_proptbl(ipadm_prop_desc_t *pdtbl, uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
1904 ipadm_walk_proptbl(uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
1955 ipadm_walk_prop(const char *pname, uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
1997 i_ipadm_get_onoff(ipadm_handle_t iph, const void *arg, ipadm_prop_desc_t *dp, char *buf, uint_t *bufsize, uint_t proto, uint_t valtype) argument
2073 i_ipadm_validate_if(ipadm_handle_t iph, const char *ifname, uint_t proto, uint_t flags) argument
2104 i_ipadm_reset_one_prop(void *arg, const char *pname, uint_t proto) argument
2264 ipadm_legacy2new_propname(const char *oname, char *nname, uint_t nnamelen, uint_t *proto) argument
2334 ipadm_new2legacy_propname(const char *oname, char *nname, uint_t nnamelen, uint_t proto) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetservent.c53 const char *proto = args->key.serv.proto; local
56 if (proto != 0 && strcmp(serv->s_proto, proto) != 0) {
86 if (argp->key.serv.proto == NULL)
105 if ((keyp = argp->key.serv.proto) == NULL) {
158 const char *proto = argp->key.serv.proto; local
173 if (proto == 0) {
177 int len = strlen(name) + strlen(proto)
278 const char *proto = argp->key.serv.proto; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm35 my $proto = shift;
37 while ($proto =~ /\S/) {
40 push(@out, $1 . "{\$_[$n]}"), next if $proto =~ s/^\s*\\([\@%\$\&])//;
41 push(@out, "\$_[$n]"), next if $proto =~ s/^\s*([*\$&])//;
42 push(@out, "\@_[$n..\$#_]"), last if $proto =~ s/^\s*(;\s*)?\@//;
43 $seen_semi = 1, $n--, next if $proto =~ s/^\s*;//; # XXXX ????
44 die "Unknown prototype letters: \"$proto\"";
90 my($name, $code, $sref, $real_proto, $proto, $core, $call);
100 $proto = prototype $sref;
105 $proto
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DSubclass.pm30 my $proto = shift;
31 my $class = ref($proto) || $proto;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetprotoent.c47 int proto; local
61 proto = (int)strtol(linep, NULL, 10);
62 return (proto == argp->key.number);
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c330 * If 'proto' is a valid netid, and no memory allocations fail, returns a
334 create_rpc_info(const char *proto, int pnum, int low_ver, int high_ver) argument
352 if ((ret->netid = strdup(proto)) == NULL) {
359 * fails, we check to see whether it was the result of a v6 proto
364 if ((nconf = getnetconfigent(proto)) != NULL) {
368 } else if (!v6_proto(proto)) {
406 create_tlx_info(const char *proto, uu_list_pool_t *conn_ind_pool) argument
428 if (proto[0] != '/') {
429 sz = strlen("/dev/") + strlen(proto) + 1;
432 (void) snprintf(ret->dev_name, sz, "/dev/%s", proto);
449 v6_proto(const char *proto) argument
460 v6_socket_proto(const char *proto) argument
468 valid_socket_proto(const char *proto) argument
582 char *proto = NULL; local
1721 get_netids(char *proto) argument
[all...]

Completed in 72 milliseconds

123456