Home
last modified time | relevance | path

Searched refs:cmd2 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libc/gen/
HDsetmode.c57 char cmd2; member
105 common: if (set->cmd2 & CMD2_CLR) { in getmode()
107 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
108 if (set->cmd2 & CMD2_UBITS) in getmode()
110 if (set->cmd2 & CMD2_GBITS) in getmode()
112 if (set->cmd2 & CMD2_OBITS) in getmode()
115 if (set->cmd2 & CMD2_SET) { in getmode()
116 if (set->cmd2 & CMD2_UBITS) in getmode()
118 if (set->cmd2 & CMD2_GBITS) in getmode()
120 if (set->cmd2 & CMD2_OBITS) in getmode()
[all …]
/dragonfly/contrib/lvm2/dist/test/
HDlvm-utils.sh58 local cmd2=$4;
65 val2=$($cmd2 --noheadings -o $field2 $obj2)
/dragonfly/tools/regression/bin/sh/set-e/
HDcmd2.11 # $FreeBSD: head/bin/sh/tests/set-e/cmd2.1 149781 2005-09-04 11:59:59Z stefanf $
/dragonfly/usr.bin/mail/
HDMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
/dragonfly/usr.bin/sed/
HDcompile.c159 struct s_command *cmd, *cmd2, *stack; in compile_stream() local
247 cmd2 = stack; in compile_stream()
248 stack = cmd2->next; in compile_stream()
249 cmd2->next = cmd; in compile_stream()
/dragonfly/usr.bin/window/
HDMakefile5 SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
/dragonfly/contrib/tnftp/src/
HDftp.c1904 const char *volatile cmd2; in proxtrans() local
1909 cmd2 = "RETR"; in proxtrans()
1911 cmd2 = runique ? "STOU" : "STOR"; in proxtrans()
1953 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans()
1976 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1991 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()