Home
last modified time | relevance | path

Searched refs:ARGS (Results 1 – 25 of 88) sorted by relevance

1234

/trueos/usr.sbin/pc-sysinstall/backend/
HDfunctions-users.sh53 ARGS="${1}"
58 run_chroot_cmd "cat /.tmpPass | pw useradd ${ARGS}"
62 run_chroot_cmd "cat /.tmpPass | pw useradd ${ARGS}"
134 ARGS="-n ${USERNAME}"
138 ARGS="${ARGS} -c \"${USERCOMMENT}\""
143 ARGS="${ARGS} -h 0"
147 ARGS="${ARGS} -H 0"
150 ARGS="${ARGS} -h -"
156 ARGS="${ARGS} -s \"${USERSHELL}\""
158 ARGS="${ARGS} -s \"/nonexistant\""
[all …]
/trueos/contrib/subversion/subversion/include/private/
HDsvn_debug.h71 #define SVN_DBG(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
72 #define SVN_DBG_PROPS(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
93 #define SVN_DBG(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, SVN_DBG_OUTPUT), \ argument
94 svn_dbg__printf ARGS)
95 #define SVN_DBG_PROPS(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, \ argument
97 svn_dbg__print_props ARGS)
/trueos/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y923 #define ARGS 1 /* expect miscellaneous arguments */
936 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
937 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
938 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
939 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
941 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
943 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
944 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
945 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
956 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
HDftpcmd.c2976 #define ARGS 1 /* expect miscellaneous arguments */
2989 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
2990 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
2991 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
2992 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
2994 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
2996 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
2997 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
2998 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
3009 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
/trueos/sys/contrib/ngatm/netnatm/api/
HDccpriv.h82 #define cc_log(CC, FMT, ARGS...) do { \ argument
84 (CC) , ## ARGS); \
94 #define cc_log(CC, FMT, ARGS...) do { } while (0) argument
136 #define cc_port_log(P, FMT, ARGS...) do { \ argument
138 (P), (P)->param.port , ## ARGS); \
148 #define cc_port_log(P, FMT, ARGS...) do { } while (0) argument
323 #define cc_conn_log(C, FMT, ARGS...) do { \ argument
325 (C) , ## ARGS); \
335 #define cc_conn_log(C, FMT, ARGS...) do { } while (0) argument
388 #define cc_party_log(P, FMT, ARGS...) do { \ argument
[all …]
/trueos/contrib/opie/
HDftpcmd.y800 #define ARGS 1 /* expect miscellaneous arguments */ macro
813 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
814 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
815 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
816 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
817 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
818 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
819 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
820 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
831 { "ALLO", ALLO, ARGS, 1, "allocate storage (vacuously)" },
[all …]
/trueos/sys/compat/linux/
HDlinux_file.c83 printf(ARGS(creat, "%s, %d"), path, args->mode); in linux_creat()
193 printf(ARGS(openat, "%i, %s, 0x%x, 0x%x"), args->dfd, in linux_openat()
211 printf(ARGS(open, "%s, 0x%x, 0x%x"), in linux_open()
232 printf(ARGS(lseek, "%d, %ld, %d"), in linux_lseek()
251 printf(ARGS(llseek, "%d, %d:%d, %d"), in linux_llseek()
537 printf(ARGS(getdents, "%d, *, %d"), args->fd, args->count); in linux_getdents()
549 printf(ARGS(getdents64, "%d, *, %d"), args->fd, args->count); in linux_getdents64()
573 printf(ARGS(access, "%s, %d"), path, args->amode); in linux_access()
598 printf(ARGS(access, "%s, %d"), path, args->amode); in linux_faccessat()
619 printf(ARGS(unlink, "%s"), path); in linux_unlink()
[all …]
HDlinux_misc.c187 printf(ARGS(alarm, "%u"), args->secs); in linux_alarm()
221 printf(ARGS(brk, "%p"), (void *)(uintptr_t)args->dsend); in linux_brk()
255 printf(ARGS(uselib, "%s"), library); in linux_uselib()
487 printf(ARGS(select, "%d, %p, %p, %p, %p"), args->nfds, in linux_select()
581 printf(ARGS(mremap, "%p, %08lx, %08lx, %08lx"), in linux_mremap()
646 printf(ARGS(time, "*")); in linux_time()
688 printf(ARGS(times, "*")); in linux_times()
725 printf(ARGS(newuname, "*")); in linux_newuname()
765 printf(ARGS(utime, "%s, *"), fname); in linux_utime()
798 printf(ARGS(utimes, "%s, *"), fname); in linux_utimes()
[all …]
HDlinux_stats.c204 printf(ARGS(newstat, "%s, *"), path); in linux_newstat()
225 printf(ARGS(newlstat, "%s, *"), path); in linux_newlstat()
243 printf(ARGS(newfstat, "%d, *"), args->fd); in linux_newfstat()
296 printf(ARGS(stat, "%s, *"), path); in linux_stat()
318 printf(ARGS(lstat, "%s, *"), path); in linux_lstat()
408 printf(ARGS(statfs, "%s, *"), path); in linux_statfs()
455 printf(ARGS(statfs64, "%s, *"), path); in linux_statfs64()
474 printf(ARGS(fstatfs, "%d, *"), args->fd); in linux_fstatfs()
496 printf(ARGS(ustat, "%d, *"), args->dev); in linux_ustat()
549 printf(ARGS(stat64, "%s, *"), filename); in linux_stat64()
[all …]
HDlinux_signal.c183 printf(ARGS(signal, "%d, %p"), in linux_signal()
205 printf(ARGS(rt_sigaction, "%ld, %p, %p, %ld"), in linux_rt_sigaction()
274 printf(ARGS(sigprocmask, "%d, *, *"), args->how); in linux_sigprocmask()
305 printf(ARGS(rt_sigprocmask, "%d, %p, %p, %ld"), in linux_rt_sigprocmask()
338 printf(ARGS(sgetmask, "")); in linux_sgetmask()
357 printf(ARGS(ssetmask, "%08lx"), (unsigned long)args->mask); in linux_ssetmask()
386 printf(ARGS(sigpending, "*")); in linux_sigpending()
415 printf(ARGS(rt_sigpending, "*")); in linux_rt_sigpending()
445 printf(ARGS(rt_sigtimedwait, "*")); in linux_rt_sigtimedwait()
521 printf(ARGS(kill, "%d, %d"), args->pid, args->signum); in linux_kill()
[all …]
/trueos/libexec/ftpd/
HDftpcmd.y1045 #define ARGS 1 /* expect miscellaneous arguments */
1070 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1071 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
1072 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1073 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1074 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2..." },
1076 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1077 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
1078 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1079 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
[all …]
/trueos/contrib/gdb/include/
HDansidecl.h152 #define PARAMS(ARGS) ARGS argument
153 #define VPARAMS(ARGS) ARGS argument
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDexecsnoop_example.txt6 UID PID PPID ARGS
23 UID PID PPID ARGS
54 STRTIME UID PID PPID ARGS
71 STRTIME UID PID PPID ARGS
HDtcl_who_example.txt10 PID UID CALLS ARGS
15 that Tcl called. The ARGS column shows the process name and arguments given
/trueos/contrib/nvi/ex/
HDex_argv.c352 qsort(exp->args + off, exp->argsoff - off, sizeof(ARGS *), argv_comp); in argv_flt_user()
463 ARGS *ap; in argv_alloc()
476 REALLOC(sp, exp->args, ARGS **, cnt * sizeof(ARGS *)); in argv_alloc()
481 memset(&exp->args[exp->argscnt], 0, INCREMENT * sizeof(ARGS *)); in argv_alloc()
487 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS)); in argv_alloc()
510 CALLOC(sp, exp->args[off], ARGS *, 1, sizeof(ARGS)); in argv_alloc()
646 qsort(exp->args + off, exp->argsoff - off, sizeof(ARGS *), argv_comp); in argv_flt_path()
657 return (STRCMP((*(ARGS **)a)->bp, (*(ARGS **)b)->bp)); in argv_comp()
HDex_display.c29 static int is_prefix __P((ARGS *, CHAR_T *));
43 ARGS *arg; in ex_display()
75 is_prefix(ARGS *arg, CHAR_T *str) in is_prefix()
/trueos/contrib/gcclibs/include/
HDansidecl.h155 #define PARAMS(ARGS) ARGS argument
158 #define VPARAMS(ARGS) ARGS argument
/trueos/contrib/binutils/include/
HDansidecl.h155 #define PARAMS(ARGS) ARGS argument
158 #define VPARAMS(ARGS) ARGS argument
/trueos/sys/i386/linux/
HDlinux_machdep.c138 printf(ARGS(execve, "%s"), newpath); in linux_execve()
296 printf(ARGS(old_select, "%p"), args->ptr); in linux_old_select()
385 printf(ARGS(mmap2, "%p, %d, %d, 0x%08x, %d, %d"), in linux_mmap2()
407 printf(ARGS(mmap, "%p, %d, %d, 0x%08x, %d, %d"), in linux_mmap()
701 printf(ARGS(sigaction, "%d, %p, %p"), in linux_sigaction()
743 printf(ARGS(sigsuspend, "%08lx"), (unsigned long)args->mask); in linux_sigsuspend()
761 printf(ARGS(rt_sigsuspend, "%p, %d"), in linux_rt_sigsuspend()
784 printf(ARGS(pause, "")); in linux_pause()
802 printf(ARGS(sigaltstack, "%p, %p"), uap->uss, uap->uoss); in linux_sigaltstack()
833 printf(ARGS(ftruncate64, "%u, %jd"), args->fd, in linux_ftruncate64()
[all …]
/trueos/sys/amd64/linux32/
HDlinux32_machdep.c148 printf(ARGS(execve, "%s"), path); in linux_execve()
405 printf(ARGS(old_select, "%p"), args->ptr); in linux_old_select()
482 printf(ARGS(mmap2, "0x%08x, %d, %d, 0x%08x, %d, %d"), in linux_mmap2()
504 printf(ARGS(mmap, "0x%08x, %d, %d, 0x%08x, %d, %d"), in linux_mmap()
720 printf(ARGS(sigaction, "%d, %p, %p"), in linux_sigaction()
762 printf(ARGS(sigsuspend, "%08lx"), (unsigned long)args->mask); in linux_sigsuspend()
780 printf(ARGS(rt_sigsuspend, "%p, %d"), in linux_rt_sigsuspend()
803 printf(ARGS(pause, "")); in linux_pause()
821 printf(ARGS(sigaltstack, "%p, %p"), uap->uss, uap->uoss); in linux_sigaltstack()
852 printf(ARGS(ftruncate64, "%u, %jd"), args->fd, in linux_ftruncate64()
[all …]
/trueos/contrib/ofed/libibcm/config/
HDcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/trueos/contrib/ntp/
HDcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/trueos/contrib/ofed/librdmacm/config/
HDcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/trueos/crypto/heimdal/
HDcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/trueos/contrib/ntp/sntp/
HDcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining

1234