Searched refs:Dtype (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | remove.c | 32 static Dtype remove_dirproc (void *callerdat, const char *dir, 290 static Dtype
|
| H A D | status.c | 20 static Dtype status_dirproc (void *callerdat, const char *dir, 367 static Dtype
|
| H A D | cvs.h | 362 typedef int Dtype; typedef 364 typedef enum direnter_type Dtype; typedef 671 typedef Dtype (*DIRENTPROC) (void *callerdat, const char *dir,
|
| H A D | ls.c | 444 static Dtype 448 Dtype retval; in ls_direntproc()
|
| H A D | commit.c | 30 static Dtype check_direntproc (void *callerdat, const char *dir, 39 static Dtype commit_direntproc (void *callerdat, const char *dir, 142 static Dtype 1136 static Dtype 1660 static Dtype
|
| H A D | acl.c | 41 static Dtype acl_dirproc (void *callerdat, const char *dir, const char *repos, 45 static Dtype acllist_dirproc (void *callerdat, const char *dir, 1080 static Dtype 1922 static Dtype
|
| H A D | diff.c | 35 static Dtype diff_dirproc (void *callerdat, const char *dir, 875 static Dtype
|
| H A D | patch.c | 26 static Dtype patch_dirproc (void *callerdat, const char *dir, 807 static Dtype
|
| H A D | admin.c | 22 static Dtype admin_dirproc (void *callerdat, const char *dir, 1092 static Dtype
|
| H A D | recurse.c | 41 Dtype flags; 994 Dtype dir_return = R_PROCESS; in do_dir_proc()
|
| H A D | tag.c | 39 static Dtype tag_dirproc (void *callerdat, const char *dir, 1446 static Dtype 1639 static Dtype
|
| H A D | log.c | 126 static Dtype log_dirproc (void *callerdat, const char *dir, 1745 static Dtype
|
| H A D | update.c | 68 static Dtype update_dirent_proc (void *callerdat, const char *dir, 888 static Dtype
|
| H A D | client.c | 4635 static Dtype
|
| H A D | ChangeLog-96 | 2452 * cvs.h: If ENUMS_CAN_BE_TROUBLE, typedef Dtype to int not an enum.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; } in Alloc() 1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); } in Alloc() 1009 SExpr *dataType() { return Dtype; } in dataType() 1010 const SExpr *dataType() const { return Dtype; } in dataType() 1014 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx)); in traverse() 1027 SExpr* Dtype;
|