Lines Matching defs:flbuf
3704 /* Assumes flbuf is at least 5 characters; callers use FLBUFSIZE */
3706 dceflags2str(uint32_t flags, char *flbuf)
3708 char *str = flbuf;
3719 return (flbuf);
3730 char flbuf[FLBUFSIZE];
3781 dceflags2str(dce->DestFlags, flbuf));
3812 dceflags2str(dce->DestFlags, flbuf),
3829 char flbuf[32]; /* ACE_F_ flags */
3875 flbuf[0] = '\0';
3882 (void) strcat(flbuf, "S");
3884 (void) strcat(flbuf, "P");
3886 (void) strcat(flbuf, "D");
3888 (void) strcat(flbuf, "U");
3890 (void) strcat(flbuf, "M");
3892 (void) strcat(flbuf, "L");
3894 (void) strcat(flbuf, "d");
3896 (void) strcat(flbuf, "A");
3898 (void) strcat(flbuf, "o");
3900 (void) strcat(flbuf, "y");
3908 flbuf,