Searched refs:EXPR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dtzselect.ksh43 EXPR=/usr/bin/expr
380 TZsec=$($EXPR "$TZdate" : '.*:\([0-5][0-9]\)')
381 UTsec=$($EXPR "$UTdate" : '.*:\([0-5][0-9]\)')
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c76 #define EXPR 12 /* arbitrary C expression */ macro
417 if (streq(member, "EXPR")) {
418 return (EXPR);
463 case EXPR:
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh62 EXPR=/usr/bin/expr
252 need_bootscript=`$EXPR $need_bootscript - 1`
345 reboot_needed=`$EXPR $reboot_needed + 1`
351 reboot_needed=`$EXPR $reboot_needed + 1`

Completed in 47 milliseconds