Searched defs:str_p (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c190 char *str_p; local
194 str_p = (char *)slot + TNF_REF32_VALUE(ref);
195 str_p += ARRAY_HDR_SIZE;
196 return (str_p);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dcmd.c153 char *str_p; local
159 str_p = "enable ";
162 str_p = "disable";
165 str_p = "connect";
168 str_p = "clear ";
171 str_p = "trace ";
174 str_p = "untrace";
177 str_p = "???????";
180 (void) printf("[%d] %s ", i++, str_p);
H A Dspec.c65 spec(char *str_p, argument
72 new_p->str = str_p;
77 new_p->regexp_p = compile(str_p, NULL, NULL);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c544 asn_parse_string(uchar_t *buf, size_t *bufsz_p, uchar_t **str_p, size_t *slen) argument
571 if ((*str_p = (uchar_t *)calloc(1, asnobj_len + 1)) == NULL)
574 (void) memcpy(*str_p, p, asnobj_len);
580 (*str_p)[asnobj_len] = 0;
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c931 char *str_p; local
960 if ((str_p = GET_DYN(ap_id)) != NULL) {
961 *str_p = '\0';
987 (void **)&str_p, &size);
1021 (void **)&str_p, &size);
1043 (void **)&str_p, &size);
1065 (void **)&str_p, &size);
1087 NULL, (void **)&str_p, &size);
1110 NULL, (void **)&str_p, &size);
1567 char *str_p; local
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1600 char *str_p; local
1612 (void **)&str_p, &size)) != CFGA_USB_OK) {
1627 if (strncasecmp(str_p, "keyboard", 8) != 0) {
1628 (void) strlcpy((*ap_id_list)->ap_type + str_len, str_p,
1635 free(str_p);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5316 char *str_p = G_p->g_nam_p; local
5324 str_p = G_p->g_attrfnam_p;
5329 result = fnmatch(negatep ? (*pat_pp+1) : *pat_pp, str_p, 0);
5333 " %s\n", str_p, *pat_pp);

Completed in 2869 milliseconds