Lines Matching refs:strflags
160 char strflags[256]; in ttyflags() local
163 strflags[0] = '\0'; in ttyflags()
172 (void)strlcat(strflags, "local", sizeof strflags); in ttyflags()
178 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
179 (void)strlcat(strflags, "rtscts", sizeof strflags); in ttyflags()
184 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
185 (void)strlcat(strflags, "softcar", sizeof strflags); in ttyflags()
190 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
191 (void)strlcat(strflags, "mdmbuf", sizeof strflags); in ttyflags()
194 printf("%s setting flags to: %s\n", path, strflags); in ttyflags()
222 (void)strlcat(strflags, "local", sizeof strflags); in ttyflags()
227 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
228 (void)strlcat(strflags, "rtscts", sizeof strflags); in ttyflags()
232 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
233 (void)strlcat(strflags, "softcar", sizeof strflags); in ttyflags()
237 (void)strlcat(strflags, "|", sizeof strflags); in ttyflags()
238 (void)strlcat(strflags, "mdmbuf", sizeof strflags); in ttyflags()
240 printf("%s flags are: %s\n", path, strflags); in ttyflags()