HomeSort by: relevance | last modified time | path
    Searched defs:ALL (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/hexdump/
hexdump.h 5 * The Regents of the University of California. All rights reserved.
71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
  /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/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.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/usr.bin/m4/
mdef.h 6 * The Regents of the University of California. All rights reserved.
127 #define ALL 1
  /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...]

Completed in 54 milliseconds