| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | AssertFrameRecognizer.cpp | 26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation() argument 30 location.module_spec = FileSpec("libsystem_kernel.dylib"); in GetAbortLocation() 31 location.symbols.push_back(ConstString("__pthread_kill")); in GetAbortLocation() 34 location.module_spec = FileSpec("libc.so.6"); in GetAbortLocation() 35 location.symbols.push_back(ConstString("raise")); in GetAbortLocation() 36 location.symbols.push_back(ConstString("__GI_raise")); in GetAbortLocation() 37 location.symbols.push_back(ConstString("gsignal")); in GetAbortLocation() 38 location.symbols.push_back(ConstString("pthread_kill")); in GetAbortLocation() 39 location.symbols_are_regex = true; in GetAbortLocation() 59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation() argument [all …]
|
| /freebsd/tests/sys/sys/ |
| H A D | bitstring_test.c | 398 int location; in ATF_TC_BODY() local 404 location = 0; in ATF_TC_BODY() 405 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() 406 ATF_REQUIRE_EQ_MSG(-1, location, in ATF_TC_BODY() 413 location = 0; in ATF_TC_BODY() 414 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() 415 ATF_REQUIRE_EQ_MSG(5, location, in ATF_TC_BODY() 416 "bit_ffs_area: failed to find location of size 3 %d", location); in ATF_TC_BODY() 422 location = 0; in ATF_TC_BODY() 423 bit_ffs_area(bitstr, nbits, 3, &location); in ATF_TC_BODY() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 138 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 139 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 143 options.SetLocation(location); in NSStringSummaryProvider() 156 options.SetLocation(location + 1); in NSStringSummaryProvider() 170 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local 172 options.SetLocation(location); in NSStringSummaryProvider() 183 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local 188 location += ptr_size; in NSStringSummaryProvider() 190 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider() 194 options.SetLocation(location); in NSStringSummaryProvider() [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/sample/ |
| H A D | http-connect.c | 23 struct evhttp_uri *location; member 75 struct evhttp_uri *location = base->location; in connect_cb() local 84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb() 86 uri_path(location, buffer))); in connect_cb() 93 struct evhttp_uri *location; in main() local 108 location = uri_parse(argv[2]); in main() 114 connect_base.location = location; in main() 117 uri_hostport(location, hostport); in main() 128 evhttp_uri_free(location); in main()
|
| /freebsd/contrib/libevent/sample/ |
| H A D | http-connect.c | 23 struct evhttp_uri *location; member 75 struct evhttp_uri *location = base->location; in connect_cb() local 84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb() 86 uri_path(location, buffer))); in connect_cb() 93 struct evhttp_uri *location; in main() local 108 location = uri_parse(argv[2]); in main() 114 connect_base.location = location; in main() 117 uri_hostport(location, hostport); in main() 128 evhttp_uri_free(location); in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | CXSourceLocation.h | 80 CINDEX_LINKAGE int clang_Location_isInSystemHeader(CXSourceLocation location); 86 CINDEX_LINKAGE int clang_Location_isFromMainFile(CXSourceLocation location); 135 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location, 180 CINDEX_LINKAGE void clang_getPresumedLocation(CXSourceLocation location, 192 CINDEX_LINKAGE void clang_getInstantiationLocation(CXSourceLocation location, 219 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location, 247 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
|
| /freebsd/contrib/pam-krb5/pam-util/ |
| H A D | options.c | 158 bp = CONF_BOOL(args->config, options[opt].location); in putil_args_defaults() 162 lp = CONF_NUMBER(args->config, options[opt].location); in putil_args_defaults() 166 tp = CONF_TIME(args->config, options[opt].location); in putil_args_defaults() 170 sp = CONF_STRING(args->config, options[opt].location); in putil_args_defaults() 183 vp = CONF_LIST(args->config, options[opt].location); in putil_args_defaults() 188 vp = CONF_LIST(args->config, options[opt].location); in putil_args_defaults() 434 CONF_BOOL(args->config, opt->location)); in putil_args_krb5() 438 CONF_NUMBER(args->config, opt->location)); in putil_args_krb5() 442 CONF_TIME(args->config, opt->location)); in putil_args_krb5() 446 CONF_STRING(args->config, opt->location)); in putil_args_krb5() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 46 return SM.isBeforeInTranslationUnit(T.location(), R.getBegin()); in getTokensCovering() 50 return !SM.isBeforeInTranslationUnit(R.getEnd(), T.location()); in getTokensCovering() 156 const char *Start = SM.getCharacterData(location(), &Invalid); in text() 162 assert(location().isFileID() && "must be a spelled token"); in range() 165 std::tie(File, StartOffset) = SM.getDecomposedLoc(location()); in range() 235 SourceLocation Loc = ExpandedTokens[I].location(); in indexExpandedTokens() 277 SourceMgr->getFileID(SourceMgr->getExpansionLoc(Expanded->location()))); in spelledForExpandedToken() 392 if (!Tok || Loc < Tok->location()) in spelledTokenContaining() 420 FileID FID = SourceMgr->getFileID(FirstSpelled->location()); in spelledForExpanded() 422 if (FID != SourceMgr->getFileID(LastSpelled->location())) in spelledForExpanded() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 31 - reg : should contain the VI registers location and length 42 - reg : should contain the PI registers location and length 64 - reg : should contain the DSP registers location and length 76 - reg : should contain the SI registers location and length 87 - reg : should contain the AI registers location and length 97 - reg : should contain the EXI registers location and length 107 - reg : should contain the EHCI registers location and length 117 - reg : should contain the SDHCI registers location and length 126 - reg : should contain the IPC registers location and length 138 - reg : should contain the controller registers location and length [all …]
|
| H A D | gamecube.txt | 22 - reg : should contain the VI registers location and length 33 - reg : should contain the PI registers location and length 53 - reg : should contain the DSP registers location and length 74 - reg : should contain the DI registers location and length 85 - reg : should contain the AI registers location and length 97 - reg : should contain the SI registers location and length 107 - reg : should contain the EXI registers location and length
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_device_tbl.c | 52 free(entry_p->location); \ 99 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create() argument 106 assert((name[0] != 0) || (location[0] != 0)); in device_entry_create() 108 if (name[0] == 0 && location[0] == 0) in device_entry_create() 116 strcmp(map->location_key, location) == 0) { in device_entry_create() 153 location_len = strlen(location) + 1; in device_entry_create() 167 strlcpy(map->location_key, location, location_len); in device_entry_create() 171 name, location, map->hrIndex); in device_entry_create() 174 name, location, map->hrIndex); in device_entry_create() 192 if ((entry->location = strdup(map->location_key)) == NULL) { in device_entry_create() [all …]
|
| /freebsd/tools/tools/notescheck/ |
| H A D | notescheck.py | 28 location = "" variable 64 self.type_location = location 67 (self.name, self.type, type, location)) 174 global location 182 location = ' at %s:%d' % (file, i) 213 location = "" 228 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr) 260 print("Invalid files line: %s%s" % (line, location), file=sys.stderr)
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 6 - reg : Should contain registers location and length 10 - reg: Should contain registers location and length 18 - reg: Should contain registers location and length 24 - reg: Should contain registers location and length 40 - reg: Should contain registers location and length
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_iso9660.c | 363 int location; /* Location of Extent. */ member 426 static int register_CE(struct archive_read *a, int32_t location, 546 if (!iso9660->joliet.location) { in archive_read_format_iso9660_bid() 568 if (seenTerminator && iso9660->primary.location > 16) in archive_read_format_iso9660_bid() 641 int32_t location; in isVolumePartition() local 654 location = archive_le32dec(h + 72); in isVolumePartition() 655 if (location <= SYSTEM_AREA_BLOCK || in isVolumePartition() 656 location >= iso9660->volume_block) in isVolumePartition() 658 if ((uint32_t)location != archive_be32dec(h + 76)) in isVolumePartition() 727 iso9660->joliet.location = archive_le32dec(p + DR_extent_offset); in isJolietSVD() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | ocspapitest.c | 169 if (!TEST_ptr(ad->location)) in test_access_description() 171 GENERAL_NAME_free(ad->location); in test_access_description() 172 ad->location = NULL; in test_access_description() 175 GENERAL_NAME_free(ad->location); in test_access_description() 176 ad->location = GENERAL_NAME_new(); in test_access_description() 177 if (!TEST_ptr(ad->location)) in test_access_description()
|
| /freebsd/contrib/wpa/src/wps/ |
| H A D | wps_er_ssdp.c | 29 char *location = NULL; in wps_er_ssdp_rx() local 76 location = start; in wps_er_ssdp_rx() 113 if (!location) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
| /freebsd/sys/contrib/device-tree/Bindings/serial/ |
| H A D | efm32-uart.txt | 9 - energymicro,location : Decides the location of the USART I/O pins. 19 energymicro,location = <0>;
|
| /freebsd/contrib/libcbor/test/ |
| H A D | unicode_test.c | 20 assert_true(status.location == 1); in test_missing_bytes() 25 assert_true(status.location == 0); in test_missing_bytes() 35 assert_true(status.location == 2); in test_invalid_sequence()
|
| /freebsd/usr.sbin/autofs/autofs/ |
| H A D | include_nis_nullfs | 165 n=split($locationfield,location,":") 166 if (is_self(location[1])) { 167 $locationfield = ":" location[2]
|
| /freebsd/sys/sys/ |
| H A D | bio.h | 159 void biotrack_buf(struct bio *bp, const char *location); 162 biotrack(struct bio *bp, const char *location) in biotrack() argument 166 biotrack_buf(bp, location); in biotrack() 170 biotrack(struct bio *bp __unused, const char *location __unused) in biotrack()
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-efm32.txt | 13 - energymicro,location : Decides the location of the USART I/O pins. 25 energymicro,location = <3>;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument 74 if (!isLoad || !location.isValid()) in checkLocation() 79 if (isGlobalConstString(location)) { in checkLocation() 80 SVal V = State->getSVal(location.castAs<Loc>()); in checkLocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticHandler.cpp | 50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired); 58 cl::Hidden, cl::location(PassRemarksMissedOptLoc), cl::ValueRequired); 68 cl::Hidden, cl::location(PassRemarksAnalysisOptLoc), cl::ValueRequired);
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/ |
| H A D | zfs_load-key_common.kshlib | 65 typeset location=$2 68 if [[ "$keyloc" != "$location" ]]; then 69 log_fail "Expected keylocation $location, got $keyloc"
|
| /freebsd/usr.sbin/autofs/ |
| H A D | common.c | 178 node_new(struct node *parent, char *key, char *options, char *location, in node_new() argument 195 n->n_location = location; in node_new() 744 *options2 = NULL, *location = NULL; in parse_map_yyin() local 830 if (options2 != NULL || location != NULL) { in parse_map_yyin() 843 if (location != NULL) { in parse_map_yyin() 851 if (location != NULL) { in parse_map_yyin() 861 location = checked_strdup(yytext + 1); in parse_map_yyin() 862 if (location[0] == '\0') { in parse_map_yyin() 867 location = checked_strdup(yytext); in parse_map_yyin() 877 mountpoint, options2, location); in parse_map_yyin() [all …]
|