Symbol: pstr
bin/pax/pat_rep.c
213
pt->pstr = str;
bin/pax/pat_rep.c
252
(void)fprintf(stderr, "%s\n", pt->pstr);
bin/pax/pat_rep.c
321
if ((pt->pstr = strdup(arcn->name)) == NULL) {
bin/pax/pat_rep.c
336
pt->plen = strlen(pt->pstr);
bin/pax/pat_rep.c
342
if (*(pt->pstr + len) == '/') {
bin/pax/pat_rep.c
343
*(pt->pstr + len) = '\0';
bin/pax/pat_rep.c
425
(strncmp(pt->pstr, arcn->name, pt->plen) == 0))
bin/pax/pat_rep.c
427
} else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
bin/pax/pax.h
168
char *pstr; /* pattern to match, user supplied */
crypto/heimdal/kdc/krb5tgs.c
596
const char *pstr)
crypto/heimdal/kdc/krb5tgs.c
599
kdc_log(context, config, 0, "Ticket expired (%s)", pstr);
crypto/heimdal/kdc/krb5tgs.c
603
kdc_log(context, config, 0, "Ticket not valid (%s)", pstr);
crypto/heimdal/lib/hx509/name.c
633
const char *pstr = p + (q - p) + 1;
crypto/heimdal/lib/hx509/name.c
643
memcpy(r, pstr, pstr_len);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
180
char *server = NULL, *name_copy = NULL, *secret = NULL, *pstr = NULL;
crypto/krb5/src/plugins/preauth/otp/otp_state.c
200
retval = profile_get_string(profile, "otp", name, "server", NULL, &pstr);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
203
if (pstr != NULL) {
crypto/krb5/src/plugins/preauth/otp/otp_state.c
204
server = strdup(pstr);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
205
profile_release_string(pstr);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
216
retval = profile_get_string(profile, "otp", name, "secret", NULL, &pstr);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
219
if (pstr != NULL) {
crypto/krb5/src/plugins/preauth/otp/otp_state.c
220
retval = read_secret_file(pstr, &secret);
crypto/krb5/src/plugins/preauth/otp/otp_state.c
221
profile_release_string(pstr);
crypto/openssl/crypto/cms/cms_ec.c
28
const ASN1_STRING *pstr = pval;
crypto/openssl/crypto/cms/cms_ec.c
29
const unsigned char *pm = pstr->data;
crypto/openssl/crypto/cms/cms_ec.c
30
size_t pmlen = (size_t)pstr->length;
crypto/openssl/crypto/dh/dh_ameth.c
66
const ASN1_STRING *pstr;
crypto/openssl/crypto/dh/dh_ameth.c
81
pstr = pval;
crypto/openssl/crypto/dh/dh_ameth.c
82
pm = pstr->data;
crypto/openssl/crypto/dh/dh_ameth.c
83
pmlen = pstr->length;
crypto/openssl/crypto/dh/dh_backend.c
187
const ASN1_STRING *pstr;
crypto/openssl/crypto/dh/dh_backend.c
203
pstr = pval;
crypto/openssl/crypto/dh/dh_backend.c
204
pm = pstr->data;
crypto/openssl/crypto/dh/dh_backend.c
205
pmlen = pstr->length;
crypto/openssl/crypto/dsa/dsa_ameth.c
35
const ASN1_STRING *pstr;
crypto/openssl/crypto/dsa/dsa_ameth.c
46
pstr = pval;
crypto/openssl/crypto/dsa/dsa_ameth.c
47
pm = pstr->data;
crypto/openssl/crypto/dsa/dsa_ameth.c
48
pmlen = pstr->length;
crypto/openssl/crypto/dsa/dsa_backend.c
128
const ASN1_STRING *pstr;
crypto/openssl/crypto/dsa/dsa_backend.c
146
pstr = pval;
crypto/openssl/crypto/dsa/dsa_backend.c
147
pm = pstr->data;
crypto/openssl/crypto/dsa/dsa_backend.c
148
pmlen = pstr->length;
crypto/openssl/crypto/ec/ec_ameth.c
52
ASN1_STRING *pstr = NULL;
crypto/openssl/crypto/ec/ec_ameth.c
53
pstr = ASN1_STRING_new();
crypto/openssl/crypto/ec/ec_ameth.c
54
if (pstr == NULL)
crypto/openssl/crypto/ec/ec_ameth.c
56
pstr->length = i2d_ECParameters(ec_key, &pstr->data);
crypto/openssl/crypto/ec/ec_ameth.c
57
if (pstr->length <= 0) {
crypto/openssl/crypto/ec/ec_ameth.c
58
ASN1_STRING_free(pstr);
crypto/openssl/crypto/ec/ec_ameth.c
62
*ppval = pstr;
crypto/openssl/crypto/ec/ec_backend.c
774
const ASN1_STRING *pstr = pval;
crypto/openssl/crypto/ec/ec_backend.c
775
const unsigned char *pm = pstr->data;
crypto/openssl/crypto/ec/ec_backend.c
776
int pmlen = pstr->length;
crypto/openssl/crypto/evp/evp_rand.c
512
const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[])
crypto/openssl/crypto/evp/evp_rand.c
515
pstr, pstr_len, params);
crypto/openssl/crypto/evp/evp_rand.c
520
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/crypto/evp/evp_rand.c
528
pstr, pstr_len, params);
crypto/openssl/crypto/http/http_lib.c
25
static void init_pstring(char **pstr)
crypto/openssl/crypto/http/http_lib.c
27
if (pstr != NULL) {
crypto/openssl/crypto/http/http_lib.c
28
*pstr = NULL;
crypto/openssl/crypto/http/http_lib.c
45
static void free_pstring(char **pstr)
crypto/openssl/crypto/http/http_lib.c
47
if (pstr != NULL) {
crypto/openssl/crypto/http/http_lib.c
48
OPENSSL_free(*pstr);
crypto/openssl/crypto/http/http_lib.c
49
*pstr = NULL;
crypto/openssl/crypto/rsa/rsa_ameth.c
30
ASN1_STRING **pstr, int *pstrtype)
crypto/openssl/crypto/rsa/rsa_ameth.c
34
*pstr = NULL;
crypto/openssl/crypto/rsa/rsa_ameth.c
46
if (ASN1_item_pack(rsa->pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), pstr) == NULL)
crypto/openssl/crypto/x509/v3_cpols.c
119
pstr = cnf->name;
crypto/openssl/crypto/x509/v3_cpols.c
120
if (strcmp(pstr, "ia5org") == 0) {
crypto/openssl/crypto/x509/v3_cpols.c
123
} else if (*pstr == '@') {
crypto/openssl/crypto/x509/v3_cpols.c
126
polsect = X509V3_get_section(ctx, pstr + 1);
crypto/openssl/crypto/x509/v3_cpols.c
92
char *pstr;
crypto/openssl/fuzz/fuzz_rand.c
43
ossl_unused const unsigned char *pstr,
crypto/openssl/include/openssl/core_dispatch.h
513
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/include/openssl/evp.h
1320
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
454
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
475
*pstr = params;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
559
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
577
*pstr = params;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
582
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
589
return encode_dsa_params(dsa, nid, pstr, pstrtype);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
591
*pstr = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
659
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
676
*pstr = params;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
685
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
709
*pstr = params;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
714
return prepare_ec_explicit_params(eckey, pstr, pstrtype);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
912
void **pstr, int *pstrtype)
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
916
*pstr = NULL;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
970
*pstr = astr;
crypto/openssl/providers/implementations/include/prov/hmac_drbg.h
28
const unsigned char *pstr, size_t pstr_len);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
335
const unsigned char *pstr,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
349
pstr, pstr_len);
crypto/openssl/providers/implementations/rands/drbg_hash.c
256
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
266
ent, ent_len, nonce, nonce_len, pstr, pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
273
const unsigned char *pstr,
crypto/openssl/providers/implementations/rands/drbg_hash.c
287
pstr, pstr_len);
crypto/openssl/providers/implementations/rands/drbg_hmac.c
120
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
132
return drbg_hmac_update(hmac, ent, ent_len, nonce, nonce_len, pstr,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
138
const unsigned char *pstr, size_t pstr_len)
crypto/openssl/providers/implementations/rands/drbg_hmac.c
141
nonce, nonce_len, pstr, pstr_len);
crypto/openssl/providers/implementations/rands/drbg_hmac.c
146
const unsigned char *pstr,
crypto/openssl/providers/implementations/rands/drbg_hmac.c
160
pstr, pstr_len);
crypto/openssl/providers/implementations/rands/fips_crng_test.c
233
const unsigned char *pstr,
crypto/openssl/providers/implementations/rands/seed_src.c
71
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/providers/implementations/rands/seed_src_jitter.c
147
const unsigned char *pstr,
crypto/openssl/providers/implementations/rands/test_rng.c
83
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/test/provfetchtest.c
101
const unsigned char *pstr, size_t pstr_len,
crypto/openssl/test/testutil/fake_random.c
52
ossl_unused const unsigned char *pstr,
crypto/openssl/test/tls-provider.c
1620
void **pstr, int *pstrtype)
crypto/openssl/test/tls-provider.c
1643
*pstr = params;
lib/libthr/thread/thr_printf.c
100
pstr(fd, "0x");
lib/libthr/thread/thr_printf.c
38
static void pstr(int fd, const char *s);
lib/libthr/thread/thr_printf.c
87
pstr(fd, va_arg(ap, char *));
lib/libthr/thread/thr_printf.c
93
pstr(fd, "0x");
sys/powerpc/powerpc/db_disasm.c
604
char * pstr;
sys/powerpc/powerpc/db_disasm.c
611
pstr += len; \
sys/powerpc/powerpc/db_disasm.c
613
#define APP_PSTR(fmt, arg) ADD_LEN(snprintf(pstr, slen, (fmt), (arg)))
sys/powerpc/powerpc/db_disasm.c
614
#define APP_PSTRS(fmt) ADD_LEN(snprintf(pstr, slen, "%s", (fmt)))
sys/powerpc/powerpc/db_disasm.c
616
pstr = disasm_str;
tools/tools/usbtest/usbtest.c
110
for (pstr = menu; *pstr; pstr++) {
tools/tools/usbtest/usbtest.c
115
printf("%c", *pstr);
tools/tools/usbtest/usbtest.c
117
if (*pstr == '\n')
tools/tools/usbtest/usbtest.c
90
char *pstr;
usr.bin/fortune/fortune/fortune.c
352
char **pstr;
usr.bin/fortune/fortune/fortune.c
357
pstr = Fortune_path_arr;
usr.bin/fortune/fortune/fortune.c
359
while (*pstr) {
usr.bin/fortune/fortune/fortune.c
360
i += add_file(NO_PROB, *pstr++, NULL,
usr.bin/fortune/fortune/fortune.c
370
pstr = Fortune_path_arr;
usr.bin/fortune/fortune/fortune.c
372
while (*pstr) {
usr.bin/fortune/fortune/fortune.c
373
i += add_file(NO_PROB, "fortunes", *pstr++,
usr.bin/fortune/fortune/fortune.c
418
pstr = Fortune_path_arr;
usr.bin/fortune/fortune/fortune.c
420
while (*pstr) {
usr.bin/fortune/fortune/fortune.c
421
i += add_file(NO_PROB, *pstr++, NULL,
usr.bin/fortune/fortune/fortune.c
507
char **pstr = Fortune_path_arr;
usr.bin/fortune/fortune/fortune.c
509
while (*pstr) {
usr.bin/fortune/fortune/fortune.c
510
i += add_file(percent, file, *pstr++,
usr.bin/whois/whois.c
522
char *pstr;
usr.bin/whois/whois.c
532
pstr = ++p;
usr.bin/whois/whois.c
534
if (p > pstr && (p - pstr) < 6) {
usr.bin/whois/whois.c
536
(int)(p - pstr), pstr);
usr.sbin/spi/spi.c
164
char *pstr;
usr.sbin/spi/spi.c
221
opt.mode = (int)strtol(optarg, &pstr, 10);
usr.sbin/spi/spi.c
223
if (!pstr || *pstr || opt.mode < 0 || opt.mode > 3) {
usr.sbin/spi/spi.c
231
opt.speed = (int)strtol(optarg, &pstr, 10);
usr.sbin/spi/spi.c
233
if (!pstr || *pstr || opt.speed < 0) {
usr.sbin/spi/spi.c
241
opt.count = (int)strtol(optarg, &pstr, 10);
usr.sbin/spi/spi.c
243
if (!pstr || *pstr) {