Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dmain.c117 char *temp_arg; in main() local
140 if (asprintf(&temp_arg, "%s\n", optarg) == -1) in main()
142 add_compunit(CU_STRING, temp_arg); in main()
174 if (asprintf(&temp_arg, "%s\n", *argv) == -1) in main()
176 add_compunit(CU_STRING, temp_arg); in main()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2456 for (llvm::StringRef temp_arg : temp_args.GetArgumentArrayRef()) in VerifyIDs() local
2457 if (auto bp_id = BreakpointID::ParseCanonicalReference(temp_arg)) in VerifyIDs()