Searched refs:str_p (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | cmd.c | 153 char *str_p; in cmd_list() local 159 str_p = "enable "; in cmd_list() 162 str_p = "disable"; in cmd_list() 165 str_p = "connect"; in cmd_list() 168 str_p = "clear "; in cmd_list() 171 str_p = "trace "; in cmd_list() 174 str_p = "untrace"; in cmd_list() 177 str_p = "???????"; in cmd_list() 180 (void) printf("[%d] %s ", i++, str_p); in cmd_list()
|
H A D | spec.c | 65 spec(char *str_p, in spec() argument 72 new_p->str = str_p; in spec() 77 new_p->regexp_p = compile(str_p, NULL, NULL); in spec()
|
H A D | spec.h | 80 spec_t * spec(char *str_p, spec_type_t type);
|
/titanic_41/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 931 char *str_p; in cfga_private_func() local 960 if ((str_p = GET_DYN(ap_id)) != NULL) { in cfga_private_func() 961 *str_p = '\0'; in cfga_private_func() 987 (void **)&str_p, &size); in cfga_private_func() 1021 (void **)&str_p, &size); in cfga_private_func() 1043 (void **)&str_p, &size); in cfga_private_func() 1065 (void **)&str_p, &size); in cfga_private_func() 1087 NULL, (void **)&str_p, &size); in cfga_private_func() 1110 NULL, (void **)&str_p, &size); in cfga_private_func() 1567 char *str_p; in cfga_list_ext() local [all …]
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | tnf_args.c | 190 char *str_p; in tnf_probe_get_chars() local 194 str_p = (char *)slot + TNF_REF32_VALUE(ref); in tnf_probe_get_chars() 195 str_p += ARRAY_HDR_SIZE; in tnf_probe_get_chars() 196 return (str_p); in tnf_probe_get_chars()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | asn1.c | 544 asn_parse_string(uchar_t *buf, size_t *bufsz_p, uchar_t **str_p, size_t *slen) in asn_parse_string() argument 571 if ((*str_p = (uchar_t *)calloc(1, asnobj_len + 1)) == NULL) in asn_parse_string() 574 (void) memcpy(*str_p, p, asnobj_len); in asn_parse_string() 580 (*str_p)[asnobj_len] = 0; in asn_parse_string()
|
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1600 char *str_p; in cfga_list_ext() local 1612 (void **)&str_p, &size)) != CFGA_USB_OK) { in cfga_list_ext() 1627 if (strncasecmp(str_p, "keyboard", 8) != 0) { in cfga_list_ext() 1628 (void) strlcpy((*ap_id_list)->ap_type + str_len, str_p, in cfga_list_ext() 1635 free(str_p); in cfga_list_ext()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 5316 char *str_p = G_p->g_nam_p; in matched() local 5324 str_p = G_p->g_attrfnam_p; in matched() 5329 result = fnmatch(negatep ? (*pat_pp+1) : *pat_pp, str_p, 0); in matched() 5333 " %s\n", str_p, *pat_pp); in matched()
|