Home
last modified time | relevance | path

Searched refs:dirtype (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/finance/beancount/beancount-2.3.3/beancount/reports/
H A Djournal_text.py142 empty_line = empty_format.format(date='', dirtype='', description='',
167 dirtype = TEXT_SHORT_NAME[type(entry)]
169 dirtype = entry.flag
203 dirtype=dirtype,
217 row = (date, dirtype, description,
221 row = (date, dirtype, description,
228 date = dirtype = ''
238 dirtype='',
/dports/sysutils/clean/clean-3.4/
H A Dtraverse.c58 struct dirtype *head = NULL; /* The head of the subdir list */ in traverse()
119 add_dir (struct dirtype **headp, char *file, int len, int leaf) in add_dir()
121 struct dirtype *dirptr; in add_dir()
123 if ((dirptr = (struct dirtype *)malloc((sizeof(struct dirtype)) + len)) == NULL) in add_dir()
145 scan_dirs (struct dirtype *head, char *d, int d_len) in scan_dirs()
161 struct dirtype *temp; in scan_dirs()
H A Dniftyclean.h110 struct dirtype { struct
113 struct dirtype *next; argument
/dports/sysutils/pacman/pacman-5.1.3/scripts/libmakepkg/util/
H A Dutil.sh.in86 local dirtype="$1" dirpath="$2"
89 error "$(gettext "Failed to create the directory \$%s (%s).")" "$dirtype" "$dirpath"
92 …error "$(gettext "You do not have write permission for the directory \$%s (%s).")" "$dirtype" "$di…
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dpreproc.c129 tokenarray[i].dirtype <= DRT_INCLUDE ) { in PreprocessLine()
136 directive_tab[tokenarray[i].dirtype]( i, tokenarray ); in PreprocessLine()
144 switch ( tokenarray[1].dirtype ) { in PreprocessLine()
174 directive_tab[tokenarray[1].dirtype]( 1, tokenarray ); in PreprocessLine()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_state.cpp34 static const dirtype opposite[9] =
37 static const dirtype diagonal[9][9] =
253 dirtype dirtry[5]; in SelectDodgeDir()
254 dirtype turnaround,tdir; in SelectDodgeDir()
368 dirtype d[3]; in SelectChaseDir()
369 dirtype tdir, olddir, turnaround; in SelectChaseDir()
428 for (tdir=north; tdir<=west; tdir=(dirtype)(tdir+1)) in SelectChaseDir()
440 for (tdir=west; tdir>=north; tdir=(dirtype)(tdir-1)) in SelectChaseDir()
478 dirtype d[3]; in SelectRunDir()
479 dirtype tdir; in SelectRunDir()
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dgtk_file.cpp111 S9xGetFilenameInc (const char *e, enum s9x_getdirtype dirtype) in S9xGetFilenameInc() argument
123 d = S9xGetDirectory (dirtype); in S9xGetFilenameInc()
136 S9xGetDirectory (enum s9x_getdirtype dirtype) in S9xGetDirectory() argument
140 switch (dirtype) in S9xGetDirectory()
172 if (dirtype != HOME_DIR && path[0] != '\0') in S9xGetDirectory()
211 S9xGetFilename (const char *ex, enum s9x_getdirtype dirtype) in S9xGetFilename() argument
222 S9xGetDirectory (dirtype), fname, ex); in S9xGetFilename()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dgtk_file.cpp105 S9xGetFilenameInc (const char *e, enum s9x_getdirtype dirtype) in S9xGetFilenameInc() argument
117 d = S9xGetDirectory (dirtype); in S9xGetFilenameInc()
131 S9xGetDirectory (enum s9x_getdirtype dirtype) in S9xGetDirectory() argument
135 switch (dirtype) in S9xGetDirectory()
167 if (dirtype != HOME_DIR && path[0] != '\0') in S9xGetDirectory()
199 S9xGetFilename (const char *ex, enum s9x_getdirtype dirtype) in S9xGetFilename() argument
210 S9xGetDirectory (dirtype), fname, ex); in S9xGetFilename()
/dports/emulators/uae/uae-0.8.29/src/
H A Dreaddisk.c108 long dirtype; in read_dir() local
110 dirtype = (uae_s32) readlong (subbuf, 0x1FC); in read_dir()
111 if (dirtype > 0) { in read_dir()
115 } else if (dirtype < 0) { in read_dir()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dutil.h38 int fromSimpleDir(int dirtype, int dir);
39 int toSimpleDir(int dirtype, int dir);
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dutil.h38 int fromSimpleDir(int dirtype, int dir);
39 int toSimpleDir(int dirtype, int dir);
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Ddirent.inc10 function DTTOIF(dirtype : longint) : __mode_t;
12 DTTOIF:=dirtype shl 12;
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/common/
H A Dgdm-languages.h28 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/low/
H A Dugenv.cc504 static ENVITEM *SearchTree (const char *name, INT type, INT dirtype) in SearchTree() argument
528 if ((theItem->d.type==dirtype)||(dirtype==SEARCHALL)) in SearchTree()
531 if ((result=SearchTree(name,type,dirtype))!=NULL) in SearchTree()
561 ENVITEM * NS_PREFIX SearchEnv (const char *name, const char *where, INT type, INT dirtype) in SearchEnv() argument
568 return(SearchTree(name,type,dirtype)); in SearchEnv()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dreaddisk.c132 long dirtype; in read_dir() local
134 dirtype = (uae_s32) readlong (subbuf, 0x1FC); in read_dir()
135 if (dirtype > 0) { in read_dir()
139 } else if (dirtype < 0) { in read_dir()
/dports/archivers/dact/dact-0.8.42/
H A Dmodule.c87 DIR *dirtype; in load_modules_all() local
92 if ((dirtype=opendir(tmpbuf))==NULL) continue; in load_modules_all()
93 while ((dinfo=readdir(dirtype))!=NULL) { in load_modules_all()
102 closedir(dirtype); in load_modules_all()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Ddirent.h137 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Ddirent.h137 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/dports/security/pkcrack/pkcrack-1.2.2/src/
H A Dheaders.h104 } dirtype;
132 extern dirtype dir;
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Ddirent.h127 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Ddir.h106 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-sprintf.c1261 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1290 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1291 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1343 tree dirtype = NULL_TREE; in format_integer() local
1351 dirtype = ptr_type_node; in format_integer()
1353 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
1370 dirtype = (sign in format_integer()
1385 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
1404 argtype = dirtype; in format_integer()
1436 arg = fold_convert (dirtype, arg); in format_integer()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-sprintf.c1261 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1290 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1291 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1343 tree dirtype = NULL_TREE; in format_integer() local
1351 dirtype = ptr_type_node; in format_integer()
1353 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
1370 dirtype = (sign in format_integer()
1385 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
1404 argtype = dirtype; in format_integer()
1436 arg = fold_convert (dirtype, arg); in format_integer()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-sprintf.c1257 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1286 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1287 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1339 tree dirtype = NULL_TREE; in format_integer() local
1347 dirtype = ptr_type_node; in format_integer()
1349 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
1366 dirtype = (sign in format_integer()
1381 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
1400 argtype = dirtype; in format_integer()
1432 arg = fold_convert (dirtype, arg); in format_integer()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-sprintf.c1261 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1290 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1291 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1343 tree dirtype = NULL_TREE; in format_integer() local
1351 dirtype = ptr_type_node; in format_integer()
1353 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
1370 dirtype = (sign in format_integer()
1385 dirtype = sign ? intmax_type_node : uintmax_type_node; in format_integer()
1404 argtype = dirtype; in format_integer()
1436 arg = fold_convert (dirtype, arg); in format_integer()
[all …]

1234567