Searched refs:optsp (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype-parse.cc | 461 static type_p type (options_p *optsp, bool nested); 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() argument 663 *optsp = gtymarker (); in direct_declarator() 693 ty = inner_declarator (ty, namep, optsp, in_struct); in direct_declarator() 738 inner_declarator (type_p ty, const char **namep, options_p *optsp, in inner_declarator() argument 745 inner = inner_declarator (ty, namep, optsp, in_struct); in inner_declarator() 752 return direct_declarator (ty, namep, optsp, in_struct); in inner_declarator() 767 declarator (type_p ty, const char **namep, options_p *optsp, in declarator() argument 771 *optsp = 0; in declarator() 777 return direct_declarator (ty, namep, optsp, in_struct); in declarator() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype-parse.c | 461 static type_p type (options_p *optsp, bool nested); 655 direct_declarator (type_p ty, const char **namep, options_p *optsp, in direct_declarator() argument 663 *optsp = gtymarker (); in direct_declarator() 693 ty = inner_declarator (ty, namep, optsp, in_struct); in direct_declarator() 738 inner_declarator (type_p ty, const char **namep, options_p *optsp, in inner_declarator() argument 745 inner = inner_declarator (ty, namep, optsp, in_struct); in inner_declarator() 752 return direct_declarator (ty, namep, optsp, in_struct); in inner_declarator() 767 declarator (type_p ty, const char **namep, options_p *optsp, 771 *optsp = 0; 777 return direct_declarator (ty, namep, optsp, in_struct); [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth-options.c | 255 handle_permit(const char **optsp, int allow_bare_port, in handle_permit() argument 266 if ((opt = opt_dequote(optsp, &errstr)) == NULL) { in handle_permit() 850 sshauthopt_deserialise(struct sshbuf *m, struct sshauthopt **optsp) in sshauthopt_deserialise() argument 907 *optsp = opts; in sshauthopt_deserialise()
|
| H A D | misc.h | 214 int opt_flag(const char *opt, int allow_negate, const char **optsp);
|
| H A D | misc.c | 2507 opt_flag(const char *opt, int allow_negate, const char **optsp) in opt_flag() argument 2510 const char *opts = *optsp; in opt_flag() 2518 *optsp = opts + opt_len; in opt_flag()
|