Symbol: pstr
bin/pax/pat_rep.c
217
pt->pstr = str;
bin/pax/pat_rep.c
256
fprintf(stderr, "%s\n", pt->pstr);
bin/pax/pat_rep.c
325
if ((pt->pstr = strdup(arcn->name)) == NULL) {
bin/pax/pat_rep.c
340
pt->plen = strlen(pt->pstr);
bin/pax/pat_rep.c
346
if (*(pt->pstr + len) == '/') {
bin/pax/pat_rep.c
347
*(pt->pstr + len) = '\0';
bin/pax/pat_rep.c
429
(strncmp(pt->pstr, arcn->name, pt->plen) == 0))
bin/pax/pat_rep.c
431
} else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
bin/pax/pax.h
163
char *pstr; /* pattern to match, user supplied */
crypto/libressl/crypto/dh/dh_ameth.c
100
pmlen = pstr->length;
crypto/libressl/crypto/dh/dh_ameth.c
191
const ASN1_STRING *pstr;
crypto/libressl/crypto/dh/dh_ameth.c
207
pstr = pval;
crypto/libressl/crypto/dh/dh_ameth.c
208
pm = pstr->data;
crypto/libressl/crypto/dh/dh_ameth.c
209
pmlen = pstr->length;
crypto/libressl/crypto/dh/dh_ameth.c
84
const ASN1_STRING *pstr;
crypto/libressl/crypto/dh/dh_ameth.c
98
pstr = pval;
crypto/libressl/crypto/dh/dh_ameth.c
99
pm = pstr->data;
crypto/libressl/crypto/dsa/dsa_ameth.c
190
const ASN1_STRING *pstr;
crypto/libressl/crypto/dsa/dsa_ameth.c
209
pstr = pval;
crypto/libressl/crypto/dsa/dsa_ameth.c
210
pm = pstr->data;
crypto/libressl/crypto/dsa/dsa_ameth.c
211
pmlen = pstr->length;
crypto/libressl/crypto/dsa/dsa_ameth.c
82
const ASN1_STRING *pstr;
crypto/libressl/crypto/dsa/dsa_ameth.c
93
pstr = pval;
crypto/libressl/crypto/dsa/dsa_ameth.c
94
pm = pstr->data;
crypto/libressl/crypto/dsa/dsa_ameth.c
95
pmlen = pstr->length;
crypto/libressl/crypto/ec/ec_ameth.c
100
ASN1_STRING_free(pstr);
crypto/libressl/crypto/ec/ec_ameth.c
104
*ppval = pstr;
crypto/libressl/crypto/ec/ec_ameth.c
152
const ASN1_STRING *pstr = pval;
crypto/libressl/crypto/ec/ec_ameth.c
156
pm = pstr->data;
crypto/libressl/crypto/ec/ec_ameth.c
157
pmlen = pstr->length;
crypto/libressl/crypto/ec/ec_ameth.c
94
ASN1_STRING *pstr = NULL;
crypto/libressl/crypto/ec/ec_ameth.c
95
pstr = ASN1_STRING_new();
crypto/libressl/crypto/ec/ec_ameth.c
96
if (!pstr)
crypto/libressl/crypto/ec/ec_ameth.c
98
pstr->length = i2d_ECParameters(ec_key, &pstr->data);
crypto/libressl/crypto/ec/ec_ameth.c
99
if (pstr->length <= 0) {
crypto/libressl/crypto/rsa/rsa_ameth.c
104
if (ASN1_item_pack(rsa->pss, &RSA_PSS_PARAMS_it, pstr) == NULL)
crypto/libressl/crypto/rsa/rsa_ameth.c
85
rsa_param_encode(const EVP_PKEY *pkey, ASN1_STRING **pstr, int *pstrtype)
crypto/libressl/crypto/rsa/rsa_ameth.c
89
*pstr = NULL;
crypto/libressl/crypto/x509/x509_cpols.c
405
char *pstr;
crypto/libressl/crypto/x509/x509_cpols.c
430
pstr = cnf->name;
crypto/libressl/crypto/x509/x509_cpols.c
431
if (!strcmp(pstr, "ia5org")) {
crypto/libressl/crypto/x509/x509_cpols.c
434
} else if (*pstr == '@') {
crypto/libressl/crypto/x509/x509_cpols.c
436
polsect = X509V3_get_section(ctx, pstr + 1);
games/fortune/fortune/fortune.c
357
char **pstr;
games/fortune/fortune/fortune.c
362
pstr = Fortune_path_arr;
games/fortune/fortune/fortune.c
364
while (*pstr) {
games/fortune/fortune/fortune.c
365
k += add_file(NO_PROB, *pstr++, NULL,
games/fortune/fortune/fortune.c
375
pstr = Fortune_path_arr;
games/fortune/fortune/fortune.c
377
while (*pstr) {
games/fortune/fortune/fortune.c
378
k += add_file(NO_PROB, "fortunes", *pstr++,
games/fortune/fortune/fortune.c
422
pstr = Fortune_path_arr;
games/fortune/fortune/fortune.c
424
while (*pstr) {
games/fortune/fortune/fortune.c
425
k += add_file(NO_PROB, *pstr++, NULL,
games/fortune/fortune/fortune.c
511
char **pstr = Fortune_path_arr;
games/fortune/fortune/fortune.c
513
while (*pstr) {
games/fortune/fortune/fortune.c
514
i += add_file(percent, file, *pstr++,
lib/libthread_xu/thread/thr_printf.c
35
static void pstr(int fd, const char *s);
lib/libthread_xu/thread/thr_printf.c
80
pstr(fd, va_arg(ap, char *));
sys/vfs/procfs/procfs_status.c
184
struct ps_strings pstr;
sys/vfs/procfs/procfs_status.c
253
error = copyin((void*)PS_STRINGS, &pstr, sizeof(pstr));
sys/vfs/procfs/procfs_status.c
259
if (pstr.ps_nargvstr < 0) {
sys/vfs/procfs/procfs_status.c
263
if (pstr.ps_nargvstr > ARG_MAX) {
sys/vfs/procfs/procfs_status.c
267
ps_argvstr = kmalloc(pstr.ps_nargvstr * sizeof(char *),
sys/vfs/procfs/procfs_status.c
269
error = copyin((void *)pstr.ps_argvstr, ps_argvstr,
sys/vfs/procfs/procfs_status.c
270
pstr.ps_nargvstr * sizeof(char *));
sys/vfs/procfs/procfs_status.c
277
for (i = 0; bytes_left && (i < pstr.ps_nargvstr); i++) {
tools/tools/bus_autoconf/bus_sections.c
57
format_info_new(char *pstr, uint16_t bo, uint16_t bs)
tools/tools/bus_autoconf/bus_sections.c
69
strlcpy(pfi->name, pstr, sizeof(pfi->name));
tools/tools/usbtest/usbtest.c
111
for (pstr = menu; *pstr; pstr++) {
tools/tools/usbtest/usbtest.c
116
printf("%c", *pstr);
tools/tools/usbtest/usbtest.c
118
if (*pstr == '\n')
tools/tools/usbtest/usbtest.c
91
char *pstr;