Searched defs:USAGE (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/cs/vcs_src/
H A Dmnt_touch.c22 #define USAGE "rm file ... # remove cached files" macro
27 printf("\t%s\n", USAGE);
56 printf(USAGE);
H A Dmnt_umount.c22 #define USAGE "umount mount-point1 mount-point2 ..." macro
27 printf("\t%s\n", USAGE);
61 printf(USAGE);
H A Dmnt_list.c22 #define USAGE "list [mount-point ...]" macro
27 printf("\t%s\n", USAGE);
64 printf(USAGE);
H A Dmnt_mount.c24 #define USAGE "mount [-f mount_file]\ macro
62 printf("\t%s # mount a remote file server\n", USAGE);
108 printf("%s\n", USAGE);
121 printf("%s\n", USAGE);
127 printf("ERROR: %s\n", USAGE);
164 printf("ERROR: %s\n", USAGE);
/ast/src/lib/libast/string/
H A Dfmtident.c28 #define USAGE 02 macro
50 i |= USAGE;
/ast/src/cmd/mailx/
H A Dlocal.c333 #define USAGE 02 macro
355 i |= USAGE;
/ast/src/lib/libast/port/
H A Dastlicense.c58 #define USAGE 4 macro
179 LIC("usage", USAGE),
750 case USAGE:
803 if (notice.type != USAGE)
1222 k = q && notice.type != USAGE ? -1 : 0;
1241 if (notice.type == USAGE)
1265 if (notice.type == USAGE)
1287 if (notice.type == USAGE)

Completed in 28 milliseconds