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

/ast/src/lib/libast/include/
H A Dfnv.h43 register size_t _i_ = 0; \
44 while (_i_ < n) \
45 FNVPART(h, ((unsigned char*)s)[_i_++]); \
65 register int _i_ = 0; \
66 while (_i_ < n) \
67 FNVPART64(h, ((unsigned char*)s)[_i_++]); \
/ast/src/cmd/mam/
H A Dmamexec.sh137 for _i_ in `comm -12 $_state_time_ $_tmp_ | sed 's/ .*//'`
139 .) _same_=$_i_ ;;
140 *) _same_="$_same_|$_i_" ;;
/ast/src/lib/libcmd/
H A Dstty.c891 static int _i_; variable
892 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
/ast/src/cmd/ksh93/sh/
H A Djobs.c171 static int _i_; variable
172 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1)
/ast/src/cmd/INIT/
H A Dpackage.sh4333 for _i_ in `cd $PACKAGESRC; ls *.def *.lic *.pkg 2>/dev/null | sed 's/[-.].*//'`
4335 *" $_i_ "*)
4337 *) package_src="$package_src $_i_"

Completed in 35 milliseconds