Home
last modified time | relevance | path

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

/trueos/usr.sbin/btxld/
HDbtxld.c124 static void writex(int, const void *, size_t);
274 writex(fdo, &btxle, sizeof(btxle)); in btxld()
416 writex(fd, &ex, sizeof(ex)); in puthdr()
437 writex(fd, &eh, sizeof(eh)); in puthdr()
456 writex(fdo, buf, n); in copy()
481 writex(int fd, const void *buf, size_t nbyte) in writex() function