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

  /src/distrib/utils/libhack/
perror.c 1 /* $NetBSD: perror.c,v 1.3 2003/08/07 09:27:58 agc Exp $ */
42 perror(s) function
  /src/lib/libc/gen/
errlist.awk 53 function perror(name, number, desc) function
74 perror("ENOERROR", 0, "Undefined error: 0");
92 perror(name, number, desc);
  /src/lib/libc/stdio/
perror.c 1 /* $NetBSD: perror.c,v 1.24 2006/01/26 11:13:42 kleink Exp $ */
35 static char sccsid[] = "@(#)perror.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: perror.c,v 1.24 2006/01/26 11:13:42 kleink Exp $");
49 * Since perror() is not allowed to change the contents of strerror()'s
54 perror(const char *s) function
  /src/external/gpl3/binutils/dist/zlib/
minigzip.c 64 # define perror(s) pwinerror(s) macro
184 perror("fread");
280 perror(file);
329 perror(file);
425 perror(*argv);
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 64 # define perror(s) pwinerror(s) macro
184 perror("fread");
280 perror(file);
329 perror(file);
425 perror(*argv);
  /src/common/dist/zlib/test/
minigzip.c 68 # define perror(s) pwinerror(s) macro
355 perror("fread");
412 perror(file);
467 perror(file);
564 perror(*argv);
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
minigzip.c 73 # define perror(s) pwinerror(s) macro
363 perror("fread");
450 perror(file);
497 perror(file);
590 perror(*argv);
  /src/external/gpl3/binutils/dist/zlib/test/
minigzip.c 68 # define perror(s) pwinerror(s) macro
355 perror("fread");
412 perror(file);
467 perror(file);
564 perror(*argv);
  /src/external/gpl3/binutils.old/dist/zlib/test/
minigzip.c 68 # define perror(s) pwinerror(s) macro
379 perror("fread");
479 perror(file);
536 perror(file);
636 perror(*argv);
  /src/external/bsd/wpa/dist/src/utils/
common.c 370 void perror(const char *s) function
  /src/sys/dev/audio/
audio.c 1033 int perror, rerror; local
1036 perror = audio_hw_probe(sc, &phwfmt, AUMODE_PLAY);
1038 if (perror && rerror) {
1040 "audio_hw_probe failed: perror=%d, rerror=%d\n",
1041 perror, rerror);
1044 if (perror) {
1047 "errno=%d, playback disabled\n", perror);

Completed in 57 milliseconds