Home
last modified time | relevance | path

Searched refs:temp_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/usr.bin/sed/
HDmain.c128 char *temp_arg; in main() local
151 if (asprintf(&temp_arg, "%s\n", optarg) == -1) in main()
153 add_compunit(CU_STRING, temp_arg); in main()
185 if (asprintf(&temp_arg, "%s\n", *argv) == -1) in main()
187 add_compunit(CU_STRING, temp_arg); in main()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp2456 for (llvm::StringRef temp_arg : temp_args.GetArgumentArrayRef()) in VerifyIDs() local
2457 if (auto bp_id = BreakpointID::ParseCanonicalReference(temp_arg)) in VerifyIDs()