Home
last modified time | relevance | path

Searched refs:xstrerror (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.decls.h209 extern char *xstrerror (int);
211 # define strerror(a) xstrerror(a)
H A Dtc.os.c1125 xstrerror(int i) in xstrerror() function