Searched refs:str_p (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 933 char *str_p; in cfga_private_func() local 962 if ((str_p = GET_DYN(ap_id)) != NULL) { in cfga_private_func() 963 *str_p = '\0'; in cfga_private_func() 989 (void **)&str_p, &size); in cfga_private_func() 1023 (void **)&str_p, &size); in cfga_private_func() 1045 (void **)&str_p, &size); in cfga_private_func() 1067 (void **)&str_p, &size); in cfga_private_func() 1089 0, (void **)&str_p, &size); in cfga_private_func() 1112 0, (void **)&str_p, &size); in cfga_private_func() 1567 char *str_p; in cfga_list_ext() local [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | asn1.c | 526 asn_parse_string(uchar_t *buf, size_t *bufsz_p, uchar_t **str_p, size_t *slen) in asn_parse_string() argument 553 if ((*str_p = (uchar_t *)calloc(1, asnobj_len + 1)) == NULL) in asn_parse_string() 556 (void) memcpy(*str_p, p, asnobj_len); in asn_parse_string() 562 (*str_p)[asnobj_len] = 0; in asn_parse_string()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1622 char *str_p; in cfga_list_ext() local 1634 (void **)&str_p, &size)) != CFGA_USB_OK) { in cfga_list_ext() 1649 if (strncasecmp(str_p, "keyboard", 8) != 0) { in cfga_list_ext() 1650 (void) strlcpy((*ap_id_list)->ap_type + str_len, str_p, in cfga_list_ext() 1657 free(str_p); in cfga_list_ext()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 5324 char *str_p = G_p->g_nam_p; in matched() local 5332 str_p = G_p->g_attrfnam_p; in matched() 5337 result = fnmatch(negatep ? (*pat_pp+1) : *pat_pp, str_p, 0); in matched() 5341 " %s\n", str_p, *pat_pp); in matched()
|