Home
last modified time | relevance | path

Searched refs:LPDIR (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/newsyslog/newsyslog.conf.d/
H A DMakefile13 LPDIR= /etc/newsyslog.conf.d macro
/src/usr.sbin/syslogd/
H A DMakefile36 LPDIR= /etc/syslog.d macro
/src/contrib/sqlite3/
H A Dshell.c1834 typedef DIR *LPDIR; typedef
1864 extern LPDIR opendir(const char *dirname);
1865 extern LPDIRENT readdir(LPDIR dirp);
1866 extern INT closedir(LPDIR dirp);
1921 LPDIR opendir( in opendir()
1925 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
1987 LPDIR dirp in readdir()
2019 LPDIR dirp in closedir()