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

  /src/bin/ksh/
c_ulimit.c 132 int set, all = 0; local
157 all = 1;
175 if (all || wp[1]) {
200 if (all) {
c_sh.c 418 * (can get eof if and only if all processes are have died, ie,
708 struct tms all; local
710 times(&all);
711 shprintf("Shell: %8ss user ", clocktos(all.tms_utime));
712 shprintf("%8ss system\n", clocktos(all.tms_stime));
713 shprintf("Kids: %8ss user ", clocktos(all.tms_cutime));
714 shprintf("%8ss system\n", clocktos(all.tms_cstime));
c_ksh.c 775 * Check attributes - note that all array elements
906 /* "hash -r" means reset all the tracked aliases.. */
1000 int rv = 0, all = 0; local
1006 all = 1;
1032 if (all) {
1420 if (*wp == NULL) /* list all */
  /src/usr.bin/unexpand/
unexpand.c 5 * The Regents of the University of California. All rights reserved.
35 The Regents of the University of California. All rights reserved.");
59 static int all; variable
89 all = 1;
199 if (all && dcol < limit)
  /src/usr.sbin/mlxctl/
main.c 5 * All rights reserved.
83 int ch, i, rv, all; local
85 all = 0;
92 all = 1;
133 if (all)
  /src/sbin/veriexecctl/
veriexecctl.c 7 * All rights reserved.
86 uint8_t all; local
88 all = (VERIEXEC_DIRECT | VERIEXEC_INDIRECT | VERIEXEC_FILE |
90 if (flags & ~all) {
92 warnx("Contaminated flags `0x%x'", (flags & ~all));
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_types.h 35 di_int all; member in union:__anon4068
50 du_int all; member in union:__anon4070
76 ti_int all; member in union:__anon4072
91 tu_int all; member in union:__anon4074
108 return r.all;
115 return r.all;
  /src/usr.sbin/lpr/common_source/
rmjob.c 5 * The Regents of the University of California. All rights reserved.
69 static int all = 0; /* eliminate all files (root only) */ variable
93 all = 1; /* all files in local queue */
99 if (!strcmp(person, "-all")) {
101 fatal("The login name \"-all\" is reserved");
102 all = 1; /* all those from 'from' */
237 if (all && (from == host || !strcmp(from, file+6))
    [all...]
  /src/sbin/umount/
umount.c 5 * The Regents of the University of California. All rights reserved.
35 The Regents of the University of California. All rights reserved.");
90 static int all, fflag; variable
123 all = 1;
132 all = 1;
151 if ((argc == 0 && !all) || (argc != 0 && all) || (all && raw))
167 if (all) {
366 } else if (!all)
    [all...]
  /src/sys/arch/macppc/dev/
lightbar.c 5 * All rights reserved.
241 int all, sys, idle, syst, i; local
247 all = (total - idle) * 8 / total;
251 if ((all != old[0]) || (sys != old[1])) {
253 for (; i < all; i++) out[i] = sc->sc_user;
255 old[0] = all;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libc.cc 266 uptr all = 0; local
269 all |= *mem;
272 all |= *aligned_beg;
276 all |= *mem;
277 return all == 0;
  /src/usr.bin/systat/
main.c 5 * The Regents of the University of California. All rights reserved.
35 The Regents of the University of California. All rights reserved.");
78 int turns = 2; /* stay how many refresh-turns in 'all' mode? */
100 const char *all; local
105 all = "all";
160 if (strstr(all, argv[0]) == all) {
  /src/sbin/gpt/
gpt.h 5 * All rights reserved.
114 int all; member in struct:gpt_find
  /src/bin/sh/
miscbltin.c 5 * The Regents of the University of California. All rights reserved.
366 /* Last variable needs all IFS chars */
542 int8_t cmd; /* all RLIMIT_xxx are <= 127 */
639 int set, all = 0; local
653 all = 1;
668 if (all || argptr[1])
695 if (all) {
  /src/sbin/mount/
mount.c 5 * The Regents of the University of California. All rights reserved.
35 The Regents of the University of California. All rights reserved.");
113 int all, ch, forceall, i, init_flags, mntsize, rval; local
120 all = forceall = init_flags = 0;
127 all = forceall = 1;
130 all = 1;
182 if (all) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
nouveau_nvkm_engine_pm_base.c 14 * all copies or substantial portions of the Software.
498 const bool all = nvkm_boolopt(device->cfgopt, "NvPmShowAll", false); local
499 const bool raw = nvkm_boolopt(device->cfgopt, "NvPmUnnamed", all);
530 if (all || dom->signal[si].name) {
  /src/usr.sbin/quot/
quot.c 6 * All rights reserved.
16 * 3. All advertising materials mentioning features or use of this software
606 char all = 0; local
626 all = 1;
647 if (all) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 14 * all copies or substantial portions of the Software.
935 * will make the same change to all DCE versions. There are a
1140 uint8_t all; member in union:audio_cea_channels
1353 channels = speakers_to_channels(audio_info->flags.speaker_flags).all;
1517 /* Program STREAM_ENABLE after all the other enables. */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 14 * all copies or substantial portions of the Software.
890 * will make the same change to all DCE versions. There are a
1099 uint8_t all; member in union:audio_cea_channels
1291 channels = speakers_to_channels(audio_info->flags.speaker_flags).all;
1453 /* Program STREAM_ENABLE after all the other enables. */
  /src/usr.bin/man/
man.c 5 * The Regents of the University of California. All rights reserved.
36 The Regents of the University of California. All rights reserved.");
83 int all; /* -a: show all matches rather than first */ member in struct:manstate
92 int where; /* -w: just show paths of all matching files */
153 m.all = 1;
198 m.all = m.where = 1;
261 * use for keeping internal state. make sure all our mallocs
278 * are we using a section whose elements are all absolute paths?
288 * now that we have all the data we need, we must determine th
    [all...]
  /src/sys/arch/luna68k/dev/
omrasops.c 5 * All rights reserved.
80 int32_t all; member in union:__anon1558::__anon1559
262 * val is assumed only ALL0BITS or ALL1BITS, because all bits are used as is
345 /* select all planes */
415 * All ROP values we want to use here happens to be a multiple of 5.
495 /* select all plane */
1187 rowattr[srcrow].all == rowattr[dstrow].all) {
1193 if (rowattr[srcrow + r * rowstep].all !=
1194 rowattr[srcrow].all) {
    [all...]
  /src/usr.bin/make/unit-tests/
Makefile 7 # all:
8 # run all the tests
10 # run 'all', and compare to expected results
30 .MAIN: all
146 TESTS+= deptgt-end-fail-all
219 TESTS+= export-all
248 TESTS+= opt-debug-all
286 TESTS+= opt-no-action-at-all
530 SED_CMDS.export-all= ${SED_CMDS.export}
602 export-all.rawout: export.m
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h 14 * all copies or substantial portions of the Software.
522 uint8_t all; member in union:audio_sample_rates
549 uint8_t all; member in union:audio_info_flags::__anon4582

Completed in 58 milliseconds