HomeSort by: relevance | last modified time | path
    Searched defs:opd (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libutil/
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);
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);

Completed in 21 milliseconds