/src/bin/sh/ |
error.c | 5 * The Regents of the University of California. All rights reserved. 309 #define ALL (E_OPEN|E_CREAT|E_EXEC) 312 { EINTR, ALL, "interrupted" }, 314 { EACCES, ALL, "permission denied" }, 315 { EIO, ALL, "I/O error" }, 316 { EEXIST, ALL, "file exists" }, 323 { EISDIR, ALL, "is a directory" }, 325 { EMFILE, ALL, "too many open files" }, 327 { ENFILE, ALL, "file table overflow" }, 328 { ENOSPC, ALL, "file system full" } [all...] |
/src/sys/external/bsd/acpica/dist/tests/templates/ |
templates.sh | 19 $ASL_COMPILER -T ALL > /dev/null 2>&1 26 $ASL_COMPILER -vt -T ALL > /dev/null 2>&1
|
/src/usr.bin/hexdump/ |
hexsyntax.c | 5 * The Regents of the University of California. All rights reserved. 113 vflag = ALL;
|
hexdump.h | 5 * The Regents of the University of California. All rights reserved. 71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
|
odsyntax.c | 5 * The Regents of the University of California. All rights reserved. 175 vflag = ALL;
|
display.c | 5 * The Regents of the University of California. All rights reserved. 220 * Remove all conversion flags; '-' is the only one valid 260 if (!need && vflag != ALL && 282 if (vflag == ALL || vflag == FIRST ||
|
/src/usr.bin/showmount/ |
showmount.c | 5 * The Regents of the University of California. All rights reserved. 38 The Regents of the University of California. All rights reserved."); 66 #define ALL 1 124 type = ALL; 187 case ALL: 188 printf("All mount points on %s:\n", host); 310 case ALL: 441 case ALL:
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-h5-libretech-all-h5-cc.dts | 4 #include "sun50i-h5-libretech-all-h3-cc.dts" 7 model = "Libre Computer Board ALL-H5-CC H5"; 8 compatible = "libretech,all-h5-cc-h5", "allwinner,sun50i-h5";
|
/src/usr.sbin/timed/timed/ |
globals.h | 5 * All rights reserved. 59 * All delays shorter than this are usually reported as 0. 98 #define ALL (SLAVE|MASTER|IGNORE)
|
/src/usr.sbin/npf/npfctl/ |
npf_scan.l | 3 * All rights reserved. 145 all return ALL; 150 stateful-all return STATEFUL_ALL;
|
npf_parse.y | 3 * All rights reserved. 102 %token ALL 711 : ALL user_id group_id 719 : ALL
|
/src/common/dist/zlib/ |
configure | 458 ALL="static" 459 TEST="all teststatic" 465 ALL="static shared" 466 TEST="all teststatic testshared" 528 ALL="${ALL} all64" 605 echo "Using z_ prefix on all symbols." | tee -a configure.log 840 echo ALL = $ALL >> configure.log 899 /^all: */s#:.*#: $ALL [all...] |
/src/lib/libc/time/ |
Makefile | 172 # To install data in text form that has all the information of the TZif data, 194 # If you want all the 'backzone' data, use 645 all: tzselect zic zdump libtz.a $(TABDATA) \ target 648 ALL: all date $(ENCHILADA) 650 install: all $(DATA) $(REDO) $(MANS) 669 INSTALL: ALL install date.1 789 # You must replace all of $(TZDIR) to switch from not using leap seconds 944 # that zonenow.tab contains all sequences of planned timestamps, 1089 # If all that matters is that the timestamp be reproducibl [all...] |
/src/libexec/ftpd/ |
ftpcmd.y | 5 * All rights reserved. 34 * The Regents of the University of California. All rights reserved. 137 SP CRLF COMMA ALL 297 "LPSV disallowed after EPSV ALL"); 316 | EPSV check_login SP ALL CRLF 321 "EPSV ALL command successful."); 1108 * Problem: this production is used for all pathname 1238 { "EPSV", EPSV, ARGS, 1, "[<sp> af|ALL]", 0, }, 1642 if (strncasecmp(&cmdp[cpos], "ALL", 3) == 0 1645 return (ALL); [all...] |
/src/sys/arch/m68k/060sp/dist/ |
iskeletn.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
|
fskeletn.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, 68 # Software Package. For a normal exit, all 060FPSP routines call this
|
os.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
|
ilsp.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, 719 # -negate all bits and add 1 787 # In the interest of simplicity, all operands are converted to #
|
ftest.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
|
isp.s | 11 # All rights reserved. 15 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, 282 set EXC_AREGS, LV+64 # offset of all address regs 283 set EXC_DREGS, LV+32 # offset of all data regs 386 # _real_divbyzero() or _real_chk() as appropriate. In addition, all # 397 # This handler, upon entry, saves almost all user-visible # 506 # here, we sort out all of the special cases that may have happened. 1887 # simplicity, all operands are converted to longword size whether the # 2117 # fetch %dr and %dq directly off stack since all regs are saved there 2630 # -negate all bits and add [all...] |
/src/sys/arch/m68k/fpsp/ |
fpsp.h | 8 * All rights reserved. 12 * MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, 42 * All FPSP handlers begin by executing:
|
l_fpsp.h | 8 * All rights reserved. 12 * MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, 39 * This file is derived from fpsp.h. All equates that refer 49 * must create enough space on the stack for all save areas and 105 * routines expect fp0-fp3 as scratch registers. For all monadic
|
/src/sys/arch/m68k/060sp/ |
isp.S | 11 |# All rights reserved. 15 |# MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
|
/src/dist/pf/sbin/pfctl/ |
parse.y | 5 * Copyright (c) 2001 Markus Friedl. All rights reserved. 6 * Copyright (c) 2001 Daniel Hartmeier. All rights reserved. 7 * Copyright (c) 2001 Theo de Raadt. All rights reserved. 8 * Copyright (c) 2002,2003 Henning Brauer. All rights reserved. 411 %token RETURNRST RETURNICMP RETURNICMP6 PROTO INET INET6 ALL ANY ICMPTYPE 2276 logopt : ALL { $$.log = PF_LOG_ALL; $$.logif = 0; } 2394 fromto : ALL { 3870 yyerror("all pool addresses must be in the " 4890 { "all", ALL}, [all...] |
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 25 .MAIN: all 63 # 1 == all shell commands echoed before invocation 159 # Files containing size of pkg w/o and w/ all required pkgs 198 # Used to print all the '===>' style prompts - override this to turn them off. 214 .MAIN: all 219 .if !target(all) 221 all: target 343 .if (${DEINSTALLDEPENDS} != "ALL") 427 # Show (recursively) all the packages this package depends on. 502 # Stat all the files of one pkg and sum the sizes up. [all...] |