Searched defs:realloc_and_cat (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dui.c770 realloc_and_cat (char* str, const char* append) function
793 prompt = realloc_and_cat (prompt, " ");
797 prompt = realloc_and_cat (prompt, "/");
800 prompt = realloc_and_cat (prompt, "[");
801 prompt = realloc_and_cat (prompt, def);
802 prompt = realloc_and_cat (prompt, "]");
805 prompt = realloc_and_cat (prompt, text);
809 prompt = realloc_and_cat (prompt, "? ");
812 prompt = realloc_and_cat (prompt, " ");
813 prompt = realloc_and_cat (promp
[all...]

Completed in 24 milliseconds