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