| /src/external/bsd/tcpdump/dist/ |
| print-ip-demux.c | 42 const char *p_name; local 222 if (ndo->ndo_nflag==0 && (p_name = netdb_protoname(nh)) != NULL) 223 ND_PRINT(" %s", p_name);
|
| print-ip.c | 333 const char *p_name; local 505 if (!ndo->ndo_nflag && (p_name = netdb_protoname(ip_proto)) != NULL) 506 ND_PRINT(" %s", p_name);
|
| print-cnfp.c | 159 const char *p_name; local 218 if (!ndo->ndo_nflag && (p_name = netdb_protoname(proto)) != NULL) 219 ND_PRINT("%s ", p_name); 254 const char *p_name; local 320 if (!ndo->ndo_nflag && (p_name = netdb_protoname(proto)) != NULL) 321 ND_PRINT("%s ", p_name); 356 const char *p_name; local 422 if (!ndo->ndo_nflag && (p_name = netdb_protoname(proto)) != NULL) 423 ND_PRINT("%s ", p_name);
|
| addrtoname.c | 214 const char *p_name; member in struct:protoidmem 912 tp->p_name = strdup(eproto_db[i].s); 913 if (tp->p_name == NULL) 921 if (tp->p_name != NULL) 924 tp->p_name = pl->name;
|
| print-isakmp.c | 1359 const char *p_name; local 1368 if (!ndo->ndo_nflag && proto_id && (p_name = netdb_protoname(proto_id)) != NULL) 1369 ND_PRINT(" protoid=%s", p_name);
|
| /src/usr.bin/indent/ |
| args.c | 70 const char p_name[5]; /* e.g. "bl", "cli" */ member in struct:pro 225 arg_arg = skip_over(arg, p->p_may_negate, p->p_name); 247 option_source, arg_arg, p->p_name); 253 option_source, arg_arg, p->p_name, p->i_min, p->i_max);
|
| /src/usr.sbin/wsmoused/ |
| wsmoused.h | 70 char *p_name; member in struct:prop
|
| /src/include/ |
| netdb.h | 182 char *p_name; /*%< official protocol name */ member in struct:protoent
|
| /src/external/mit/isl/dist/interface/ |
| python.cc | 1118 string p_name = type2python(clazz.subclass_name); local 1130 print_class_header(clazz, p_name, super); 1147 print_new(clazz, p_name); 1148 print_representation(clazz, p_name);
|
| /src/games/phantasia/ |
| phantstruct.h | 64 char p_name[SZ_NAME]; /* name */ member in struct:player
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| racoonctl.c | 820 char *p_name = NULL, *p_port = NULL; local 830 if (get_comindex(*av, &p_name, &p_port, &p_prefs) == -1) 832 src = get_sockaddr(family, p_name, p_port); 833 if (p_name) { 834 racoon_free(p_name); 835 p_name = NULL; 845 if (get_comindex(*av, &p_name, &p_port, &p_prefd) == -1) 847 dst = get_sockaddr(family, p_name, p_port); 848 if (p_name) { 849 racoon_free(p_name); [all...] |
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_mount.c | 97 char *p_name; member in struct:__anon9023 158 proto_table[proto].p_name) == 0) { 673 proto_table[proto].p_name)); 788 proto_table[*curr_proto].p_name, sourcetype, 803 proto_table[*curr_proto].p_name); 886 err = zfs_sa_disable_share(share, proto_table[proto].p_name);
|
| /src/sbin/ifconfig/ |
| parse.h | 40 const char *p_name; member in struct:parser 73 .pt_parser = {.p_name = (__name), .p_methods = &pterm_methods, \ 80 .pb_parser = {.p_name = (__name), .p_methods = &pbranch_methods},\ 94 .ps_parser = {.p_name = (__name), .p_methods = &pstr_methods, \ 104 .pa_parser = {.p_name = (__name), .p_methods = &paddr_methods, \ 115 .pif_parser = {.p_name = (__name), .p_methods = &piface_methods,\ 124 .pi_parser = {.p_name = (__name), .p_methods = &pinteger_methods,\ 142 .pk_parser = {.p_name = (__name), \
|
| /src/sys/arch/sparc64/dev/ |
| psycho.c | 215 const char *p_name; member in struct:psycho_names 241 for (i=0; psycho_names[i].p_name; i++) 242 if (strcmp(model, psycho_names[i].p_name) == 0) 246 for (i=0; psycho_names[i].p_name; i++) 247 if (strcmp(model, psycho_names[i].p_name) == 0) 326 for (i=0; psycho_names[i].p_name; i++) 327 if (strcmp(model, psycho_names[i].p_name) == 0) { 333 for (i=0; psycho_names[i].p_name; i++) 334 if (strcmp(model, psycho_names[i].p_name) == 0) {
|
| /src/external/bsd/libbind/dist/include/ |
| netdb.h | 169 char *p_name; /*%< official protocol name */ member in struct:protoent
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 118 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| sanitizer_platform_limits_netbsd.h | 133 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| sanitizer_platform_limits_posix.h | 713 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| rpz.h | 363 * p_name: current policy owner name 367 dns_name_t *p_name; member in struct:__anon24023
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| rpz.h | 354 * p_name: current policy owner name 358 dns_name_t *p_name; member in struct:__anon24276
|
| /src/sys/dev/ic/ |
| ssdfbvar.h | 315 const char *p_name; member in struct:ssdfb_product
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.h | 140 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 118 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| sanitizer_platform_limits_netbsd.h | 133 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|
| sanitizer_platform_limits_posix.h | 750 char *p_name; member in struct:__sanitizer::__sanitizer_protoent
|