opendisk.c | 57 opd(char *buf, size_t len, int (*ofn)(const char *, int, ...), function in typeref:typename:int __printflike (5,6) 98 f = opd(buf, buflen, ofn, flags, "%s%s%s", d, r, path); 102 f = opd(buf, buflen, ofn, flags, "%s%s%s%c", d, r, path, part); 107 f = opd(buf, buflen, ofn, flags, "%s", path); 111 return opd(buf, buflen, ofn, flags, "%s%c", path, part);
|