Searched refs:parse (Results 101 - 125 of 827) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/mpfr/dist/
H A Dversion-ext.sh15 if [ "x`git rev-parse --is-inside-work-tree 2> /dev/null`" != xtrue ]; then
39 gith=`git rev-parse --short HEAD`
/netbsd-current/usr.bin/make/unit-tests/
H A Dcmd-errors-jobs.exp9 begin parse-error-direct
10 make: in target "parse-error-unclosed-expression": Unclosed variable "UNCLOSED"
11 make: in target "parse-error-unclosed-modifier": while evaluating variable "UNCLOSED" with value "": Unclosed expression, expecting '}'
12 make: in target "parse-error-unknown-modifier": while evaluating variable "UNKNOWN" with value "": Unknown modifier "Z"
13 end parse-error-direct with status 2
15 begin parse-error-indirect
16 make: in target "parse-error-unclosed-expression": Unclosed variable "UNCLOSED"
17 make: in target "parse-error-unclosed-modifier": while evaluating variable "UNCLOSED" with value "": Unclosed expression, expecting '}'
18 make: in target "parse-error-unknown-modifier": while evaluating variable "UNKNOWN" with value "": Unknown modifier "Z"
19 end parse
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp9 /// \file - utility functions to parse/print amd_kernel_code_t structure
28 #define RECORD(name, altName, print, parse) #name
38 #define RECORD(name, altName, print, parse) #altName
89 #define RECORD(name, altName, print, parse) print
159 #define RECORD(name, altName, print, parse) parse
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-micmd.c27 #include "mi/mi-parse.h"
159 virtual void invoke(struct mi_parse *parse) const override;
179 mi_command_py::invoke (struct mi_parse *parse) const
185 parse->parse_argv ();
187 if (parse->argv == nullptr)
188 error (_("Problem parsing arguments: %s %s"), parse->command.get (),
189 parse->args ());
196 gdbpy_ref<> argobj (PyList_New (parse->argc));
200 for (int i = 0; i < parse->argc; ++i)
202 gdbpy_ref<> str (PyUnicode_Decode (parse
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp60 using cmdline::parse;
241 const parsed_cmdline cmdline = parse(argc, argv, options);
261 const parsed_cmdline cmdline = parse(argc, argv, options);
275 const parsed_cmdline cmdline = parse(argc, argv, options);
295 const parsed_cmdline cmdline = parse(argc, argv, options);
346 const parsed_cmdline cmdline = parse(argc, argv, options);
383 const parsed_cmdline cmdline = parse(argc, argv, options);
416 const parsed_cmdline cmdline = parse(argc, argv, options);
428 const parsed_cmdline cmdline2 = parse(cmdline.arguments(), options2);
449 parse(arg
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dconflex.c37 static int get_char (struct parse *);
38 static void unget_char(struct parse *, int);
39 static void skip_to_eol (struct parse *);
40 static enum dhcp_token read_whitespace(int c, struct parse *cfile);
41 static enum dhcp_token read_string (struct parse *);
42 static enum dhcp_token read_number (int, struct parse *);
43 static enum dhcp_token read_num_or_name (int, struct parse *);
47 struct parse **cfile;
55 struct parse *tmp;
57 tmp = dmalloc(sizeof(struct parse), MD
[all...]
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h290 struct parse { struct
334 struct parse *saved_state;
343 int (*read_function)(struct parse *);
2171 isc_result_t new_parse (struct parse **, int,
2173 isc_result_t end_parse (struct parse **);
2174 isc_result_t save_parse_state(struct parse *cfile);
2175 isc_result_t restore_parse_state(struct parse *cfile);
2176 enum dhcp_token next_token (const char **, unsigned *, struct parse *);
2177 enum dhcp_token peek_token (const char **, unsigned *, struct parse *);
2179 struct parse *cfil
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c189 * parse structure, passed up and down to avoid global variables and
192 struct parse { struct
206 static void p_ere(struct parse *, int);
207 static void p_ere_exp(struct parse *);
208 static void p_str(struct parse *);
209 static void p_bre(struct parse *, int, int);
210 static int p_simp_re(struct parse *, int);
211 static int p_count(struct parse *);
212 static void p_bracket(struct parse *);
213 static void p_b_term(struct parse *, cse
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_ttls.c887 struct ttls_parse_avp *parse)
890 if (parse->eapdata == NULL) {
891 parse->eapdata = os_memdup(dpos, dlen);
892 if (parse->eapdata == NULL) {
897 parse->eap_len = dlen;
899 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen);
905 os_memcpy(neweap + parse->eap_len, dpos, dlen);
906 parse->eapdata = neweap;
907 parse
886 eap_ttls_parse_attr_eap(const u8 *dpos, size_t dlen, struct ttls_parse_avp *parse) argument
914 eap_ttls_parse_avp(u8 *pos, size_t left, struct ttls_parse_avp *parse) argument
1001 eap_ttls_parse_avps(struct wpabuf *in_decrypted, struct ttls_parse_avp *parse) argument
1087 eap_ttls_process_phase2_eap(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) argument
1143 eap_ttls_process_phase2_mschapv2(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse) argument
1205 eap_ttls_process_tnc_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, struct ttls_parse_avp *parse, struct wpabuf **resp) argument
1236 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1401 struct ttls_parse_avp parse; local
[all...]
/netbsd-current/sbin/sysctl/
H A Dpathconf.c123 parse(path, *argv, 1);
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
149 parse(pathname, string, flags) function
/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A DfindRegressions-nightly.py14 def parse(file): function
126 d_old = parse(sys.argv[1])
127 d_new = parse(sys.argv[2])
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dreplay.c70 /** parse keyword in string.
141 char *parse; local
156 parse = line;
157 while(isspace((unsigned char)*parse))
158 parse++;
159 if(!*parse || *parse == ';') {
163 if(parse_keyword(&parse, "ADDRESS")) {
164 while(isspace((unsigned char)*parse))
165 parse
425 char *parse; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dsymbol-version.py81 yacc.parse(line)
/netbsd-current/games/battlestar/
H A Dbattlestar.c93 parse();
/netbsd-current/lib/libusbhid/
H A DMakefile14 SRCS= descr.c parse.c usage.c data.c
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A DMakefile.sub14 parse.$(OBJEXT) \
23 $(srcdir)/parse.c \
/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_machdep.h41 void parse(char **, char *);
H A Diris_parse.c42 parse(char *argv[], char *kernelname) function
/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_yylloc_parser.y24 %parse-param { void* scanner }
H A Dbison_yylval_parser.y28 %parse-param { void* scanner }
/netbsd-current/usr.sbin/memswitch/
H A Dmemswitch.h68 parse_t parse; member in struct:property
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDarwinSDKInfo.cpp29 llvm::json::parse(File.get()->getBuffer());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.h10 // to pass all of it around. The main method is parse.
42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
H A Dcindex-includes.py32 tu = index.parse(None, args)
/netbsd-current/tools/pkg_install/lib/
H A DMakefile10 opattern.c parse-config.c pkcs7.c pkg_signature.c \

Completed in 431 milliseconds

1234567891011>>