Home
last modified time | relevance | path

Searched refs:FIO_OSTR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h80 #define FIO_OSTR 4 /* open string - anything's legal */ macro
H A Dmenu_defect.c553 str = (char *)(uintptr_t)input(FIO_OSTR, "Enter name of defect file", in d_dump()
618 str = (char *)(uintptr_t)input(FIO_OSTR, "Enter name of defect file", in d_load()
H A Dprompts.c428 return ((char *)(uintptr_t)input(FIO_OSTR, in get_asciilabel()
H A Dadd_definition.c139 filename = (char *)(uintptr_t)input(FIO_OSTR, prompt, in add_definition()
H A Dio.c490 case FIO_OSTR: in input()
690 if (type == FIO_OSTR) { in input()
994 case FIO_OSTR: in input()
H A Dmenu_partition.c344 name = (char *)(uintptr_t)input(FIO_OSTR, in p_name()