Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/data/locale/tools/
H A DMakefile39 $(CMFILES): build posix.jar
40 java -jar posix.jar org.unicode.cldr.posix.GenerateCharmap -d build -c $(@F:%.cm=%)
44 $(ISO1SRCS): build posix.jar
46 $(ISO2SRCS): build posix.jar
48 $(ISO5SRCS): build posix.jar
50 $(ISO7SRCS): build posix.jar
52 $(ISO9SRCS): build posix.jar
54 $(ISO13SRCS): build posix.jar
60 $(UTF8SRCS): build posix.jar
66 posix.jar: posix.xml
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests19 none of the \b--posix --utf8 --compile\b options are specified then
34 [l:locale?Disable \b--utf8\b and run the \b--posix\b and \b--compile\b
38 [p:posix?Run the test scripts in the posix/C locale.]
171 integer compile=-1 posix=-1 utf8=-1
187 p) posix=$OPTARG
221 if (( compile <= 0 && posix <= 0 && utf8 <= 0 ))
223 (( posix )) && posix=1
227 (( posix < 0 )) && posix=0
317 if (( posix || utf8 ))
319 (( posix )) && locales+=" ${LANG:-C}"
H A Dsubstring.sh287 LC_ALL=posix
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc279 posix = false; in main()
282 posix = true; in main()
292 posix = false; in main()
297 posix = false; in main()
585 if (posix) { in main()
1819 is_xpg4 = posix; in read_files_and_state()
2320 if (posix) { in read_files_and_state()
2736 if(posix) { in read_environment()
2895 if (posix) { in make_targets()
2972 if (posix) { in make_targets()
[all …]
H A Dread2.cc1145 posix = false; in special_reader()
1161 posix = true; in special_reader()
1193 if ((depes->used != 0) &&(!posix)){ in special_reader()
1219 if(posix) in special_reader()
1235 if(posix) in special_reader()
1425 if ((depes->used != 0) && (!posix)){ in special_reader()
1519 if(!(posix|svr4)) { in read_suffixes_list()
H A Dimplicit.cc203 if(vpath_defined && !posix && !svr4) { in find_suffix_rule()
207 if(!(posix|svr4)) in find_suffix_rule()
267 if(posix && posix_tilde_attempt) { in find_suffix_rule()
434 if(svr4|posix) { in find_suffix_rule()
456 if(posix && posix_tilde_attempt) { in find_suffix_rule()
H A Dmisc.cc333 if (posix) { in dump_make_state()
687 if (posix) { in load_cached_names()
H A Ddoname.cc715 if (posix) in doname()
1606 if (posix) { in run_command()
1686 if (posix) { in run_command()
1797 if (posix && (touch || quest) && !rule->always_exec) { in execute_serial()
2385 if(posix) { in build_command_strings()
2785 if(!svr4 && (!allrules_read || posix)) { in sccs_get()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests18 o In the posix/C locale;
24 -p execute test module as normal shell script in posix/C only
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait2 tst ok_wif sys/types.h sys/wait.h note{ posix wait macros ok }end compile{
H A Dccode9 printf("#define CC_EBCDIC_S 5 /* Siemens posix-bc */\n");
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
H A Dccode10 #define CC_EBCDIC_S 5 /* Siemens posix-bc */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
H A Dccode10 #define CC_EBCDIC_S 5 /* Siemens posix-bc */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
H A Dccode10 #define CC_EBCDIC_S 5 /* Siemens posix-bc */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwait10 #define _ok_wif 1 /* posix wait macros ok */
H A Dccode10 #define CC_EBCDIC_S 5 /* Siemens posix-bc */
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc99 Boolean posix = true; variable
/illumos-gate/usr/src/test/util-tests/tests/cpio/
H A Dcpio_test.ksh119 for f in posix ustar; do
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c168 static int posix = 0; variable
1132 posix = 1; in set_args()
2154 if (posix && outvers < MOUNTVERS_POSIX) { in get_fh()
2210 if (!errno && posix) { in get_fh()
/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/contrib/ast/src/lib/libast/
H A DRELEASE13 12-06-13 features/standards: handle __MACH__ posix peculiarities
216 09-12-11 regex/regcomp.c: posix semantics for [z-a]
307 08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
406 07-02-12 comp/conf.tab: *LONGLONG* => *LLONG* to match posix
407 07-02-12 features/float: *LONGLONG* => *LLONG* to match posix
411 07-02-02 misc/optget.c: add --??posix for getopts(1)/getopt(3)
505 06-06-25 string/strperm.c: handle posix = w.r.t. umask
1565 astconf: posix/strict/xopen implies "standard" conformance
1783 add ftwalk(FTW_METAPHYSICAL) for posix -H
1792 rename setenv() to setenviron() -- posix finally decided
[all …]
/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

12