Searched refs:verror (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dverror.h33 extern void verror (int __status, int __errnum, const char *__format,
53 #endif /* verror.h */
H A Dverror.c21 #include "verror.h"
43 verror (int status, int errnum, const char *format, va_list args) function
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
3900 ## begin gnulib module verror
3902 libcoreutils_a_SOURCES += verror.h verror.c
3904 ## end gnulib module verror
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-sim.c273 verror (format, args);
H A Dlanguage.c892 verror (string, args);
918 verror (string, args);
H A Ddefs.h899 extern NORETURN void verror (const char *fmt, va_list ap) ATTR_NORETURN;
H A Dutils.c620 verror (const char *string, va_list args)
633 verror (string, args);
618 verror (const char *string, va_list args) function
/haiku-fatelf/src/bin/coreutils/src/
H A Dcopy.c66 # include "verror.h"
277 /* use verror module to print error message */
279 verror (0, err, fmt, ap);
291 /* use verror module to print error message */
293 verror (0, err, fmt, ap);

Completed in 86 milliseconds