pstr
pt->pstr = str;
(void)fprintf(stderr, "%s\n", pt->pstr);
if ((pt->pstr = strdup(arcn->name)) == NULL) {
pt->plen = strlen(pt->pstr);
if (*(pt->pstr + len) == '/') {
*(pt->pstr + len) = '\0';
(strncmp(pt->pstr, arcn->name, pt->plen) == 0))
} else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
char *pstr; /* pattern to match, user supplied */
const char *pstr)
kdc_log(context, config, 0, "Ticket expired (%s)", pstr);
kdc_log(context, config, 0, "Ticket not valid (%s)", pstr);
const char *pstr = p + (q - p) + 1;
memcpy(r, pstr, pstr_len);
char *server = NULL, *name_copy = NULL, *secret = NULL, *pstr = NULL;
retval = profile_get_string(profile, "otp", name, "server", NULL, &pstr);
if (pstr != NULL) {
server = strdup(pstr);
profile_release_string(pstr);
retval = profile_get_string(profile, "otp", name, "secret", NULL, &pstr);
if (pstr != NULL) {
retval = read_secret_file(pstr, &secret);
profile_release_string(pstr);
const ASN1_STRING *pstr = pval;
const unsigned char *pm = pstr->data;
size_t pmlen = (size_t)pstr->length;
const ASN1_STRING *pstr;
pstr = pval;
pm = pstr->data;
pmlen = pstr->length;
const ASN1_STRING *pstr;
pstr = pval;
pm = pstr->data;
pmlen = pstr->length;
const ASN1_STRING *pstr;
pstr = pval;
pm = pstr->data;
pmlen = pstr->length;
const ASN1_STRING *pstr;
pstr = pval;
pm = pstr->data;
pmlen = pstr->length;
ASN1_STRING *pstr = NULL;
pstr = ASN1_STRING_new();
if (pstr == NULL)
pstr->length = i2d_ECParameters(ec_key, &pstr->data);
if (pstr->length <= 0) {
ASN1_STRING_free(pstr);
*ppval = pstr;
const ASN1_STRING *pstr = pval;
const unsigned char *pm = pstr->data;
int pmlen = pstr->length;
const unsigned char *pstr, size_t pstr_len, const OSSL_PARAM params[])
pstr, pstr_len, params);
const unsigned char *pstr, size_t pstr_len,
pstr, pstr_len, params);
static void init_pstring(char **pstr)
if (pstr != NULL) {
*pstr = NULL;
static void free_pstring(char **pstr)
if (pstr != NULL) {
OPENSSL_free(*pstr);
*pstr = NULL;
ASN1_STRING **pstr, int *pstrtype)
*pstr = NULL;
if (ASN1_item_pack(rsa->pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), pstr) == NULL)
pstr = cnf->name;
if (strcmp(pstr, "ia5org") == 0) {
} else if (*pstr == '@') {
polsect = X509V3_get_section(ctx, pstr + 1);
char *pstr;
ossl_unused const unsigned char *pstr,
const unsigned char *pstr, size_t pstr_len,
const unsigned char *pstr, size_t pstr_len,
void **pstr, int *pstrtype)
*pstr = params;
void **pstr, int *pstrtype)
*pstr = params;
void **pstr, int *pstrtype)
return encode_dsa_params(dsa, nid, pstr, pstrtype);
*pstr = NULL;
void **pstr, int *pstrtype)
*pstr = params;
void **pstr, int *pstrtype)
*pstr = params;
return prepare_ec_explicit_params(eckey, pstr, pstrtype);
void **pstr, int *pstrtype)
*pstr = NULL;
*pstr = astr;
const unsigned char *pstr, size_t pstr_len);
const unsigned char *pstr,
pstr, pstr_len);
const unsigned char *pstr, size_t pstr_len)
ent, ent_len, nonce, nonce_len, pstr, pstr_len)
const unsigned char *pstr,
pstr, pstr_len);
const unsigned char *pstr, size_t pstr_len)
return drbg_hmac_update(hmac, ent, ent_len, nonce, nonce_len, pstr,
const unsigned char *pstr, size_t pstr_len)
nonce, nonce_len, pstr, pstr_len);
const unsigned char *pstr,
pstr, pstr_len);
const unsigned char *pstr,
const unsigned char *pstr, size_t pstr_len,
const unsigned char *pstr,
const unsigned char *pstr, size_t pstr_len,
const unsigned char *pstr, size_t pstr_len,
ossl_unused const unsigned char *pstr,
void **pstr, int *pstrtype)
*pstr = params;
pstr(fd, "0x");
static void pstr(int fd, const char *s);
pstr(fd, va_arg(ap, char *));
pstr(fd, "0x");
char * pstr;
pstr += len; \
#define APP_PSTR(fmt, arg) ADD_LEN(snprintf(pstr, slen, (fmt), (arg)))
#define APP_PSTRS(fmt) ADD_LEN(snprintf(pstr, slen, "%s", (fmt)))
pstr = disasm_str;
for (pstr = menu; *pstr; pstr++) {
printf("%c", *pstr);
if (*pstr == '\n')
char *pstr;
char **pstr;
pstr = Fortune_path_arr;
while (*pstr) {
i += add_file(NO_PROB, *pstr++, NULL,
pstr = Fortune_path_arr;
while (*pstr) {
i += add_file(NO_PROB, "fortunes", *pstr++,
pstr = Fortune_path_arr;
while (*pstr) {
i += add_file(NO_PROB, *pstr++, NULL,
char **pstr = Fortune_path_arr;
while (*pstr) {
i += add_file(percent, file, *pstr++,
char *pstr;
pstr = ++p;
if (p > pstr && (p - pstr) < 6) {
(int)(p - pstr), pstr);
char *pstr;
opt.mode = (int)strtol(optarg, &pstr, 10);
if (!pstr || *pstr || opt.mode < 0 || opt.mode > 3) {
opt.speed = (int)strtol(optarg, &pstr, 10);
if (!pstr || *pstr || opt.speed < 0) {
opt.count = (int)strtol(optarg, &pstr, 10);
if (!pstr || *pstr) {