Home
last modified time | relevance | path

Searched refs:help_strings (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sbin/newfs/
H A Dnewfs.c858 struct help_strings { struct
861 } const help_strings[] = { argument
905 const struct help_strings *hs; in usage()
923 for (hs = help_strings; hs->flags != 0; hs++) in usage()
/netbsd-src/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c458 static const char help_strings[] = variable
482 fprintf(stderr, "%s", help_strings); in usage()