Home
last modified time | relevance | path

Searched refs:keep (Results 26 – 50 of 124) sorted by relevance

12345

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh4276 case $keep in
4559 keep=1
4562 *" $name "*) keep=1 ;;
4563 *) keep=0 ;;
4617 case $keep in
4713 case $keep in
4714 0*1*) keep=2$keep ;;
4718 eval ${host}_keep=$keep
4722 case $keep in
4730 1) case $keep in
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/
H A Ddirs37 1) # keep present directory
/illumos-gate/usr/src/common/bignum/
H A DREADME38 We keep the .c file around for future reference.
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.dfl35 # HISTORY sets the number of prior password changes to keep and
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dcommands.cfg23 # Please keep the contents of each variable sorted for ease of reading
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c534 int keep = 0; in seg_pinactive() local
572 if (keep) { in seg_pinactive()
676 keep = 0; in seg_pinactive()
687 ASSERT(keep == 0); in seg_pinactive()
705 keep = 1; in seg_pinactive()
/illumos-gate/usr/src/lib/libmd/common/
H A Dmapfile-vers51 # We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S501 ba .LOOP0 !keep looping
532 ba .LOOP1 !keep looping
563 ba .LOOP2 !keep looping
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c749 int keep; in foldpage() local
823 keep = C; in foldpage()
825 if (keep == '\n' && C == WEOF) in foldpage()
/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging38 of time. Password aging can also force a user to keep a password for
/illumos-gate/usr/src/cmd/filesync/
H A DREADME92 keep in mind that the baseline recalls the state of
117 the files that we are supposed to keep in sync, and
124 size, owner, protection, mod time) and keep separate
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Drepetition.dat104 # These test a fixed bug in my regex-tdfa that did not keep the expanded
/illumos-gate/usr/src/lib/libbsm/common/
H A Dmapfile-vers343 # go into .SUNW_dynsymsort, and keep these out.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab187 KEEPNOTEXT # keep NOTEXT setting
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S82 .weak _elf_rtbndr ! keep dbx happy as it likes to
/illumos-gate/usr/src/lib/libgss/
H A DREADME.spi68 is for "function." This is used to keep cast expressions short.
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1879 getxy_keepalive(nsc_ctx_t *ctx, nsc_db_t *nscdb, int keep, int interval) in getxy_keepalive() argument
1894 if ((table = maken(keep)) == NULL) { in getxy_keepalive()
1910 for (i = 1; i <= keep; i++) { in getxy_keepalive()
1946 for (i = keep; i > 0; i--) { in getxy_keepalive()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c529 goto keep; in gettok()
539 keep: in gettok()
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica7 # To keep things manageable, we list only locations occupied year-round; see
345 # but that he found it more convenient to keep GMT+12
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr204 \ HIDDEN vocabulary is a place to keep helper words from cluttering the namespace
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod159 still keep them sorted.
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open143 # assembly files. We keep it around for future reference.
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c4543 int n, keep; in usb_ac_max_fmt() local
4549 keep = 1; in usb_ac_max_fmt()
4556 if (!keep && fmt_sr < sr) in usb_ac_max_fmt()
4559 keep = 1; in usb_ac_max_fmt()
4562 if (!keep && (val < prec)) in usb_ac_max_fmt()
4565 keep = 1; in usb_ac_max_fmt()
4568 if (!keep && (val < enc)) in usb_ac_max_fmt()
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh606 to keep it same for all the maps.
613 want to keep it same for all the domains.
627 but want to keep it same for all the domains.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dsort.test106 # keep these tests. You can never have too many test cases!

12345