Home
last modified time | relevance | path

Searched refs:PATHBUFSIZ (Results 1 – 13 of 13) sorted by relevance

/dports/databases/qdbm-plus/qdbm-1.8.78/java/
H A Djutil.c22 #define PATHBUFSIZ 2048 macro
60 char path[PATHBUFSIZ]; in Java_qdbm_Util_getcwd()
61 if(!getcwd(path, PATHBUFSIZ)) return NULL; in Java_qdbm_Util_getcwd()
/dports/databases/qdbm/qdbm-1.8.78/java/
H A Djutil.c22 #define PATHBUFSIZ 2048 macro
60 char path[PATHBUFSIZ]; in Java_qdbm_Util_getcwd()
61 if(!getcwd(path, PATHBUFSIZ)) return NULL; in Java_qdbm_Util_getcwd()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/qdbm/
H A Dodidx.c44 #define PATHBUFSIZ 2048 /* size of a path buffer */ macro
166 char *name, *dir, *lfile, *tsuf, *hsuf, path[PATHBUFSIZ]; in runregister()
345 char *line, path[PATHBUFSIZ]; in proclist()
408 char path[PATHBUFSIZ]; in procdir()
451 char path[PATHBUFSIZ]; in indexdir()
571 char str[PATHBUFSIZ], *wp, *enc; in filetouri()
754 char path[PATHBUFSIZ], *mbuf; in procrelate()
H A Dqmttest.c38 #define PATHBUFSIZ 1024 /* buffer for paths */ macro
142 char name[PATHBUFSIZ], buf[RECBUFSIZ]; in procthread()
/dports/databases/qdbm-plus/qdbm-1.8.78/
H A Dodidx.c44 #define PATHBUFSIZ 2048 /* size of a path buffer */ macro
166 char *name, *dir, *lfile, *tsuf, *hsuf, path[PATHBUFSIZ]; in runregister()
345 char *line, path[PATHBUFSIZ]; in proclist()
408 char path[PATHBUFSIZ]; in procdir()
451 char path[PATHBUFSIZ]; in indexdir()
571 char str[PATHBUFSIZ], *wp, *enc; in filetouri()
754 char path[PATHBUFSIZ], *mbuf; in procrelate()
H A Dqmttest.c38 #define PATHBUFSIZ 1024 /* buffer for paths */ macro
142 char name[PATHBUFSIZ], buf[RECBUFSIZ]; in procthread()
/dports/databases/qdbm/qdbm-1.8.78/
H A Dodidx.c44 #define PATHBUFSIZ 2048 /* size of a path buffer */ macro
166 char *name, *dir, *lfile, *tsuf, *hsuf, path[PATHBUFSIZ]; in runregister()
345 char *line, path[PATHBUFSIZ]; in proclist()
408 char path[PATHBUFSIZ]; in procdir()
451 char path[PATHBUFSIZ]; in indexdir()
571 char str[PATHBUFSIZ], *wp, *enc; in filetouri()
754 char path[PATHBUFSIZ], *mbuf; in procrelate()
H A Dqmttest.c38 #define PATHBUFSIZ 1024 /* buffer for paths */ macro
142 char name[PATHBUFSIZ], buf[RECBUFSIZ]; in procthread()
/dports/databases/qdbm-plus/qdbm-1.8.78/cgi/
H A Dqadm.c42 #define PATHBUFSIZ 1024 /* size of a buffer for path string */ macro
307 char vlpath[PATHBUFSIZ], crpath[PATHBUFSIZ], dppath[PATHBUFSIZ], *vbuf; in dorecdown()
452 static char name[PATHBUFSIZ], *tmp; in getdbattrs()
605 char path[PATHBUFSIZ]; in dodbcreate()
H A Dqfts.c49 #define PATHBUFSIZ 1024 /* size of a path buffer */ macro
471 char path[PATHBUFSIZ], *ubuf, *mbuf, *tmbuf, *tubuf, numbuf[NUMBUFSIZ]; in showrelresult()
645 char path[PATHBUFSIZ], *ubuf, *mbuf; in showresult()
/dports/databases/qdbm/qdbm-1.8.78/cgi/
H A Dqadm.c42 #define PATHBUFSIZ 1024 /* size of a buffer for path string */ macro
307 char vlpath[PATHBUFSIZ], crpath[PATHBUFSIZ], dppath[PATHBUFSIZ], *vbuf; in dorecdown()
452 static char name[PATHBUFSIZ], *tmp; in getdbattrs()
605 char path[PATHBUFSIZ]; in dodbcreate()
H A Dqfts.c49 #define PATHBUFSIZ 1024 /* size of a path buffer */ macro
471 char path[PATHBUFSIZ], *ubuf, *mbuf, *tmbuf, *tubuf, numbuf[NUMBUFSIZ]; in showrelresult()
645 char path[PATHBUFSIZ], *ubuf, *mbuf; in showresult()
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcfile.cc28 const int32_t PATHBUFSIZ = 8192; ///< size of the path buffer variable
1673 char buf[PATHBUFSIZ]; in absolute_path()
1688 char buf[PATHBUFSIZ]; in absolute_path()
1900 char buf[PATHBUFSIZ]; in get_current_directory()
1915 char buf[PATHBUFSIZ]; in get_current_directory()