Home
last modified time | relevance | path

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

/titanic_44/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]\)')
/titanic_44/usr/src/cmd/stmsboot/
H A Dstmsboot.sh61 EXPR=/usr/bin/expr
251 need_bootscript=`$EXPR $need_bootscript - 1`
344 reboot_needed=`$EXPR $reboot_needed + 1`
350 reboot_needed=`$EXPR $reboot_needed + 1`
/titanic_44/usr/src/cmd/adbgen/common/
H A Dadbgen1.c76 #define EXPR 12 /* arbitrary C expression */ macro
418 return (EXPR); in get_type()
463 case EXPR: in generate()