Searched refs:FLAG (Results 1 - 25 of 52) sorted by relevance
123
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/preprocessor/ |
| H A D | tst.ifndef.d | 38 #ifndef FLAG 39 #define FLAG 42 #if defined (FLAG)
|
| H A D | tst.preexpif.d | 38 #define FLAG 1 39 #if defined (FLAG)
|
| H A D | tst.preexpifelse.d | 38 #define FLAG 1 39 #if defined (FLAG)
|
| H A D | err.D_IDENT_UNDEF.afterprobe.d | 49 #if !defined (FLAG)
|
| H A D | err.ifdefnotendif.d | 37 #if !defined (FLAG)
|
| H A D | tst.predicatedeclare.d | 42 #if !defined (FLAG)
|
| H A D | tst.withinprobe.d | 44 #if !defined (FLAG)
|
| H A D | err.ifdefelsenotendif.d | 38 #if !defined (FLAG)
|
| H A D | err.mulelse.d | 38 #if !defined (FLAG)
|
| H A D | tst.ifdef.d | 38 #if defined (FLAG)
|
| H A D | tst.ifnotdef.d | 38 #if !defined (FLAG)
|
| H A D | tst.logicaland.d | 38 #if !defined (FLAG) && !defined(STATUS)
|
| H A D | tst.logicalandor.d | 38 #if !defined (FLAG) || !defined(STATUS) && !defined(STATE)
|
| H A D | tst.logicalor.d | 38 #if !defined (FLAG) || !defined(STATUS)
|
| H A D | tst.muland.d | 38 #if !defined (FLAG) && !defined(STATUS) && !defined(STATE)
|
| H A D | tst.mulor.d | 38 #if !defined (FLAG) || !defined(STATUS) || !defined(STATE)
|
| H A D | tst.preexpelse.d | 38 #if defined (FLAG)
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | uulog | 53 while getopts :xf:s:0123456789 FLAG; do 54 case $FLAG in 65 [0-9]) n=$n$FLAG
|
| H A D | uuto | 90 while getopts mp FLAG; do 91 case $FLAG in
|
| /illumos-gate/usr/src/cmd/allocate/ |
| H A D | audio_clean.sh | 111 FLAG=$c;; 113 FLAG=$c;; 115 FLAG=$c;; 117 FLAG=i 160 if [ "${FLAG}" = "i" -a ! -r "${SAVEFILE}" ]
|
| H A D | st_clean.sh | 83 I) FLAG=i 85 i) FLAG=$c;; 86 f) FLAG=$c;; 87 s) FLAG=$c;; 105 if [ "$FLAG" = "i" ] ; then
|
| H A D | fd_clean.sh | 88 I) FLAG=i 90 i) FLAG=$c;; 91 f) FLAG=$c;; 92 s) FLAG=$c;; 112 if [ "$FLAG" = "i" ] ; then
|
| /illumos-gate/usr/src/common/crypto/ecc/ |
| H A D | ec2_mont.c | 131 MP_CHECKOK(mp_init(&t3, FLAG(x2))); 132 MP_CHECKOK(mp_init(&t4, FLAG(x2))); 133 MP_CHECKOK(mp_init(&t5, FLAG(x2))); 207 MP_CHECKOK(mp_init(&x1, FLAG(n))); 208 MP_CHECKOK(mp_init(&x2, FLAG(n))); 209 MP_CHECKOK(mp_init(&z1, FLAG(n))); 210 MP_CHECKOK(mp_init(&z2, FLAG(n))); 254 MP_CHECKOK(gf2m_Madd(px, &x1, &z1, &x2, &z2, group, FLAG(n))); 255 MP_CHECKOK(gf2m_Mdouble(&x2, &z2, group, FLAG(n))); 257 MP_CHECKOK(gf2m_Madd(px, &x2, &z2, &x1, &z1, group, FLAG( [all...] |
| /illumos-gate/usr/src/cmd/boot/scripts/ |
| H A D | extract_boot_filelist.ksh | 69 while getopts R:p: FLAG 71 case $FLAG in
|
| /illumos-gate/usr/src/tools/ndrgen/ |
| H A D | ndrgen.sh | 61 while getopts "Y" FLAG $*; do 62 case $FLAG in
|
Completed in 86 milliseconds
123