Home
last modified time | relevance | path

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

1234567

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_ref_kerb.out1 parsed (and unparsed) principal(tytso): 'tytso@ATHENA.MIT.EDU'
2 parsed (and unparsed) principal(tytso@SHAZAAM): MATCH
3 parsed (and unparsed) principal(tytso/root@VEGGIE.COM): MATCH
4 parsed (and unparsed) principal(tytso/tuber/carrot@VEGGIE.COM): MATCH
5 parsed (and unparsed) principal(tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t): 'tytso/a/b/c/d/e/f/…
6 parsed (and unparsed) principal(tytso/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t@FOO): MATCH
7 parsed (and unparsed) principal(tytso\\0/\0@B\n\t\\GAG): MATCH
8 parsed (and unparsed) principal(tytso/\n/\b\t@B\0hacky-test): MATCH
9 parsed (and unparsed) principal(\/slash/\@atsign/octa\/thorpe@\/slash\@at\/sign): MATCH
/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.c360 int arg, parsed, i; in parseargs() local
380 parsed = argc; in parseargs()
849 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/contrib/bmake/unit-tests/
H A Dcond-func.exp5 make: cond-func.mk:107: A plain function name is parsed as defined(...).
6 make: cond-func.mk: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/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/usr.sbin/ctld/
H A Dconf.cc466 bool parsed; in parse_conf() local
468 parsed = yyparse_conf(fp.get()); in parse_conf()
477 return (parsed); in parse_conf()
H A Duclparse.cc1418 bool parsed; in uclparse_conf() local
1420 parsed = uclparse_toplevel(top); in uclparse_conf()
1423 parsed = false; in uclparse_conf()
1426 parsed = false; in uclparse_conf()
1429 return (parsed); in uclparse_conf()
/freebsd/contrib/lyaml/build-aux/
H A Dluke66 end,validate_arguments=function(parsed)local luke,err=loadluke(parsed.fname)diagnose(luke~=nil,'bad…
67 fatal("no modules table in '%s', nothing to build",parsed.fname)end
68 local targets=call(function()if isempty(parsed.targets)or contains(parsed.targets,'all')then
69 return except(flatten(parsed.targets,keys(luke.modules)),'all')end
70 local r=filter(parsed.targets,function(target)if target~='install'and luke.modules[target]==nil then
82 …n,})return{clidefs=parsed.clidefs,install=install,log=parsed.log,luke=luke,valreqs=parsed.valreqs,…
/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/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.h1037 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); // NOLINT in ParseNaturalNumber() local
1040 GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); in ParseNaturalNumber()
1042 const Integer result = static_cast<Integer>(parsed); in ParseNaturalNumber()
1043 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/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/crypto/openssh/
H A Dssh_config8 # Configuration data is parsed as follows:

1234567