Searched refs:pstr (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031215-1.c6 typedef struct {int c, l; char ch[3];} pstr; typedef in typeref:struct:__anon6979
7 const pstr ao = {2, 2, "OK"};
8 const pstr * const a = &ao;
/openbsd-current/usr.bin/ftp/
H A Dcookie.c170 cookie_get(const char *domain, const char *path, int secure, char **pstr) argument
179 *pstr = NULL;
217 *pstr = str;
/openbsd-current/bin/pax/
H A Dpat_rep.c242 pt->pstr = str;
281 (void)fprintf(stderr, "%s\n", pt->pstr);
350 if ((pt->pstr = strdup(arcn->name)) == NULL) {
365 pt->plen = strlen(pt->pstr);
371 if (*(pt->pstr + len) == '/') {
372 *(pt->pstr + len) = '\0';
454 (strncmp(pt->pstr, arcn->name, pt->plen) == 0))
456 } else if (fn_match(pt->pstr, arcn->name, &pt->pend) == 0)
H A Dpax.h79 char *pstr; /* pattern to match, user supplied */ member in struct:pattern
82 size_t plen; /* length of pstr */
/openbsd-current/usr.sbin/unbound/testcode/
H A Dtestpkts.c1252 char* qstr, *pstr, *s, *qcmpstr, *pcmpstr; local
1266 pstr = sldns_wire2str_pkt(pb, plen);
1267 if(!qstr || !pstr) error("cannot pkt2string");
1272 s = strstr(pstr, ";; QUESTION SECTION");
1276 free(pstr);
1283 free(pstr);
1309 free(pstr);
1319 char* qstr, *pstr, *s, *qcmpstr, *pcmpstr; local
1333 pstr = sldns_wire2str_pkt(pb, plen);
1334 if(!qstr || !pstr) erro
1403 char* qstr, *pstr; local
[all...]
/openbsd-current/usr.sbin/crunchgen/
H A Delf_hide.c274 char *pstr; local
278 pstr = strtab;
280 printf("string %x: \"%s\"\n", i, pstr);
281 pnstr = pstr + strlen(pstr) + 1;
283 pstr = pnstr;
/openbsd-current/usr.sbin/sasyncd/
H A Dconf.y201 char pstr[20];
214 snprintf(pstr, sizeof pstr, "port %d",$5);
218 $5 != SASYNCD_DEFAULT_PORT ? pstr : "");
/openbsd-current/usr.bin/make/
H A Dvar.c840 parse_base_variable_name(const char **pstr, struct Name *name, SymTable *ctxt) argument
842 const char *str = *pstr;
852 Parse_Error(PARSE_FATAL, "Unterminated variable spec in %s", *pstr);
865 *pstr = tstr;
870 Var_ParseSkip(const char **pstr, SymTable *ctxt) argument
872 const char *str = *pstr;
879 *pstr = str+1;
894 *pstr = tstr;
/openbsd-current/lib/libcrypto/x509/
H A Dx509_cpols.c422 char *pstr; local
447 pstr = cnf->name;
448 if (!strcmp(pstr, "ia5org")) {
451 } else if (*pstr == '@') {
453 polsect = X509V3_get_section(ctx, pstr + 1);
/openbsd-current/sbin/isakmpd/
H A Dipsec.c1958 char *pstr; local
1960 pstr = conf_get_str(section, "Protocol");
1961 if (!pstr) {
1965 *tproto = (u_int8_t)atoi(pstr);
1967 pe = getprotobyname(pstr);
1973 pstr);
1977 pstr = conf_get_str(section, "Port");
1978 if (!pstr)
1980 *port = (u_int16_t)atoi(pstr);
1982 se = getservbyname(pstr,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpplex.c1677 maybe_read_ucs (pfile, pstr, limit, pc)
1679 const unsigned char **pstr;
1683 const unsigned char *p = *pstr;
1738 *pstr = p;
1749 cpp_parse_escape (pfile, pstr, limit, wide)
1751 const unsigned char **pstr;
1756 const unsigned char *str = *pstr;
1884 *pstr = str;
H A Dgensupport.c1145 scan_comma_elt (pstr)
1146 const char **pstr;
1149 const char *p = *pstr;
1164 *pstr = p;
H A Dcpplib.h703 const unsigned char ** pstr,
H A Dgenautomata.c1507 next_sep_el (pstr, sep, par_flag)
1508 char **pstr;
1518 while (ISSPACE ((int) **pstr))
1519 (*pstr)++;
1521 if (**pstr == '\0')
1525 for (pars_num = 0, p = *pstr; *p != '\0'; p++)
1546 *pstr = p;
1547 if (**pstr == sep)
1548 (*pstr)++;
1593 char **pstr;
1590 char **pstr; local
[all...]
H A Dgenattrtab.c5842 next_comma_elt (pstr)
5843 const char **pstr;
5847 start = scan_comma_elt (pstr);
5852 return attr_string (start, *pstr - start);
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.c1258 scan_comma_elt (const char **pstr)
1261 const char *p = *pstr;
1276 *pstr = p;
1253 scan_comma_elt(const char **pstr) argument
H A Dgenautomata.c1143 next_sep_el (const char **pstr, int sep, int par_flag)
1151 while (ISSPACE ((int) **pstr))
1152 (*pstr)++;
1154 if (**pstr == '\0')
1158 for (pars_num = 0, p = *pstr; *p != '\0'; p++)
1179 *pstr = p;
1180 if (**pstr == sep)
1181 (*pstr)++;
1220 const char **pstr;
1229 pstr
1139 next_sep_el(const char **pstr, int sep, int par_flag) argument
1216 const char **pstr; local
[all...]
H A Dgenattrtab.c4053 const char *pstr; local
4142 pstr = str;
4143 attr = find_attr (&pstr, 0);
4170 next_comma_elt (const char **pstr) argument
4174 start = scan_comma_elt (pstr);
4179 return attr_string (start, *pstr - start);
/openbsd-current/gnu/gcc/libcpp/
H A Dcharset.c939 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr,
945 const uchar *str = *pstr;
983 *pstr = str;
938 _cpp_valid_ucn(cpp_reader *pfile, const uchar **pstr, const uchar *limit, int identifier_pos, struct normalize_state *nst) argument
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_ameth.c90 rsa_param_encode(const EVP_PKEY *pkey, ASN1_STRING **pstr, int *pstrtype) argument
94 *pstr = NULL;
109 if (ASN1_item_pack(rsa->pss, &RSA_PSS_PARAMS_it, pstr) == NULL)
/openbsd-current/gnu/gcc/libcpp/include/
H A Dcpplib.h811 extern cppchar_t cpp_parse_escape (cpp_reader *, const unsigned char ** pstr,
/openbsd-current/usr.sbin/unbound/sldns/
H A Dstr2wire.c2771 const char* pstr = str; local
2775 while (sldns_parse_char(&ch, &pstr)) {
2780 if(!pstr)
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c2771 const char* pstr = str; local
2775 while (sldns_parse_char(&ch, &pstr)) {
2780 if(!pstr)

Completed in 502 milliseconds