Symbol: pstr
bin/pax/pat_rep.c
262
pt->pstr = str;
bin/pax/pat_rep.c
300
(void)fprintf(stderr, "%s\n", pt->pstr);
bin/pax/pat_rep.c
369
if ((pt->pstr = strdup(arcn->name)) == NULL) {
bin/pax/pat_rep.c
384
pt->plen = strlen(pt->pstr);
bin/pax/pat_rep.c
390
if (*(pt->pstr + len) == '/') {
bin/pax/pat_rep.c
391
*(pt->pstr + len) = '\0';
bin/pax/pat_rep.c
473
(strncmp(pt->pstr, arcn->name, pt->plen) == 0))
bin/pax/pat_rep.c
475
} else if (fn_match(pt->pstr, arcn->name, &pt->pend,
bin/pax/pax.h
85
char *pstr; /* pattern to match, user supplied */
bin/sh/parser.c
1440
char *pstr;
bin/sh/parser.c
1510
pstr = grabstackstr(out);
bin/sh/parser.c
1512
("parsebackq() reprocessing as $(%s)\n", pstr));
bin/sh/parser.c
1513
setinputstring(pstr, 1, line1);
sbin/ifconfig/af_atalk.c
77
struct pstr parse_range = PSTR_INITIALIZER(&range, "range", NULL, "range",
sbin/ifconfig/carp.c
95
struct pstr pass = PSTR_INITIALIZER(&pass, "pass", setcarp_passwd,
sbin/ifconfig/ieee80211.c
114
extern struct pstr parse_bssid, parse_ssid, parse_nwkey;
sbin/ifconfig/ieee80211.c
180
struct pstr parse_ssid = PSTR_INITIALIZER(&parse_pass, "ssid", setifssid,
sbin/ifconfig/ieee80211.c
188
struct pstr parse_nwkey = PSTR_INITIALIZER1(&parse_nwkey, "nwkey", setifnwkey,
sbin/ifconfig/ieee80211.c
191
struct pstr parse_bssid = PSTR_INITIALIZER1(&parse_bssid, "bssid", setifbssid,
sbin/ifconfig/ifconfig.c
178
extern struct pstr parse_linkstr;
sbin/ifconfig/ifconfig.c
200
struct pstr parse_descr = PSTR_INITIALIZER1(&parse_descr, "descr",
sbin/ifconfig/ifconfig.c
267
struct pstr parse_linkstr = PSTR_INITIALIZER(&parse_linkstr, "linkstr",
sbin/ifconfig/lagg.c
111
struct pstr laggproto = PSTR_INITIALIZER(&laggproto, "lagg-protocol",
sbin/ifconfig/media.c
59
static struct pstr mediamode = PSTR_INITIALIZER1(&mediamode, "mediamode",
sbin/ifconfig/media.c
66
static struct pstr unmediaopt = PSTR_INITIALIZER1(&unmediaopt, "-mediaopt",
sbin/ifconfig/media.c
69
static struct pstr mediaopt = PSTR_INITIALIZER1(&mediaopt, "mediaopt",
sbin/ifconfig/media.c
72
static struct pstr media = PSTR_INITIALIZER1(&media, "media", setmedia, "media",
sbin/ifconfig/parse.c
151
const struct pstr *ps = (const struct pstr *)p;
sbin/ifconfig/parse.h
268
struct pstr *pstr_create(const char *, parser_exec_t, const char *,
sbin/iscsictl/iscsic_parse.c
681
cl_get_string(char ident, char *pstr, int argc, char **argv)
sbin/iscsictl/iscsic_parse.c
687
*pstr = '\0';
sbin/iscsictl/iscsic_parse.c
697
get_str(pstr, sp, argv[i], "String");
sys/arch/x86/x86/x86_autoconf.c
584
prop_string_t pstr = prop_string_create_nocopy(
sys/arch/x86/x86/x86_autoconf.c
586
(void) prop_array_add(permitlist, pstr);
sys/arch/x86/x86/x86_autoconf.c
587
prop_object_release(pstr);
sys/dev/i2c/i2c.c
454
prop_string_t pstr;
sys/dev/i2c/i2c.c
474
while ((pstr = prop_object_iterator_next(iter)) != NULL) {
sys/dev/i2c/i2c.c
475
if (prop_string_equals_string(pstr, cf->cf_name)) {
sys/dev/i2c/i2c.c
491
prop_string_t pstr;
sys/dev/i2c/i2c.c
504
pstr = prop_dictionary_get(device_properties(sc->sc_dev),
sys/dev/i2c/i2c.c
506
if (pstr == NULL) {
sys/dev/i2c/i2c.c
508
} else if (prop_string_equals_string(pstr,
sys/dev/i2c/i2c.c
511
} else if (prop_string_equals_string(pstr,
sys/dev/i2c/i2c.c
514
} else if (prop_string_equals_string(pstr,
sys/dev/i2c/i2c.c
520
prop_string_value(pstr),