Home
last modified time | relevance | path

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

/dflybsd-src/include/
H A Dobjformat.h37 int getobjformat(char *, size_t, int *, char **);
/dflybsd-src/lib/libc/gen/
H A Dgetobjformat.c38 getobjformat(char *buf, size_t buflen, int *argcp __unused, char **argv __unused) in getobjformat() function
H A DMakefile.inc25 getnetgrent.c getobjformat.c getosreldate.c getpagesize.c \
69 getmntinfo.3 getnetgrent.3 getobjformat.3 getosreldate.3 \
H A DSymbol.map289 getobjformat;
/dflybsd-src/usr.bin/objformat/
H A Dobjformat.c115 if (getobjformat(objformat, sizeof objformat, &argc, argv) == -1) in main()