Searched refs:args (Results 76 - 100 of 1833) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/xz/src/xz/
H A Dmain.c59 read_name(const args_info *args) argument
81 const int c = fgetc(args->files_file);
83 if (ferror(args->files_file)) {
90 args->files_name, strerror(errno));
94 if (feof(args->files_file)) {
98 args->files_name);
103 if (c == args->files_delim) {
123 "of `--files'?"), args->files_name);
170 args_info args; local
171 args_parse(&args, arg
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_ffs.c62 struct ffstestargs *args; local
79 args = calloc(1, sizeof(*args));
80 if (args == NULL)
83 snprintf(args->ta_devpath, MAXPATHLEN, "/dev/device%d.ffs", num);
84 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
85 args->ta_uargs.fspec = args->ta_devpath;
87 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
89 free(args);
104 struct ffstestargs *args = buf; local
126 struct ffstestargs *args = buf; local
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dpkeyparam.c72 char **args, *infile = NULL, *outfile = NULL; local
89 args = argv + 1;
90 while (!badarg && *args && *args[0] == '-') {
91 if (!strcmp(*args, "-in")) {
92 if (args[1]) {
93 args++;
94 infile = *args;
97 } else if (!strcmp(*args, "-out")) {
98 if (args[
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4remoteudp.ksh70 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
71 args[4]->ipv4_protocol == IPPROTO_UDP/
77 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest"/
H A Dtst.remotetcpstate.ksh98 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
99 args[4]->ipv4_protocol == IPPROTO_TCP/
105 /args[2]->ip_saddr == "$source" && args[2]->ip_daddr == "$dest" &&
106 args[4]->tcp_dport == $tcpport/
112 /args[2]->ip_saddr == "$dest" && args[2]->ip_daddr == "$source" &&
113 args[4]->ipv4_protocol == IPPROTO_TCP/
119 /args[
[all...]
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dmakecontext.c39 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
46 uint64_t *args; local
71 args = sp - 6;
83 args[i] = va_arg(ap, uint64_t);
86 args[i] = 0;
90 ucp->uc_mcontext.mc_rdx = (register_t)args;
98 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) argument
100 (*func)(args[0], args[1], args[
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp22 CodeGenOpt::Level lld::args::getCGOptLevel(int optLevelLTO) {
29 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key,
31 auto *a = args.getLastArg(key);
39 StringRef spelling = args.getArgString(a->getIndex());
44 std::vector<StringRef> lld::args::getStrings(opt::InputArgList &args, int id) { argument
46 for (auto *arg : args.filtered(id))
51 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, in argument
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c73 linux_creat(struct thread *td, struct linux_creat_args *args) argument
78 LCONVPATHEXIST(td, args->path, &path);
81 printf(ARGS(creat, "%s, %d"), path, args->mode);
84 O_WRONLY | O_CREAT | O_TRUNC, args->mode);
182 linux_openat(struct thread *td, struct linux_openat_args *args) argument
187 dfd = (args->dfd == LINUX_AT_FDCWD) ? AT_FDCWD : args->dfd;
188 if (args->flags & LINUX_O_CREAT)
189 LCONVPATH_AT(td, args->filename, &path, 1, dfd);
191 LCONVPATH_AT(td, args
202 linux_open(struct thread *td, struct linux_open_args *args) argument
220 linux_lseek(struct thread *td, struct linux_lseek_args *args) argument
233 linux_llseek(struct thread *td, struct linux_llseek_args *args) argument
329 linux_getdents(struct thread *td, struct linux_getdents_args *args) argument
411 linux_getdents64(struct thread *td, struct linux_getdents64_args *args) argument
490 linux_readdir(struct thread *td, struct linux_readdir_args *args) argument
546 linux_access(struct thread *td, struct linux_access_args *args) argument
570 linux_faccessat(struct thread *td, struct linux_faccessat_args *args) argument
595 linux_unlink(struct thread *td, struct linux_unlink_args *args) argument
623 linux_unlinkat(struct thread *td, struct linux_unlinkat_args *args) argument
654 linux_chdir(struct thread *td, struct linux_chdir_args *args) argument
672 linux_chmod(struct thread *td, struct linux_chmod_args *args) argument
691 linux_fchmodat(struct thread *td, struct linux_fchmodat_args *args) argument
711 linux_mkdir(struct thread *td, struct linux_mkdir_args *args) argument
729 linux_mkdirat(struct thread *td, struct linux_mkdirat_args *args) argument
748 linux_rmdir(struct thread *td, struct linux_rmdir_args *args) argument
765 linux_rename(struct thread *td, struct linux_rename_args *args) argument
790 linux_renameat(struct thread *td, struct linux_renameat_args *args) argument
817 linux_symlink(struct thread *td, struct linux_symlink_args *args) argument
842 linux_symlinkat(struct thread *td, struct linux_symlinkat_args *args) argument
869 linux_readlink(struct thread *td, struct linux_readlink_args *args) argument
889 linux_readlinkat(struct thread *td, struct linux_readlinkat_args *args) argument
910 linux_truncate(struct thread *td, struct linux_truncate_args *args) argument
929 linux_truncate64(struct thread *td, struct linux_truncate64_args *args) argument
948 linux_ftruncate(struct thread *td, struct linux_ftruncate_args *args) argument
956 linux_link(struct thread *td, struct linux_link_args *args) argument
982 linux_linkat(struct thread *td, struct linux_linkat_args *args) argument
1110 linux_mount(struct thread *td, struct linux_mount_args *args) argument
1169 linux_oldumount(struct thread *td, struct linux_oldumount_args *args) argument
1181 linux_umount(struct thread *td, struct linux_umount_args *args) argument
1310 fcntl_common(struct thread *td, struct linux_fcntl_args *args) argument
1437 linux_fcntl(struct thread *td, struct linux_fcntl_args *args) argument
1450 linux_fcntl64(struct thread *td, struct linux_fcntl64_args *args) argument
1504 linux_chown(struct thread *td, struct linux_chown_args *args) argument
1523 linux_fchownat(struct thread *td, struct linux_fchownat_args *args) argument
1549 linux_lchown(struct thread *td, struct linux_lchown_args *args) argument
1589 linux_fadvise64(struct thread *td, struct linux_fadvise64_args *args) argument
1602 linux_fadvise64_64(struct thread *td, struct linux_fadvise64_64_args *args) argument
1616 linux_pipe(struct thread *td, struct linux_pipe_args *args) argument
1641 linux_pipe2(struct thread *td, struct linux_pipe2_args *args) argument
1673 linux_dup3(struct thread *td, struct linux_dup3_args *args) argument
1692 linux_fallocate(struct thread *td, struct linux_fallocate_args *args) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.c53 * Read the command pipe for the function to execute, gather the args
60 char *cmdbuf, *tmpbuf, **args, **tmpargs; local
88 args = NULL;
98 tmpargs = realloc(args,
101 err(1, "slave realloc of args array "
104 args = tmpargs;
106 args[argslen] = malloc(len + 1);
108 if (args[argslen] == NULL)
110 " for args failed", len);
115 args[argsle
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_shell.c63 * imgp->args->begin_argv is the minimal successful exit requirement.
172 if (imgp->args->fname != NULL) {
173 fname = imgp->args->fname;
177 sbuf_printf(sname, "/dev/fd/%d", imgp->args->fd);
194 length = (imgp->args->argc == 0) ? 0 :
195 strlen(imgp->args->begin_argv) + 1; /* bytes to delete */
197 if (offset > imgp->args->stringspace + length) {
203 bcopy(imgp->args->begin_argv + length, imgp->args->begin_argv + offset,
204 imgp->args
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/lfs/
H A Dt_pr.c34 struct ufs_args args; local
40 memset(&args, 0, sizeof(args));
41 args.fspec = __UNCONST(FAKEBLK);
47 if (rump_sys_mount(MOUNT_LFS, "/mp", 0, &args, sizeof(args)) == -1)
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfnmatch.h31 #define __P(args) args
34 #define __P(args) ()
/freebsd-11-stable/contrib/gdb/include/
H A Dfnmatch.h31 #define __P(args) args
34 #define __P(args) ()
/freebsd-11-stable/contrib/binutils/gas/
H A Dmessages.c129 va_list args; local
132 va_start (args, format);
133 vfprintf (stderr, format, args);
134 va_end (args);
143 va_list args; local
146 va_start (args);
147 vfprintf (stderr, format, args);
148 va_end (args);
184 va_list args; local
189 va_start (args, forma
201 va_list args; local
222 va_list args; local
241 va_list args; local
285 va_list args; local
301 va_list args; local
320 va_list args; local
338 va_list args; local
358 va_list args; local
378 va_list args; local
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dfnmatch.h31 #define __P(args) args
34 #define __P(args) ()
/freebsd-11-stable/etc/periodic/daily/
H A D110.clean-tmps29 args="-atime +$daily_clean_tmps_days -mtime +$daily_clean_tmps_days"
30 args="${args} -ctime +$daily_clean_tmps_days"
33 args="$args "`echo " ${daily_clean_tmps_ignore% }" |
48 find -x -d . -type f $args -delete $print
/freebsd-11-stable/share/dtrace/
H A Dsiftr38 siftr_dir_string[args[0]->direction],
39 tcp_state_string[args[0]->conn_state],
40 args[0]->tcp_localport,
41 args[0]->tcp_foreignport);
43 args[0]->snd_cwnd,
44 args[0]->snd_wnd,
45 args[0]->rcv_wnd,
46 args[0]->snd_bwnd,
47 args[0]->snd_ssthresh);
49 args[
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dvfprintf.c39 vfprintf(f, fmt, args)
42 va_list args;
52 ret = _doprnt(fmt, args, f);
/freebsd-11-stable/contrib/netbsd-tests/net/bpf/
H A Dh_bpf.h86 bpf_args_t args; local
89 args.pkt = (const uint8_t *)pkt;
90 args.buflen = pktsize;
91 args.wirelen = pktsize;
97 res = fn(NULL, &args);
115 bpf_args_t args; local
118 args.pkt = init_mchain2(&mb1, &mb2, pkt, pktsize, split);
119 args.buflen = 0;
120 args.wirelen = pktsize;
121 args
139 bpf_args_t args; local
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dmode.h41 extern int cmdmode(const char *cmd, const char *args);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h88 struct make_dev_args args; local
97 make_dev_args_init(&args);
98 args.mda_devsw = &linuxcdevsw;
99 args.mda_uid = 0;
100 args.mda_gid = 0;
101 args.mda_mode = 0700;
102 args.mda_si_drv1 = cdev;
104 error = make_dev_s(&args, &cdev->cdev, "%s",
116 struct make_dev_args args; local
122 make_dev_args_init(&args);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVASPrintf.h17 bool VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetarg.c88 mandoc_template(struct getargs *args, argument
123 if(ISFLAG(args[i]) ||
124 args[i].short_name == 0 || args[i].long_name == NULL) {
127 if(args[i].short_name) {
128 print_arg(buf, sizeof(buf), 1, 0, args + i, i18n);
129 printf("Fl %c%s", args[i].short_name, buf);
130 if(args[i].long_name)
133 if(args[i].long_name) {
134 print_arg(buf, sizeof(buf), 1, 1, args
210 arg_printusage(struct getargs *args, size_t num_args, const char *progname, const char *extra_string) argument
220 arg_printusage_i18n(struct getargs *args, size_t num_args, const char *usage, const char *progname, const char *extra_string, char *(*i18n)(const char *)) argument
348 arg_match_long(struct getargs *args, size_t num_args, char *argv, int argc, char **rargv, int *goptind) argument
473 arg_match_short(struct getargs *args, size_t num_args, char *argv, int argc, char **rargv, int *goptind) argument
545 getarg(struct getargs *args, size_t num_args, int argc, char **argv, int *goptind) argument
587 struct getargs args[] = { variable in typeref:struct:getargs
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c244 nvlist_t *args = fnvlist_alloc(); local
245 fnvlist_add_int32(args, "type", (dmu_objset_type_t)type);
247 fnvlist_add_nvlist(args, "props", props);
248 error = lzc_ioctl(ZFS_IOC_CREATE, fsname, args, NULL);
249 nvlist_free(args);
258 nvlist_t *args = fnvlist_alloc(); local
259 fnvlist_add_string(args, "origin", origin);
261 fnvlist_add_nvlist(args, "props", props);
262 error = lzc_ioctl(ZFS_IOC_CLONE, fsname, args, NULL);
263 nvlist_free(args);
293 nvlist_t *args = fnvlist_alloc(); local
321 nvlist_t *args = fnvlist_alloc(); local
346 nvlist_t *args; local
398 nvlist_t *args; local
424 nvlist_t *args; local
496 nvlist_t *args; local
609 nvlist_t *args; local
650 nvlist_t *args; local
838 nvlist_t *args; local
863 nvlist_t *args; local
974 nvlist_t *args; local
1058 nvlist_t *args = fnvlist_alloc(); local
1087 nvlist_t *args = fnvlist_alloc(); local
1143 nvlist_t *args = fnvlist_alloc(); local
[all...]
/freebsd-11-stable/sys/kgssapi/
H A Dgss_init_sec_context.c62 struct init_sec_context_args args; local
73 args.uid = curthread->td_ucred->cr_uid;
75 args.cred = initiator_cred_handle->handle;
77 args.cred = 0;
79 args.ctx = ctx->handle;
81 args.ctx = 0;
82 args.name = target_name->handle;
83 args.mech_type = input_mech_type;
84 args.req_flags = req_flags;
85 args
[all...]

Completed in 180 milliseconds

1234567891011>>