Searched refs:clean_token (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/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); 200 clean_token(cleaned, token); in sup_prxfile() 404 clean_token(char *cleantoken, char *token) in clean_token() function 460 clean_token(ident, token); in sup_setpart() 516 clean_token(cleaned, token); in sup_setpart() 565 clean_token(cleaned, token); in sup_setpart() 593 clean_token(cleaned, token); in sup_setpart() 638 clean_token(cleaned, token); in sup_setpart()
|
/illumos-gate/usr/src/cmd/format/ |
H A D | startup.c | 460 clean_token(cleaned, token); in sup_prxfile() 525 clean_token(cleaned, token); in sup_setpath() 579 clean_token(cleaned, token); in sup_setdtype() 625 clean_token(ident, token); in sup_setdtype() 650 clean_token(cleaned, token); in sup_setdtype() 866 clean_token(ident, token); in sup_change_spec() 920 clean_token(ident, token); in sup_change_spec() 984 clean_token(cleaned, token); in sup_setpart() 1033 clean_token(ident, token); in sup_setpart() 1053 clean_token(cleaned, token); in sup_setpart() [all …]
|
H A D | io.h | 104 void clean_token(char *cleantoken, char *token);
|
H A D | io.c | 171 clean_token(char *cleantoken, char *token) in clean_token() function 365 clean_token(buf, cptr); in getbn() 377 clean_token(buf, hptr); in getbn() 388 clean_token(buf, sptr); in getbn() 649 clean_token(cleantoken2, token2); in input() 680 clean_token(cleantoken, token); in input()
|
H A D | menu_command.c | 157 clean_token(cleantoken, token); in c_disk() 2483 clean_token(s1, nclean); in c_volname() 2499 clean_token(nclean, volname); in c_volname()
|
H A D | menu_scsi.c | 200 clean_token(s, nclean); in c_scsi()
|