HomeSort by: relevance | last modified time | path
    Searched defs:nodisplay (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/systat/
df.c 54 static const char *nodisplay[] = {"procfs", "kernfs", "ptyfs", "null", NULL }; variable in typeref:typename:const char * []
88 for(j=0; nodisplay[j] != NULL; j++) {
89 if (strcmp(nodisplay[j],
df.c 54 static const char *nodisplay[] = {"procfs", "kernfs", "ptyfs", "null", NULL }; variable in typeref:typename:const char * []
88 for(j=0; nodisplay[j] != NULL; j++) {
89 if (strcmp(nodisplay[j],
df.c 54 static const char *nodisplay[] = {"procfs", "kernfs", "ptyfs", "null", NULL }; variable in typeref:typename:const char * []
88 for(j=0; nodisplay[j] != NULL; j++) {
89 if (strcmp(nodisplay[j],

Completed in 228 milliseconds