Searched refs:another (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix.exp7 another command
12 echo another command
18 { echo another command
H A Dmodmisc.mk13 # another mod - pretend it is more interesting
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c48 * `Another' gets another argument, and stores the new argc and argv.
54 another(int *pargc, char ***pargv, char *prompt) function
94 another(&argc, &argv, "to");
387 if (argc < 2 && !another(&argc, &argv, "local-file"))
389 if (argc < 3 && !another(&argc, &argv, "remote-file")) {
452 if (argc < 2 && !another(&argc, &argv, "local-files")) {
610 if ((argc < 2 && !another(&argc, &argv, "remote-file")) ||
611 (argc < 3 && !another(&argc, &argv, "local-file"))) {
721 if (argc < 2 && !another(&argc, &argv, "remote-files")) {
1032 if (argc < 2 && !another(
[all...]
H A Dextern.h56 int another (int *, char ***, char *);
H A Ddomacro.c44 if (argc < 2 && !another(&argc, &argv, "macro name")) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c423 if (argc == 0 || (argc == 1 && !another(&argc, &argv, "local-file")))
425 if ((argc < 3 && !another(&argc, &argv, "remote-file")) || argc > 3) {
470 if (argc == 0 || (argc == 1 && !another(&argc, &argv, "local-files"))) {
595 if (argc == 0 || (argc == 1 && !another(&argc, &argv, "remote-file")))
597 if ((argc < 3 && !another(&argc, &argv, "local-file")) || argc > 3) {
694 (argc == 1 && !another(&argc, &argv, "remote-files"))) {
1149 (argc == 1 && !another(&argc, &argv, "remote-directory"))) {
1208 (argc == 1 && !another(&argc, &argv, "remote-file"))) {
1228 (argc == 1 && !another(&argc, &argv, "remote-files"))) {
1266 if (argc == 0 || (argc == 1 && !another(
[all...]
H A Ddomacro.c63 (argc < 2 && !another(&argc, &argv, "macro name"))) {
H A Dextern.h103 int another(int *, char ***, const char *);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm17 ! distribution when not linked into another program.)
H A Dcygwin.asm17 * distribution when not linked into another program.)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrti.asm15 # distribution when not linked into another program.)
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk21 # if another process made a dir that mkdir expected to.
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh118 another old file
123 another new file
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm15 # distribution when not linked into another program.)
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm16 distribution when not linked into another program.)
H A Deabi-cn.asm16 distribution when not linked into another program.)
H A Dsol-ci.asm17 # distribution when not linked into another program.)
H A Dsol-cn.asm17 # distribution when not linked into another program.)
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm17 ! distribution when not linked into another program.)
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.obj.mk20 # if another process made a dir that mkdir expected to.
H A Dsys.mk119 # A race condition in mkdir, means that it can bail if another
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c183 another:
193 goto another;
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl119 * copied and put under another distribution licence
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl87 * copied and put under another distribution licence
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc466 // The destination file probably exists and is currently open in another
496 // Again, another process might have raced with us and moved the file
525 // this point, so try to rename the source file again. Still, another
1274 // vector's size, pushing another one will just consume that byte. So we

Completed in 175 milliseconds

123