/titanic_52/usr/src/cmd/sgs/tools/ |
H A D | proto.sh | 41 RELEASE=$1 43 if [ "X$RELEASE" = "X" ] ; then 50 case $RELEASE in 55 echo "usage: unsupported release $RELEASE specified" 152 cp $LINKERS_EXPORT/big/libc_pic/$RELEASE/$p/libc_pic.a \
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 10 RELEASE := $(SH:/.*sh//) macro 11 SHCOMP := shcomp$(RELEASE) 71 LIBS_req = -lshell$(RELEASE) 81 LIBS_req = +lshell$(RELEASE) 90 DOCFILES = sh.memo builtins.mm README RELEASE TYPES PROMO.mm COMPATIBILITY \ 155 :ALL: $(SH) $(SHCOMP) $(SHOPT_SUID_EXEC:+suid_exec) $(SHOPT_BASH:+bash$(RELEASE)) 162 shell$(RELEASE) $(VERSION) id=shell :LIBRARY: shell.3 nval.3 alarm.c cd_pwd.c cflow.c deparse.c \ 186 if SHOPT_SUID_EXEC && ! "$(RELEASE)" 198 bash$(RELEASE) :LINK: $(SH) 245 if RELEASE [all...] |
H A D | DESIGN | 41 RELEASE file, the ksh93 man file (sh.1) and nval.3 and shell.3 42 documentation files. The RELEASE file contains the list of bug
|
/titanic_52/usr/src/contrib/ast/src/lib/libsum/ |
H A D | Makefile | 11 :: RELEASE
|
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | uname.c | 126 #define RELEASE #(getprd release) macro 131 #define RELEASE "" macro 183 ut->release = RELEASE; in uname() 426 s = astconf("RELEASE", NiL, NiL); in b_uname()
|
H A D | Makefile | 20 cmd 1.2 :LIBRARY: RELEASE cmdinit.c \
|
/titanic_52/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | Makefile | 19 :: RELEASE NOTES PROMO.mm
|
/titanic_52/usr/src/contrib/ast/src/lib/libdll/ |
H A D | Makefile | 17 :: RELEASE
|
/titanic_52/usr/src/cmd/ast/libshell/ |
H A D | Makefile.doc | 32 RELEASE \
|
/titanic_52/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 212 #define RELEASE ((uint8_t)7) macro
|
/titanic_52/usr/src/tools/findunref/ |
H A D | exception_list.common | 50 */RELEASE*
|
/titanic_52/usr/src/cmd/sgs/packages/common/ |
H A D | pkginfo.tmpl | 35 PRODVERS="RELEASE/VERSION"
|
/titanic_52/usr/src/uts/ |
H A D | Makefile | 120 RELEASE="$(RELEASE)" MACH="$(MACH)" \
|
/titanic_52/usr/src/tools/scripts/ |
H A D | bldenv | 87 RELEASE is 5.10 350 printf 'RELEASE is %s\n' "$RELEASE"
|
H A D | check_rtime.pl | 1126 # RELEASE from the standard <env> files. Users who wish to disable use 1127 # of ldd(1)'s -U should set (or uncomment) RELEASE in their <env> file 1134 if (($Release = $ENV{RELEASE}) && (cmp_os_ver($Release, "<", "5.10"))) {
|
/titanic_52/usr/src/pkg/ |
H A D | Makefile | 140 PKGVERS_COMPONENT= 0.$(RELEASE) 141 PKGVERS_BUILTON= $(RELEASE)
|
/titanic_52/usr/src/cmd/sgs/packages/ |
H A D | Makefile | 121 @ cd ../tools; pwd; $(MAKE) proto && ./proto $(RELEASE)
|
/titanic_52/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 24 * DECLINE/RELEASE configuration functionality for the DHCP client. 127 * dhcp_release(): sends a RELEASE message to a DHCP server and removes 131 * input: dhcp_smach_t *: the state machine to send the RELEASE on and remove 187 dpkt = init_pkt(dsmp, RELEASE); in dhcp_release() 251 * stop_release_decline(): decides when to stop retransmitting RELEASE/DECLINE
|
H A D | README | 222 at least the BOUND state before a RELEASE can be performed.) 242 DHCP operations are "asynchronous" -- for instance, a DHCPv4 RELEASE 243 operation is synchronous (not asynchronous) since after the RELEASE is 446 supported events are BOUND, EXTEND, EXPIRE, DROP, RELEASE, and INFORM
|
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | Makefile | 49 :: RELEASE hosttype.tst p.c hello.c \
|
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | Makefile | 15 $(ID) 2.0 :LIBRARY: BUGS NOTES RELEASE HISTORY pp.3 \
|
/titanic_52/usr/src/cmd/luxadm/ |
H A D | adm.c | 356 {"release", 3, RELEASE}, 823 case RELEASE: in main()
|
H A D | common.h | 132 #define RELEASE 210 macro
|
/titanic_52/usr/src/ |
H A D | Makefile.master | 1014 # RELEASE Specific release of the build, eg: 5.2 1015 # RELEASE_MAJOR Major version number part of $(RELEASE) 1016 # RELEASE_MINOR Minor version number part of $(RELEASE) 1027 RELEASE= $(RELEASE_MAJOR).$(RELEASE_MINOR) 1032 RELEASE_CM= "@($(POUND_SIGN))SunOS $(RELEASE) $(PATCHID) $(PATCH_DATE)"
|
/titanic_52/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 320 #define RELEASE 1 /* free an aio buffer after use */ macro 2580 (char *)inode_buffer, RELEASE); in initcg() 2740 sblock.fs_bsize, (char *)&icg, RELEASE); in initcg() 3043 if (transp->release == RELEASE) in freetrans() 3281 if (release == RELEASE) in awtfs()
|