Searched refs:p_name (Results 1 - 25 of 41) sorted by path

12

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c93 char *p_name; member in struct:__anon85
154 proto_table[proto].p_name) == 0) {
668 proto_table[proto].p_name));
782 proto_table[*curr_proto].p_name, sourcetype,
797 proto_table[*curr_proto].p_name);
880 err = zfs_sa_disable_share(share, proto_table[proto].p_name);
H A Dlibzfs_pool.c3989 (void) strcpy(vtoc->efi_parts[0].p_name, "zfs");
/freebsd-10.0-release/contrib/gcc/
H A Dc-parser.c7662 const char *p_name = "#pragma omp parallel";
7670 p_name = "#pragma omp parallel for";
7681 p_name = "#pragma omp parallel sections";
7687 clauses = c_parser_omp_all_clauses (parser, mask, p_name);
7657 const char *p_name = "#pragma omp parallel"; local
/freebsd-10.0-release/contrib/gcc/cp/
H A Dparser.c19088 const char *p_name = "#pragma omp parallel";
19097 p_name = "#pragma omp parallel for";
19109 p_name = "#pragma omp parallel sections";
19115 clauses = cp_parser_omp_all_clauses (parser, mask, p_name, pragma_tok);
19084 const char *p_name = "#pragma omp parallel"; local
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dgetport.c84 s = getservbyname(name, p ? p->p_name : NULL);
H A Dgetportproto.c36 s = getservbyname(name, p ? p->p_name : NULL);
H A Dportname.c33 if ((sv = getservbyport(htons(port), p->p_name))) {
H A Dprintproto.c41 PRINTF("%s", pr->p_name);
51 PRINTF("%s", pr->p_name);
H A Dprintstate.c29 PRINTF("%s", pr->p_name);
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipfstat.c1237 PRINTF("\t%s\n", proto->p_name);
1559 sprintf(str3, "%s", proto->p_name);
1661 strncpy(str1, proto->p_name, 4);
H A Dipmon.c397 p->p_name != NULL && protocols[p->p_proto] == NULL)
398 protocols[p->p_proto] = strdup(p->p_name);
/freebsd-10.0-release/contrib/ldns/
H A Dhost2str.c731 if (protocol && (protocol->p_name != NULL)) {
732 proto_name = protocol->p_name;
733 ldns_buffer_printf(output, "%s ", protocol->p_name);
/freebsd-10.0-release/contrib/tcpdump/
H A Daddrtoname.c165 const char *p_name; member in struct:protoidmem
612 if (tp->p_name)
613 return tp->p_name;
626 tp->p_name = strdup(buf);
627 return (tp->p_name);
816 tp->p_name = strdup(eproto_db[i].s);
822 if (tp->p_name != NULL)
825 tp->p_name = pl->name;
H A Dprint-cnfp.c160 printf("%s ", pent->p_name);
H A Dprint-ip.c492 ND_PRINT((ndo, " %s", proto->p_name));
671 (void)printf(" %s", proto->p_name);
H A Dprint-isakmp.c922 ND_PRINT((ndo," protoid=%s", pe->p_name));
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c60 proto_str = protoent->p_name;
/freebsd-10.0-release/include/
H A Dnetdb.h118 char *p_name; /* official protocol name */ member in struct:protoent
/freebsd-10.0-release/lib/libbluetooth/
H A Dbluetooth.c181 if (strcmp(p->p_name, name) == 0)
225 proto.p_name = p;
/freebsd-10.0-release/lib/libc/net/
H A Dgetprotoent.c176 if (proto->p_name != NULL)
177 desired_size += strlen(proto->p_name) + 1;
204 if (new_proto.p_name != NULL) {
205 size = strlen(new_proto.p_name);
206 memcpy(p, new_proto.p_name, size);
207 new_proto.p_name = p;
278 NS_APPLY_OFFSET(proto->p_name, orig_buf, p, char *);
309 len += strlen(pe->p_name) + 1;
323 n = strlen(pe->p_name) + 1;
324 strcpy(cp, pe->p_name);
[all...]
H A Dgetprotoname.c85 if (strcmp(pe.p_name, name) == 0)
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_mkupdate.c1038 slp->name = strdup(pp->p_name);
1160 prot.p_name = lp->name;
1179 return (pp->p_name);
/freebsd-10.0-release/lib/libipsec/
H A Dpfkey_dump.c567 printf("%s", ent->p_name);
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c193 printf("%-4s ", pe->p_name);
205 printf("%9s ", pe->p_name);
H A Dipfw2.c580 se = getservbyport(htons(port), pe ? pe->p_name : NULL);
685 se = getservbyname(buf, pe ? pe->p_name : NULL);
1494 printf(" %s", pe->p_name);
1816 printf(" %s", pe->p_name);

Completed in 381 milliseconds

12