Searched refs:posix (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc102 Boolean posix = true; variable
H A Dmacro.cc1015 if (!svr4 && !posix) {
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh153 if ! shopt -qpo posix; then
253 ! shopt -qo posix && HISTFILE=~/.bash_history
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc273 posix = false;
276 posix = true;
286 posix = false;
291 posix = false;
295 * Find the dmake_compat_mode: posix, sun, svr4, or gnu_style, .
303 //posix = false;
559 if (posix) {
1784 is_xpg4 = posix;
1876 * (posix or not) is used. So prepare two MAKEFLAGS strings
1877 * for both posix an
[all...]
H A Dread2.cc1107 * posix Set when ".POSIX" target is read
1141 posix = false;
1157 posix = true;
1158 /* with posix on, use the posix get rule */
1189 if ((depes->used != 0) &&(!posix)){
1215 if(posix)
1231 if(posix)
1421 if ((depes->used != 0) && (!posix)){
1515 if(!(posix|svr
[all...]
H A Dimplicit.cc201 if(vpath_defined && !posix && !svr4) {
205 if(!(posix|svr4))
265 if(posix && posix_tilde_attempt) {
431 if(svr4|posix) {
453 if(posix && posix_tilde_attempt) {
H A Dmisc.cc284 * posix Was ".POSIX" seen in makefile?
323 if (posix) {
677 if (posix) {
H A Ddoname.cc707 if (posix)
1598 if (posix) {
1678 if (posix) {
1789 if (posix && (touch || quest) && !rule->always_exec) {
2377 if(posix) {
2776 if(!svr4 && (!allrules_read || posix)) {
H A Dparallel.cc179 if (posix && (touch || quest) && !rule->always_exec) {
H A Dread.cc1200 if(posix) {
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh291 LC_ALL=posix
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c168 static int posix = 0; variable
1132 posix = 1;
2154 if (posix && outvers < MOUNTVERS_POSIX) {
2210 if (!errno && posix) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com467 objs/%.o pics/%.o: $(REL_PATH)/krb5/posix/%.c
536 $(K5_POSIX:%.o= $(SRC)/lib/gss_mechs/mech_krb5/krb5/posix/%.c)\
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23 set -o posix
H A Dconfigure21 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22 set -o posix
6244 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
6245 set -o posix
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h879 extern Boolean posix;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpkgfs.c88 } posix; member in union:ustar_hdr::__anon87
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c667 int posix; local
1450 posix = (nfsvers != NFS_V4 &&
1489 if (posix) {
1498 "can't get posix info for %s",
1610 posix = 0;
2137 if (posix) {

Completed in 128 milliseconds