Home
last modified time | relevance | path

Searched refs:file_s (Results 1 – 25 of 57) sorted by relevance

123

/dports/science/silo/silo-4.10.2-bsd/src/pdb/
H A Dpdpath.c173 static PDBfile *file_s; variable
284 file_s = file; in _lite_PD_effective_ep()
453 if (file_s->virtual_internal) { in _PD_reduce()
601 if (file_s->virtual_internal) tab = file_s->host_chart; in _PD_do_member()
602 else tab = file_s->chart; in _PD_do_member()
696 if (file_s->virtual_internal) { in _PD_do_deref()
753 doff = PD_get_offset(file_s); in _PD_do_index()
1102 tab = file_s->chart; in _PD_deref_addr()
1130 fp = file_s->stream; in _PD_deref_addr()
1225 fp = file_s->stream; in _PD_index_deref()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/tests/
H A Dtest_iofuncs.py49 file_s = np.load(path)
50 A = file_s['A'].item()
51 B = file_s['B']
52 C = file_s['C']
53 D = file_s['D'].item()
54 E = file_s['E']
/dports/security/wipe/wipe-2.3.1/
H A Dfile.h73 struct file_s struct
92 public void fsetbuf(struct file_s *f); argument
93 public void ffreebuf(struct file_s *f);
94 public int fgetbuf(struct file_s *f);
H A Dfile.c52 private int fgetdata(const char *name, struct file_s *f);
61 struct file_s f; in do_file()
104 public void fsetbuf(struct file_s *f) in fsetbuf()
169 public void ffreebuf(struct file_s *f) in ffreebuf()
178 public int fgetbuf(struct file_s *f) in fgetbuf()
203 private int fgetdata(const char *name, struct file_s *f) in fgetdata()
H A Dwipe.h28 public int destroy_file(struct file_s *f);
29 public int wipe_passes(struct file_s *f);
30 public int write_pass(struct file_s *f, const unsigned char byte);
H A Dwipe.c66 private int random_pass(struct file_s *f, int passes);
67 private int write3_pass(struct file_s *f, const unsigned char byte1, const unsigned char byte2, con…
69 private int zero(struct file_s *f);
70 private int wipe(struct file_s *f);
88 private int random_pass(struct file_s *f, int passes) in random_pass()
158 public int write_pass(struct file_s *f, const unsigned char byte) in write_pass()
226 private int write3_pass(struct file_s *f, in write3_pass()
331 public int destroy_file(struct file_s *f) in destroy_file()
451 private int zero(struct file_s *f) in zero()
473 private int wipe(struct file_s *f) in wipe()
[all …]
H A Dblkdev.c73 private int wipe_blkdev(struct file_s *f);
74 private int zero_blkdev(struct file_s *f);
80 private int wipe_blkdev(struct file_s *f) in wipe_blkdev()
110 private int zero_blkdev(struct file_s *f) in zero_blkdev()
141 public int destroy_blkdev(struct file_s *f) in destroy_blkdev()
H A Dlock.h23 public int do_lock(struct file_s *f);
H A Dblkdev.h23 public int destroy_blkdev(struct file_s *f);
H A Dprompt.h23 public void prompt_destroy(struct file_s *f, const int perm);
/dports/devel/tass64/64tass-1.56.2625-src/
H A Dfile.h33 struct file_s { struct
54 #define not_in_file(a, b) ((size_t)((a) - (1 ? (b) : (struct file_s *)(void *)(b))->data) >= (b)->l… argument
66 extern struct file_s *openfile(const char *, const char *, unsigned int, const struct str_t *, line…
67 extern void closefile(struct file_s*);
H A Dfile.c55 struct file_s **data;
58 static struct file_s *file_table_update(struct file_s *p) { in file_table_update()
62 struct file_s **n = (struct file_s **)calloc(max, sizeof *n); in file_table_update()
84 struct file_s *d = file_table.data[offs]; in file_table_update()
363 static void file_free(struct file_s *a) in file_free()
373 static bool extendfile(struct file_s *tmp) { in extendfile()
439 static struct file_s *command_line = NULL;
440 static struct file_s *lastfi = NULL;
444 struct file_s *tmp; in openfile()
833 void closefile(struct file_s *f) { in closefile()
[all …]
H A Dlisting.h27 struct file_s;
42 extern void listing_file(struct Listing *, const char *, const struct file_s *);
H A Derror.h26 struct file_s;
30 struct file_s *file;
104 extern void enterfile(struct file_s *, linepos_t);
H A Darguments.h37 struct file_s;
129 extern int testarg(int *, char ***, struct file_s *);
H A Dlabelobj.c36 const struct file_s *cfile = v1->file_list->file; in destroy()
45 const struct file_s *cfile; in garbage()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/popups/
H A Dinfobar.cpp100 std::string file_s = getHumanSize(file_size); in setInfo() local
106 …ub_image, p.type, p.width, p.height, p.bpp, p.scale * 100.0f, file_size, file_s.c_str(), mem_size,… in setInfo()
/dports/archivers/parchive/par-cmdline/
H A Dtypes.h26 typedef struct file_s *file_t;
/dports/security/pure-sfv/pure-sfv-0.3/par-cmdline/
H A Dtypes.h32 typedef struct file_s *file_t;
/dports/news/newspost/newspost-2.1.1/parchive/
H A Dtypes.h20 typedef struct file_s *file_t;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHTTP.php576 $file_s = explode('/', $_SERVER['SCRIPT_FILENAME']);
579 while ($uri_s[count($uri_s) - 1] === $file_s[count($file_s) - 1]) {
581 array_pop($file_s);
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/av/
H A DMovieCube.java481 String url_s=null, file_s=null; in main() local
507 file_s = args[i]; in main()
528 } else if( null != file_s ) { in main()
529 streamLoc = Uri.valueOf(new File(file_s)); in main()
534 System.err.println("file_s "+file_s); in main()
/dports/net/rtg/rtg-0.7.5/cgilib-0.7/
H A Dcgi.h40 typedef struct file_s { struct
/dports/devel/cgilib/cgilib-0.7/
H A Dcgi.h40 typedef struct file_s { struct
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/Utils/
H A DHTTP.php620 $file_s = explode('/', $_SERVER['SCRIPT_FILENAME']);
623 while ($uri_s[count($uri_s) - 1] === $file_s[count($file_s) - 1]) {
625 array_pop($file_s);

123