Searched refs:cleantoken (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 198 clean_token(cleantoken, token) in clean_token() argument 199 char *cleantoken, *token; in clean_token() 211 (void) strcpy(cleantoken, ptr); 215 for (ptr = cleantoken + strlen(cleantoken) - 1; 216 isspace(*ptr) && (ptr >= cleantoken); ptr--) { 456 TOKEN token, cleantoken; local 718 clean_token(cleantoken, token); 723 if ((strcmp(cleantoken, "") == 0) && (type != FIO_BLNK)) { 782 if ((strcmp(cleantoken, "?") == 0) || 783 (strcmp(cleantoken, "h") == 0) || [all …]
|
H A D | io.h | 104 void clean_token(char *cleantoken, char *token);
|
H A D | menu_command.c | 136 TOKEN token, cleantoken; in c_disk() local 149 clean_token(cleantoken, token); in c_disk() 154 if (geti(cleantoken, &index, (int *)NULL)) in c_disk()
|
/titanic_41/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 133 static void clean_token(char *cleantoken, char *token); 134 static void clean_token(char *cleantoken, char *token); 404 clean_token(char *cleantoken, char *token) in clean_token() argument 418 (void) strcpy(cleantoken, ptr); in clean_token() 422 for (ptr = cleantoken + strlen(cleantoken) - 1; in clean_token() 423 isspace(*ptr) && (ptr >= cleantoken); ptr--) { in clean_token()
|