Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt60 -interlaced: deprecated prop that can parsed from drm_display_mode.
61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
65 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp58 std::vector<std::pair<llvm::StringRef, Node *>> parsed = in ResolveFPOProgram()
61 for (auto it = parsed.begin(), end = parsed.end(); it != end; ++it) { in ResolveFPOProgram()
66 for (const auto &pair : llvm::make_range(parsed.begin(), it)) { in ResolveFPOProgram()
59 std::vector<std::pair<llvm::StringRef, Node *>> parsed = ResolveFPOProgram() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_ripencc.c3217 /* keep track of whether the message has been successfully parsed */
3219 parsed; variable
3274 parsed = BADLEN_PARSE; in rpt_chan_A_config()
3325 parsed = BADLEN_PARSE; in rpt_almanac_data_page()
3357 parsed = BADLEN_PARSE; in rpt_GPS_time()
3377 parsed = BADLEN_PARSE; in rpt_single_ECEF_position()
3398 parsed = BADLEN_PARSE; in rpt_single_ECEF_velocity()
3425 parsed = BADLEN_PARSE; in rpt_SW_version()
3465 parsed = BADLEN_PARSE; in rpt_rcvr_health()
3497 parsed in rpt_SNR_all_SVs()
[all...]
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.c154 int i, rows, cols, retval, parsed, nargc, firstoptind; in main() local
178 parsed = parseargs(argc, argv, &conf, &opt); in main()
179 nargc = argc - parsed; in main()
180 nargv = argv + parsed; in main()
181 argc = parsed - optind; in main()
H A Dutil_cli.c358 int arg, parsed, i; in parseargs() local
378 parsed = argc; in parseargs()
840 return (parsed); in parseargs()
/freebsd/sys/net/
H A Ddummymbuf.c339 bool parsed; in dmb_pfil_mbuf_chk()
345 while (!eof && (parsed = read_rule(&cursor, &rule, &eof))) { in dmb_pfil_mbuf_chk()
349 if (!parsed) { in dmb_pfil_mbuf_chk()
363 bool parsed; in dmb_pfil_mbuf_chk()
369 while (!eof && (parsed = read_rule(&cursor, &rule, &eof))) {
382 if (!parsed) { in dmb_pfil_inet6_mbuf_chk()
305 bool parsed; validate_rules() local
329 bool parsed; dmb_pfil_mbuf_chk() local
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c367 size_t len, parsed; in bhnd_nvram_val_vprintf() local
371 error = bhnd_nvram_parse_int(p, strlen(p), 10, &parsed, in bhnd_nvram_val_vprintf()
381 p += parsed; in bhnd_nvram_val_vprintf()
387 size_t len, parsed; in bhnd_nvram_val_vprintf() local
414 &parsed, &v, &len, in bhnd_nvram_val_vprintf()
424 p += parsed; in bhnd_nvram_val_vprintf()
H A Dbhnd_nvram_value_fmts.c443 size_t nlen, parsed; in bhnd_nvram_val_bcm_leddc_encode_elem() local
448 error = bhnd_nvram_parse_int(p, ilen, 0, &parsed, &ival, &nlen, in bhnd_nvram_val_bcm_leddc_encode_elem()
454 if (parsed < ilen && *(p+parsed) != '\0') in bhnd_nvram_val_bcm_leddc_encode_elem()
/freebsd/usr.bin/indent/tests/
H A Dfunctional_test.sh44 parsed_file=output_file.parsed
58 sed -e '/\$FreeBSD.*\$/d' ${tc} > input_file.parsed
/freebsd/contrib/expat/tests/benchmark/
H A DREADME.txt10 the file is parsed in chunks of this size
11 <# iterations> ... how often will the file be parsed
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func.exp5 make: "cond-func.mk" line 107: A plain function name is parsed as defined(...).
6 make: "cond-func.mk" line 115: A plain function name is parsed as defined(...).
H A Dcond-func.mk107 . info A plain function name is parsed as defined(...).
115 . info A plain function name is parsed as defined(...).
/freebsd/contrib/one-true-awk/testdir/
H A Dt.crlf1 # checks whether lines with crlf are parsed ok
/freebsd/bin/sh/tests/builtins/
H A Deval4.03 # the parsed command.
H A Deval6.03 # the parsed command.
/freebsd/crypto/openssl/doc/man3/
H A DX509_get_extension_flags.pod132 is not present or cannot be parsed.
136 is not present or cannot be parsed.
140 B<NULL> if the extension is not present or cannot be parsed.
144 extension is not present or cannot be parsed.
H A DPKCS7_get_octet_string.pod16 PKCS#7 envelopedData structure or B<NULL> if the structure cannot be parsed.
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSpecialSymbolMap.inc3 // This is a hand-curated list for C symbols that cannot be parsed/extracted
/freebsd/contrib/tnftp/src/
H A Dfetch.c942 struct tm parsed; in fetch_url() local
945 memset(&parsed, 0, sizeof(parsed)); in fetch_url()
949 &parsed)) in fetch_url()
953 &parsed)) in fetch_url()
957 &parsed))) { in fetch_url()
958 parsed.tm_isdst = -1; in fetch_url()
960 mtime = timegm(&parsed); in fetch_url()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h1033 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); // NOLINT in ParseNaturalNumber() local
1036 GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); in ParseNaturalNumber()
1038 const Integer result = static_cast<Integer>(parsed); in ParseNaturalNumber()
1039 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) { in ParseNaturalNumber()
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc72 // may be parsed by trusted system components (on Android, GWP-ASan flag strings
73 // are parsed by libc during the dynamic loader). This means that GWP-ASan
/freebsd/contrib/libucl/doc/
H A Dlua_api.md149 - `{bool[, string]}`: if res is `true` then file has been parsed successfully, otherwise an error s…
176 - `{bool[, string]}`: if res is `true` then file has been parsed successfully, otherwise an error s…
H A Dapi.md86 - `UCL_PARSER_KEY_LOWERCASE` - lowercase keys parsed
87 …les (in zero-copy mode text chunk being parsed without copying strings so it should exist till any…
97 Register new macro with name .`macro` parsed by handler `handler` that accepts opaque data pointer …
104 …cro text `data` of length `len` and the opaque pointer `ud`. If macro is parsed successfully the h…
128 while this one won't be parsed correctly:
159 If the `ucl` data has been parsed correctly this function returns the top object for the parser. Ot…
/freebsd/contrib/libucl/
H A DREADME.md237 arguments themselves are the UCL object that is parsed and passed to a macro as
269 parser is created but before any configurations are parsed.
391 jansson: parsed json in 1.3899 seconds
394 ucl: parsed input in 0.6649 seconds
404 ucl: parsed input in 0.3002 seconds
/freebsd/crypto/openssh/
H A Dssh_config8 # Configuration data is parsed as follows:

1234567