Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dunixfilemap.c72 tperror(name); in filemap()
76 tperror(name); in filemap()
100 tperror(name); in filemap()
H A Dreadfilemap.c98 tperror(name); in filemap()
102 tperror(name); in filemap()
132 tperror(name); in filemap()
H A Dxmltchar.h53 # define tperror _wperror macro
72 # define tperror perror macro
H A Dxmlfile.c198 tperror(filename); in processStream()
214 tperror(filename != NULL ? filename : T("STDIN")); in processStream()
H A Dxmlwf.c1088 tperror(T("invalid buffer size") T( in tmain()
1111 tperror(T("invalid amplification limit") T( in tmain()
1132 tperror(T("invalid ignore threshold") in tmain()
1176 tperror(T("Could not instantiate parser")); in tmain()
1203 tperror(T("Failed to disable reparse deferral")); in tmain()
1240 tperror(T("Could not allocate memory")); in tmain()
1248 tperror(outName); in tmain()
/freebsd/sbin/dump/
H A Dtape.c195 tperror(int signo __unused) in tperror() function
703 signal(SIGUSR1, tperror); /* Worker sends SIGUSR1 on tape errors */ in create_workers()