Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/saf/
H A Dstructs.h94 #define D_FLAG 0x1 macro
H A Dutil.c171 sp->sc_flags |= D_FLAG;
H A Dsacadm.c152 flags |= D_FLAG; in main()
1225 if (flags & D_FLAG) {
1227 flags &= ~D_FLAG;
H A Dsac.c433 sp->sc_sstate = (sp->sc_flags & D_FLAG) ? DISABLED : ENABLED; in startpm()
618 (sp->sc_flags & D_FLAG) ? "disabled" : "enabled"); in startit()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly103 if [ "$D_FLAG" = "y" ]; then
733 B ) D_FLAG=y
737 D ) D_FLAG=y
1704 if [[ "$MULTI_PROTO" == yes && "$D_FLAG" == n ]]; then
1785 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
1803 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
1882 if [[ $D_FLAG == y ]]; then
2027 if [[ "$MULTI_PROTO" == no || "$D_FLAG" == y ]]; then
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c114 #define D_FLAG 'D' macro
3129 if (f[D_FLAG] == NULL) in flags2cred()
3132 *user = strdup(f[D_FLAG]); in flags2cred()