Searched defs:args (Results 26 - 50 of 1059) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3653 void TargetProperties::SetRunArguments(const Args &args) { argument
3895 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { argument
3977 Args args; local
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c303 struct make_dev_args args; local
/freebsd-11-stable/sys/sys/
H A Dimgact.h76 struct image_args *args; /* system call arguments */ member in struct:image_params
H A Dmbuf.h731 struct mb_args args; local
744 struct mb_args args; local
757 struct mb_args args; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c213 struct image_args args; local
238 struct image_args args; local
268 struct image_args args; local
337 kern_execve(struct thread *td, struct image_args *args, struct mac *mac_p, struct vmspace *oldvmspace) argument
353 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p, struct vmspace *oldvmspace) argument
1181 exec_copyin_args(struct image_args *args, char *fname, enum uio_seg segflg, char **argv, char **envv) argument
1275 exec_copyin_data_fds(struct thread *td, struct image_args *args, const void *data, size_t datalen, const int *fds, size_t fdslen) argument
1452 exec_alloc_args(struct image_args *args) argument
1460 exec_free_args(struct image_args *args) argument
[all...]
H A Dkern_sig.c3721 nosys(struct thread *td, struct nosys_args *args) argument
H A Dimgact_elf.c1114 Elf_Auxargs *args = (Elf_Auxargs *)imgp->auxargs; local
[all...]
H A Dkern_mbuf.c407 struct mb_args *args; local
568 struct mb_args *args; local
780 struct mb_args args; local
814 struct mb_args args; local
[all...]
H A Dinit_main.c729 struct execve_args args; local
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c325 freebsd32_exec_copyin_args(struct image_args *args, char *fname, argument
[all...]
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c49 struct image_args args; local
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c3915 struct fill_search_info_args args; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1701 void *args[argc]; local
H A Dkmp_gsupport.cpp1767 template <typename T> void __kmp_GOMP_doacross_wait(T first, va_list args) { argument
1811 va_list args; local
1826 va_list args; local
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_fork.c68 linux_fork(struct thread *td, struct linux_fork_args *args) argument
104 linux_vfork(struct thread *td, struct linux_vfork_args *args) argument
141 linux_clone_proc(struct thread *td, struct linux_clone_args *args) argument
262 linux_clone_thread(struct thread *td, struct linux_clone_args *args) argument
400 linux_clone(struct thread *td, struct linux_clone_args *args) argument
410 linux_exit(struct thread *td, struct linux_exit_args *args) argument
433 linux_set_tid_address(struct thread *td, struct linux_set_tid_address_args *args) argument
[all...]
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1282 const char *args[6]; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c3890 nvlist_t *args; local
4492 nvlist_t *args; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp78 bool link(ArrayRef<const char *> args, bool canExitEarly, raw_ostream &stdoutOS, argument
360 static const char *getReproduceOption(opt::InputArgList &args) { argument
366 static bool hasZOption(opt::InputArgList &args, StringRe argument
373 getZFlag(opt::InputArgList &args, StringRef k1, StringRef k2, bool Default) argument
384 getZSeparate(opt::InputArgList &args) argument
397 getZGnuStack(opt::InputArgList &args) argument
429 checkZOptions(opt::InputArgList &args) argument
437 opt::InputArgList args = parser.parse(argsArr.slice(1)); local
524 getRpath(opt::InputArgList &args) argument
531 getUnresolvedSymbolPolicy(opt::InputArgList &args) argument
567 getTarget2(opt::InputArgList &args) argument
579 isOutputFormatBinary(opt::InputArgList &args) argument
588 getDiscard(opt::InputArgList &args) argument
603 getDynamicLinker(opt::InputArgList &args) argument
615 getICF(opt::InputArgList &args) argument
624 getStrip(opt::InputArgList &args) argument
636 parseSectionAddress(StringRef s, opt::InputArgList &args, const opt::Arg &arg) argument
646 getSectionStartMap(opt::InputArgList &args) argument
664 getSortSection(opt::InputArgList &args) argument
675 getOrphanHandling(opt::InputArgList &args) argument
690 getBuildId(opt::InputArgList &args) argument
715 getPackDynRelocs(opt::InputArgList &args) argument
784 getCompressDebugSections(opt::InputArgList &args) argument
801 getOldNewOptions(opt::InputArgList &args, unsigned id) argument
836 readConfigs(opt::InputArgList &args) argument
1124 setConfigs(opt::InputArgList &args) argument
1178 createFiles(opt::InputArgList &args) argument
1301 getMaxPageSize(opt::InputArgList &args) argument
1316 getCommonPageSize(opt::InputArgList &args) argument
1333 getImageBase(opt::InputArgList &args) argument
1353 getExcludeLibs(opt::InputArgList &args) argument
1375 excludeLibs(opt::InputArgList &args) argument
1492 findKeepUniqueSections(opt::InputArgList &args) argument
1636 addWrappedSymbols(opt::InputArgList &args) argument
1731 link(opt::InputArgList &args) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2365 static Visibility parseVisibility(Arg *arg, ArgList &args, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6111 ObjCRuntime Clang::AddObjCRuntimeArgs(const ArgList &args, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp401 bool TargetCodeGenInfo::isNoProtoCallVariadic(const CallArgList &args, argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c840 char *args[MAXSMTPARG local
[all...]
H A Dreadcf.c357 int args, endtoken; local
H A Dmime.c93 struct args struct
/freebsd-11-stable/contrib/sendmail/rmail/
H A Drmail.c103 char **args, buf[2048], lbuf[2048]; local
[all...]

Completed in 573 milliseconds

1234567891011>>