Home
last modified time | relevance | path

Searched refs:quick (Results 1 – 25 of 55) sorted by relevance

123

/dflybsd-src/tools/snapshots/
H A Ddoclean26 set quick = 1
30 set quick = 1
68 if ( $?quick == 0 ) then
90 unset quick
94 unset quick
156 if ( $?quick ) then
H A Ddobuild25 set quick = 1
30 set quick = 1
/dflybsd-src/share/examples/pf/
H A Dfaq-example137 pass quick on lo0 all
39 block drop in quick on $ext_if from $priv_nets to any
40 block drop out quick on $ext_if from any to $priv_nets
/dflybsd-src/usr.bin/who/
H A Dwho.c60 static void quick(const char *);
170 quick(NULL); in main()
179 quick(*argv); in main()
367 quick(const char *fname) in quick() function
/dflybsd-src/games/sail/
H A Dmisc.c160 portside(struct ship *from, struct ship *on, int quick) in portside() argument
167 if (quick == -1) { in portside()
172 if (quick != 0) in portside()
/dflybsd-src/sbin/hammer/
H A Dcmd_recover.c137 int quick = 0; in hammer_cmd_recover() local
149 quick = 1; in hammer_cmd_recover()
151 assert(!full || !quick); in hammer_cmd_recover()
161 full ? "full " : quick ? "quick " : "", in hammer_cmd_recover()
173 if (quick) { in hammer_cmd_recover()
/dflybsd-src/nrelease/
H A DMakefile140 quick: quickrel target
180 ${.TARGET:C/build(.*)2/quick\1/:C/1//} )
186 ${.TARGET:C/build(.*)2/quick\1/:C/1//} )
484 .PHONY: quick realquick
/dflybsd-src/contrib/mdocml/
H A Droff_int.h40 int quick; /* Abort parse early. */ member
H A Dman.c252 if (man->quick && tok == MAN_SH) { in man_pmacro()
H A Dmdoc.c390 if (mdoc->quick && MDOC_Sh == tok && in mdoc_pmacro()
/dflybsd-src/contrib/bmake/
H A Dinstall-sh52 # Simon J. Gerraty <sjg@quick.com.au>
68 # sjg@quick.com.au
H A DChangeLog3866 Tue Aug 21 02:29:34 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3880 Tue Jun 26 23:45:11 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3884 Tue Jun 12 16:48:57 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3889 Sun Jun 10 21:55:21 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3894 Sat Jun 9 00:11:24 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3924 Fri Jun 1 14:08:02 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3932 Thu May 31 01:44:54 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3947 Wed May 30 23:17:18 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3956 Tue May 29 02:20:07 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
3972 Thu May 24 15:41:37 2001 Simon J. Gerraty <sjg@zen.quick.com.au>
[all …]
/dflybsd-src/usr.sbin/pfctl/
H A Dparse.y404 u_int8_t quick; member
491 %type <v.logquick> logquick quick log logopts logopt
774 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
824 r.quick = $4.quick;
1051 if ($3.quick) {
1209 r.quick = $2.quick;
1260 r.quick = $2.quick;
1933 r.quick = $3.quick;
2564 quick : /* empty */ { $$.quick = 0; }
2565 | QUICK { $$.quick = 1; }
[all …]
/dflybsd-src/usr.sbin/mptutil/
H A Dmpt_config.c589 int ch, error, fd, i, quick, raid_type, verbose; in create_volume() local
624 quick = 0; in create_volume()
636 quick = 1; in create_volume()
705 vol->VolumeID, 0, quick ? MPI_RAID_ACTION_ADATA_DO_NOT_SYNC : 0, in create_volume()
/dflybsd-src/usr.bin/tip/
H A DTODO31 5. write a program to list known systems (a quick shell script
/dflybsd-src/contrib/smbfs/
H A DINSTALL54 Here is a quick example:
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dar.c56 (bfd *, char **files_to_replace, bfd_boolean quick);
1345 replace_members (bfd *arch, char **files_to_move, bfd_boolean quick) in replace_members() argument
1354 if (! quick) in replace_members()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dar.c57 (bfd *, char **files_to_replace, bfd_boolean quick);
1412 replace_members (bfd *arch, char **files_to_move, bfd_boolean quick) in replace_members() argument
1421 if (! quick) in replace_members()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2read.c567 struct dwarf2_per_cu_quick_data *quick; member
2288 ? per_cu->v.quick->symtab == NULL in dw2_do_instantiate_symtab()
2312 if (!per_cu->v.quick->symtab) in dw2_instantiate_symtab()
2320 return per_cu->v.quick->symtab; in dw2_instantiate_symtab()
2405 the_cu->v.quick = OBSTACK_ZALLOC (&objfile->objfile_obstack, in create_cus_from_index_list()
2479 sig_type->per_cu.v.quick in create_signatured_type_table_from_index()
2858 this_cu->v.quick->no_file_data = 1; in dw2_get_file_names_reader()
2893 lh_cu->v.quick->file_names = *slot; in dw2_get_file_names_reader()
2901 lh_cu->v.quick->no_file_data = 1; in dw2_get_file_names_reader()
2922 lh_cu->v.quick->file_names = qfn; in dw2_get_file_names_reader()
[all …]
/dflybsd-src/test/vkernel/
H A DMakefile26 quick: quickkernel reinstallkernel target
/dflybsd-src/sys/bus/smbus/
H A Dsmbus_if.m57 METHOD int quick {
/dflybsd-src/test/x86_64/
H A DMakefile29 quick: quickkernel64 reinstallkernel64 target
/dflybsd-src/sys/netgraph7/
H A DNOTES95 use the node ID in the return address field for quick response delivery.
/dflybsd-src/contrib/cvs-1.12/
H A DREADME72 compatibility between CVS versions. The quick summary is that as long
/dflybsd-src/usr.sbin/ftp-proxy/
H A Dfilter.c291 pfr.rule.quick = 1; in prepare_rule()

123