Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dunixfilemap.c70 tperror(name); in filemap()
74 tperror(name); in filemap()
99 tperror(name); in filemap()
H A Dreadfilemap.c97 tperror(name); in filemap()
101 tperror(name); in filemap()
131 tperror(name); in filemap()
H A Dxmltchar.h53 # define tperror _wperror macro
72 # define tperror perror macro
H A Dxmlfile.c190 tperror(filename); in processStream()
206 tperror(filename != NULL ? filename : T("STDIN")); in processStream()
H A Dxmlwf.c1078 tperror(T("invalid buffer size") T( in tmain()
1101 tperror(T("invalid amplification limit") T( in tmain()
1122 tperror(T("invalid ignore threshold") in tmain()
1166 tperror(T("Could not instantiate parser")); in tmain()
1190 tperror(T("Failed to disable reparse deferral")); in tmain()
1227 tperror(T("Could not allocate memory")); in tmain()
1235 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()