Searched refs:SUFFIX (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh135 SUFFIX="-nd"
143 d) flags.d=true SUFFIX="" ;;
144 +d) flags.d=false SUFFIX="-nd" ;;
267 PKGARCHIVE="${PKGARCHIVE}${SUFFIX}"
335 [[ "$MULTI_PROTO" == "yes" ]] && export ROOT="${ROOT}${SUFFIX}"
H A Dnightly.sh162 # usage: build LABEL SUFFIX ND MULTIPROTO
164 # - SUFFIX is used to distinguish files (e.g., DEBUG vs non-DEBUG,
168 # SUFFIX. Otherwise ("no"), (re)use the standard proto area.
172 SUFFIX=$2
175 INSTALLOG=install${SUFFIX}-${MACH}
176 NOISE=noise${SUFFIX}-${MACH}
177 PKGARCHIVE=${PKGARCHIVE_ORIG}${SUFFIX}
180 [ $MULTIPROTO = no ] || export ROOT=$ROOT$SUFFIX
202 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
204 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; the
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c186 #define SUFFIX "This problem has occurred several times.\nPlease check the dialing instructions for this printer.\n" macro
207 strlen(PREFIX) + strlen(p->reason) + strlen(SUFFIX) + 2
209 sprintf (msg, "%s%s%s\n", PREFIX, p->reason, SUFFIX);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c88 #define SUFFIX 128 /* a suffix is to appear in the output */ macro
476 * SUFFIX will be set.
779 flagword |= SUFFIX;
1047 if (flagword & (RZERO | SUFFIX | FMINUS)) {
1053 if (flagword & SUFFIX)
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c189 #define SUFFIX 0x80 /* a suffix is to appear in the output */ macro
949 * SUFFIX will be set.
1399 flagword |= SUFFIX;
1497 flagword |= SUFFIX;
2200 if (flagword & (RZERO | SUFFIX | FMINUS)) {
2206 if (flagword & SUFFIX)
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh1469 SUFFIX=`date '+%d%h%Y.%H:%M:%S'`
1471 cp -p $CONFIG_FILE ${CONFIG_FILE}-${SUFFIX}
1472 echo " Saved existing $CONFIG_FILE as ${CONFIG_FILE}-${SUFFIX}"
1498 SUFFIX=`date '+%d%h%Y.%H:%M:%S'`
1500 cp -p $MAP_FILE ${MAP_FILE}-${SUFFIX}
1501 echo " Saved existing $MAP_FILE as ${MAP_FILE}-${SUFFIX}"
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure838 --program-suffix=SUFFIX append SUFFIX to installed program names
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6068 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
6069 % If its value is nonempty, SUFFIX is output afterward.

Completed in 79 milliseconds