/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 in typeref:typename:void
|
/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/sys/dev/audio/ |
audio.c | 1033 int perror, rerror; local in function:audioattach 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);
|