Searched refs:parse (Results 76 - 100 of 827) sorted by relevance

1234567891011>>

/netbsd-current/tests/kernel/
H A Dt_ps_strings.sh39 # Function to parse and validate the output from ps
77 parse=$(parse_ps $h_pid $(ps -wwo pid,args -p $h_pid) )
/netbsd-current/external/mpl/dhcp/dist/tests/
H A Dt_api_dhcp.c48 parse_allow_deny(struct option_cache **oc, struct parse *p, int i) {
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_file.py14 tu = index.parse('t.c', unsaved_files = [('t.c', "")])
/netbsd-current/usr.sbin/inetd/
H A DMakefile9 SRCS= inetd.c parse.c parse_v2.c ratelimit.c
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgit-descr.sh26 expr match ${r:-no} 'r[0-9]\+$' >/dev/null && r=${r}-0-g$(git rev-parse $c);
31 if git rev-parse --verify --quiet ${o:-origin}/releases/gcc-$rr >/dev/null; then
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-for-lines.mk5 # Since parse.c 1.127 from 2007-01-01 and before parse.c 1.494 from
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgit-descr.sh26 expr ${r:-no} : 'r[0-9]\+$' >/dev/null && r=${r}-0-g$(git rev-parse $c);
31 if git rev-parse --verify --quiet ${o:-origin}/releases/gcc-$rr >/dev/null; then
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Duninitialized-variable-record.exp20 standard_ada_testfile parse
28 set bp_location [gdb_get_line_number "START" ${testdir}/parse.adb]
29 runto "parse.adb:$bp_location"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-parse.h67 /* Attempts to parse CMD returning a ``struct mi_parse''. If CMD is
84 extern void mi_parse_argv (const char *args, struct mi_parse *parse);
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_result_test.cpp87 /// Validates the parse() method on a particular test result type.
97 ATF_REQUIRE(test_result(result_type) == test_result::parse(input));
102 test_result::parse(input));
107 test_result::parse(input));
112 test_result::parse(input));
117 test_result::parse(input));
121 /// Creates a test case to validate the parse() method for a given type.
147 test_result::parse(input));
157 test_result::parse(input));
163 test_result::parse(inpu
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d13 $(LREF parse)
123 return new ConvException(text("Can't parse string: ", msg), fn, ln);
1983 !isExactSomeString!T && is(typeof(parse!T(value))) &&
1994 return parse!T(value);
2000 isIntegral!T && is(typeof(parse!T(value, radix))))
2009 return parse!T(value, radix);
2054 supported by parse parses the first dchar of the source.
2064 if (isSomeChar!T && !is(typeof(parse!T(value))) &&
2065 is(typeof(parse!dchar(value))))
2069 immutable dchar codepoint = parse!dcha
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A DMakefile.am18 packet-parse.c \
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/cmds/
H A Dtpm_unsealdata.c43 static int parse(const int aOpt, const char *aArg) function
84 sizeof(opts) / sizeof(struct option), parse,
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_getpubek.c28 static int parse(const int aOpt, const char *aArg) function
68 sizeof(hOpts) / sizeof(struct option), parse, help) != 0)
H A Dtpm_resetdalock.c36 static int parse(const int aOpt, const char *aArg) function
66 if (genericOptHandler(argc, argv, "z", opts, sizeof(opts) / sizeof(struct option), parse,
H A Dtpm_selftest.c89 static int parse(const int aOpt, const char *aArg) function
114 sizeof(opts) / sizeof(struct option), parse,
/netbsd-current/external/bsd/nvi/dist/catalog/
H A Ddump.c27 parse(fp) function
89 parse(fp);
/netbsd-current/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Dsrcs.mk10 parse.c \
/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_boot.c102 parse(argv, kernelname);
110 parse(argv, kernelname);
/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_syntax27.y5 %parse-param { int regs[26]
6 %parse-param { int *base
101 UNUSED(regs); /* %parse-param regs is not actually used here */
102 UNUSED(base); /* %parse-param base is not actually used here */
H A Dcalc3.y5 %parse-param { int regs[26] }
6 %parse-param { int *base }
101 UNUSED(regs); /* %parse-param regs is not actually used here */
102 UNUSED(base); /* %parse-param base is not actually used here */
H A Dcalc2.y3 %parse-param { int regs[26] }
4 %parse-param { int *base }
98 UNUSED(regs); /* %parse-param regs is not actually used here */
99 UNUSED(base); /* %parse-param base is not actually used here */
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dmk-kinds-h.sh51 long_double_kind=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
79 huge=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
85 digits=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
91 radix=`$compile -S -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h28 /// Helper to parse a META_BLOCK for a bitstream remark container.
50 Error parse();
53 /// Helper to parse a REMARK_BLOCK for a bitstream remark container.
85 Error parse();
88 /// Helper to parse any bitstream remark container.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h69 void parse() const;
73 parse();

Completed in 262 milliseconds

1234567891011>>