sunlabel.c | 228 trydisk(const char *s, int mustsucceed) function in typeref:typename:int 251 * if we malloc, we never free, because either trydisk eventually 261 trydisk(s, 1); 264 if (trydisk(s, 0)) 270 if (trydisk(tmp, 0)) { 278 if (trydisk(tmp, 0)) {
|