Searched refs:hosttype (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/INIT/
H A Dcrossexec.sh104 read hosttype hostname usr dir sh cp
113 case $hosttype in
H A DMakefile49 :: RELEASE hosttype.tst p.c hello.c \
H A Dpackage.sh180 [+hosttype?The host type as reported by
998 hosttype
2645 *) hosttype=
2670 '') hosttype=$1 ;;
2768 case $KEEP_HOSTTYPE:$hosttype in
2769 0:?*) if test -d ${PACKAGEROOT:-.}/arch/$hosttype
2771 HOSTTYPE=$hosttype
2772 else echo "$command: $hosttype: package root not found" >&2
/ast/src/cmd/html/
H A Ddownload.sh20 : download item hosttype ...
/ast/src/lib/libcmd/
H A Duname.c120 static const char hosttype[] = HOSTTYPE; variable
152 if (*hosttype)
154 static char buf[sizeof(hosttype)];
156 strcpy(buf, hosttype);
405 if (t = strchr(hosttype, '.'))
408 t = (char*)hosttype;

Completed in 27 milliseconds