Searched refs:ARGS (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-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}
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_debug.h71 #define SVN_DBG(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL)
72 #define SVN_DBG_PROPS(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL)
93 #define SVN_DBG(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, SVN_DBG_OUTPUT), \
94 svn_dbg__printf ARGS)
95 #define SVN_DBG_PROPS(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, \
97 svn_dbg__print_props ARGS)
/freebsd-11-stable/contrib/nvi/common/
H A Dargs.h19 * structure or to walk the array until an ARGS structure with a length of 0
29 } ARGS; typedef in typeref:struct:_args
/freebsd-11-stable/crypto/heimdal/
H A Dcompile39 Usage: compile [--help] [--version] PROGRAM [ARGS]
42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h82 #define cc_log(CC, FMT, ARGS...) do { \
84 (CC) , ## ARGS); \
94 #define cc_log(CC, FMT, ARGS...) do { } while (0)
136 #define cc_port_log(P, FMT, ARGS...) do { \
138 (P), (P)->param.port , ## ARGS); \
148 #define cc_port_log(P, FMT, ARGS...) do { } while (0)
323 #define cc_conn_log(C, FMT, ARGS...) do { \
325 (C) , ## ARGS); \
335 #define cc_conn_log(C, FMT, ARGS...) do { } while (0)
388 #define cc_party_log(P, FMT, ARGS
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.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,
[all...]
H A Dftpcmd.c2979 #define ARGS 1 /* expect miscellaneous arguments */
2992 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
2993 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
2994 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
2995 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4" },
2997 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
2999 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
3000 { "STRU", STRU, ARGS, 1, "(specify file structure)" },
3001 { "MODE", MODE, ARGS, 1, "(specify transfer mode)" },
3012 { "ALLO", ALLO, ARGS,
2976 #define ARGS macro
[all...]
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_display.c29 static int is_prefix(ARGS *, CHAR_T *);
43 ARGS *arg;
75 is_prefix(ARGS *arg, CHAR_T *str)
H A Dex_preserve.c71 ARGS *ap;
H A Dex.h121 ARGS **argv; /* Command: array of arguments. */
171 ARGS **args; /* Command: argument list. */
H A Dex_abbrev.c103 ARGS *ap;
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h155 #define PARAMS(ARGS) ARGS
158 #define VPARAMS(ARGS) ARGS
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h152 #define PARAMS(ARGS) ARGS
153 #define VPARAMS(ARGS) ARGS
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h155 #define PARAMS(ARGS) ARGS
158 #define VPARAMS(ARGS) ARGS
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh28 ARGS=$1
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y800 #define ARGS 1 /* expect miscellaneous arguments */
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,
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.c81 printf(ARGS(creat, "%s, %d"), path, args->mode);
194 printf(ARGS(openat, "%i, %s, 0x%x, 0x%x"), args->dfd,
212 printf(ARGS(open, "%s, 0x%x, 0x%x"),
225 printf(ARGS(lseek, "%d, %ld, %d"),
240 printf(ARGS(llseek, "%d, %d:%d, %d"),
344 printf(ARGS(getdents, "%d, *, %d"), args->fd, args->count);
426 uprintf(ARGS(getdents64, "%d, *, %d"), args->fd, args->count);
502 printf(ARGS(readdir, "%d, *"), args->fd);
559 printf(ARGS(access, "%s, %d"), path, args->amode);
584 printf(ARGS(acces
[all...]
H A Dlinux_misc.c203 printf(ARGS(alarm, "%u"), args->secs);
241 printf(ARGS(brk, "%p"), (void *)(uintptr_t)args->dsend);
275 printf(ARGS(uselib, "%s"), library);
508 printf(ARGS(select, "%d, %p, %p, %p, %p"), args->nfds,
601 printf(ARGS(mremap, "%p, %08lx, %08lx, %08lx"),
662 printf(ARGS(time, "*"));
705 printf(ARGS(times, "*"));
742 printf(ARGS(newuname, "*"));
782 printf(ARGS(utime, "%s, *"), fname);
818 printf(ARGS(utime
[all...]
H A Dlinux_getcwd.c68 printf(ARGS(getcwd, "%p, %ld"), args->buf, (long)args->bufsize);
H A Dlinux_stats.c172 printf(ARGS(newstat, "%s, *"), path);
193 printf(ARGS(newlstat, "%s, *"), path);
212 printf(ARGS(newfstat, "%d, *"), args->fd);
266 printf(ARGS(stat, "%s, *"), path);
288 printf(ARGS(lstat, "%s, *"), path);
401 printf(ARGS(statfs, "%s, *"), path);
449 printf(ARGS(statfs64, "%s, *"), path);
471 printf(ARGS(fstatfs64, "%d, *"), args->fd);
496 printf(ARGS(fstatfs, "%d, *"), args->fd);
522 printf(ARGS(usta
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1047 #define ARGS 1 /* expect miscellaneous arguments */
1072 { "SMNT", SMNT, ARGS, 0, "(structure mount)" },
1073 { "REIN", REIN, ARGS, 0, "(reinitialize server state)" },
1074 { "QUIT", QUIT, ARGS, 1, "(terminate service)", },
1075 { "PORT", PORT, ARGS, 1, "<sp> b0, b1, b2, b3, b4, b5" },
1076 { "LPRT", LPRT, ARGS, 1, "<sp> af, hal, h1, h2, h3,..., pal, p1, p2..." },
1078 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
1079 { "LPSV", LPSV, ARGS, 1, "(set server in passive mode)" },
1080 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]" },
1081 { "TYPE", TYPE, ARGS,
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
83 ARGS are passed to PROG
/freebsd-11-stable/contrib/binutils/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
54 ARGS are passed to PROG
/freebsd-11-stable/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 ARGS are passed to PROG
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c78 #define ARGS(io) \ macro
373 lba = ARGS(io)->lba + PRIV(io)->len - lbas;
433 if (ARGS(io)->flags & CTL_LLF_COMPARE) {
438 if (ARGS(io)->len > PRIV(io)->len) {
460 lbas = ARGS(io)->len - PRIV(io)->len;
487 lba = ARGS(io)->lba + PRIV(io)->len;
489 lbas = ARGS(io)->len - PRIV(io)->len;
493 op = (ARGS(io)->flags & CTL_LLF_WRITE) ? GP_WRITE : GP_READ;
528 if ((ARGS(io)->flags & CTL_LLF_READ) &&
529 ARGS(i
[all...]

Completed in 920 milliseconds

1234