Lines Matching refs:cleaned

398 	TOKEN	cleaned;  in sup_prxfile()  local
440 clean_token(cleaned, token); in sup_prxfile()
441 if (strcmp(cleaned, "search_path") == 0) in sup_prxfile()
443 else if (strcmp(cleaned, "disk_type") == 0) in sup_prxfile()
445 else if (strcmp(cleaned, "partition") == 0) in sup_prxfile()
448 datafile_error("Unknown keyword '%s'", cleaned); in sup_prxfile()
472 TOKEN cleaned; in sup_setpath() local
505 clean_token(cleaned, token); in sup_setpath()
513 &path_alloc, cleaned); in sup_setpath()
535 TOKEN token, cleaned, ident; in sup_setdtype() local
559 clean_token(cleaned, token); in sup_setdtype()
563 dtype_name = (char *)zalloc(strlen(cleaned) + 1); in sup_setdtype()
564 (void) strcpy(dtype_name, cleaned); in sup_setdtype()
630 clean_token(cleaned, token); in sup_setdtype()
642 cleaned) == 0) in sup_setdtype()
651 if (strcmp(other_ctlrs[i], cleaned) in sup_setdtype()
660 cleaned); in sup_setdtype()
677 val = (int)strtol(cleaned, &ptr, 0); in sup_setdtype()
680 cleaned); in sup_setdtype()
937 TOKEN token, cleaned, disk, ctlr, ident; in sup_setpart() local
964 clean_token(cleaned, token); in sup_setpart()
968 pinfo_name = (char *)zalloc(strlen(cleaned) + 1); in sup_setpart()
969 (void) strcpy(pinfo_name, cleaned); in sup_setpart()
1033 clean_token(cleaned, token); in sup_setpart()
1039 (void) strcpy(ctlr, cleaned); in sup_setpart()
1047 (void) strcpy(disk, cleaned); in sup_setpart()
1159 if (find_value(ptag_choices, cleaned, &i) == 1) { in sup_setpart()
1176 clean_token(cleaned, token); in sup_setpart()
1182 if (find_value(pflag_choices, cleaned, &i) == 1) { in sup_setpart()
1199 clean_token(cleaned, token); in sup_setpart()
1206 val1 = str2cyls(cleaned); in sup_setpart()
1209 cleaned); in sup_setpart()
1228 clean_token(cleaned, token); in sup_setpart()
1236 val2 = str2blks(cleaned); in sup_setpart()
1239 cleaned); in sup_setpart()