Home
last modified time | relevance | path

Searched refs:D_FLAG (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dread.c48 #define D_FLAG 8 /* must be number of bits for all flags */ macro
103 flags &= ~((1<<D_FLAG)-1); in b_read()
104 flags |= (mbchar(cp)<< D_FLAG); in b_read()
112 flags &= ((1<<D_FLAG)-1); in b_read()
115 if((unsigned)r > (1<<((8*sizeof(int))-D_FLAG))-1) in b_read()
117 flags |= (r<< D_FLAG); in b_read()
266 if(flags>>D_FLAG) /* delimiter not new-line or fixed size read */ in sh_readline()
269 size = ((unsigned)flags)>>D_FLAG; in sh_readline()
271 delim = ((unsigned)flags)>>D_FLAG; in sh_readline()
721 if((flags>>D_FLAG) && (shp->fdstatus[fd]&IOTTY)) in sh_readline()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Duniq.c77 #define D_FLAG 2 macro
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count)) in uniq()
265 mode |= D_FLAG; in b_uniq()
268 mode |= D_FLAG; in b_uniq()
H A Dcat.c87 #define D_FLAG (1<<8) macro
522 if (flags&D_FLAG) in b_cat()
/titanic_51/usr/src/lib/libcmd/common/
H A Duniq.c77 #define D_FLAG 2 macro
161 if(((mode&D_FLAG)&&count==0) || ((mode&U_FLAG)&&count)) in uniq()
263 mode |= D_FLAG; in b_uniq()
266 mode |= D_FLAG; in b_uniq()
H A Dcat.c87 #define D_FLAG (1<<8) macro
522 if (flags&D_FLAG) in b_cat()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c48 #define D_FLAG 8 /* must be number of bits for all flags */ macro
106 flags &= ~((1<<D_FLAG)-1); in b_read()
107 flags |= (mbchar(cp)<< D_FLAG); in b_read()
115 flags &= ((1<<D_FLAG)-1); in b_read()
280 if(size || (flags>>D_FLAG)) /* delimiter not new-line or fixed size read */ in sh_readline()
286 delim = ((unsigned)flags)>>D_FLAG; in sh_readline()
/titanic_51/usr/src/cmd/saf/
H A Dstructs.h94 #define D_FLAG 0x1 macro
H A Dutil.c174 sp->sc_flags |= D_FLAG;
H A Dsacadm.c155 flags |= D_FLAG; in main()
1228 if (flags & D_FLAG) {
1230 flags &= ~D_FLAG;
H A Dsac.c436 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm()
622 (sp->sc_flags & D_FLAG) ? "disabled" : "enabled"); in startit()
/titanic_51/usr/src/tools/scripts/
H A Dnightly.sh107 if [ "$D_FLAG" = "y" ]; then
863 B ) D_FLAG=y
867 D ) D_FLAG=y
1804 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then
1884 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1902 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1981 if [[ $D_FLAG = y ]]; then
2145 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
H A Dnightly108 if [ "$D_FLAG" = "y" ]; then
672 D_FLAG=n
861 B ) D_FLAG=y
865 D ) D_FLAG=y
1338 if [ "$D_FLAG" = "n" -a "$l_FLAG" = "y" ]; then
1815 if [[ "$MULTI_PROTO" = yes && "$D_FLAG" = n ]]; then
1895 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1913 if [[ "$MULTI_PROTO" = no || "$D_FLAG" = y ]]; then
1992 if [[ $D_FLAG = y ]]; then
2156 if [[ "$MULTI_PROTO" = no || "$D_FLAG"
[all...]
/titanic_51/usr/src/cmd/idmap/idmap/
H A Didmap.c114 #define D_FLAG 'D' macro
3128 if (f[D_FLAG] == NULL) in flags2cred()
3131 *user = strdup(f[D_FLAG]); in flags2cred()