Searched defs:USAGE (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/cs/vcs_src/ |
H A D | mnt_touch.c | 22 #define USAGE "rm file ... # remove cached files" macro 27 printf("\t%s\n", USAGE); 56 printf(USAGE);
|
H A D | mnt_umount.c | 22 #define USAGE "umount mount-point1 mount-point2 ..." macro 27 printf("\t%s\n", USAGE); 61 printf(USAGE);
|
H A D | mnt_list.c | 22 #define USAGE "list [mount-point ...]" macro 27 printf("\t%s\n", USAGE); 64 printf(USAGE);
|
H A D | mnt_mount.c | 24 #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 D | fmtident.c | 28 #define USAGE 02 macro 50 i |= USAGE;
|
/ast/src/cmd/mailx/ |
H A D | local.c | 333 #define USAGE 02 macro 355 i |= USAGE;
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 58 #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