Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 25 of 90) sorted by relevance

1234

/plan9/sys/src/cmd/gs/src/
H A Dgpmisc.c52 gp_fopentemp(const char *fname, const char *mode) in gp_fopentemp()
137 gp_file_name_combine_generic(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine_generic()
314 gp_file_name_reduce(const char *fname, uint flen, char *buffer, uint *blen) in gp_file_name_reduce()
323 gp_file_name_is_absolute(const char *fname, uint flen) in gp_file_name_is_absolute()
332 gp_file_name_prefix(const char *fname, uint flen, in gp_file_name_prefix()
333 bool (*test)(const char *fname, uint flen)) in gp_file_name_prefix()
357 gp_file_name_parents(const char *fname, uint flen) in gp_file_name_parents()
366 gp_file_name_cwds(const char *fname, uint flen) in gp_file_name_cwds()
H A Dgp_unifn.c37 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
43 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
54 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
58 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
87 gp_file_name_combine(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine()
H A Dgp_dosfs.c76 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
101 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
112 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
116 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
145 gp_file_name_combine(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine()
H A Dicfontab.c27 #define font_(fname, fproc, zfproc) extern ccfont_proc(fproc); argument
36 #define font_(fname, fproc, zfproc) fproc, /* fname, zfproc are not needed */ argument
H A Dgsiodev.c125 iodev_no_open_file(gx_io_device * iodev, const char *fname, uint namelen, in iodev_no_open_file()
132 iodev_no_fopen(gx_io_device * iodev, const char *fname, const char *access, in iodev_no_fopen()
145 iodev_no_delete_file(gx_io_device * iodev, const char *fname) in iodev_no_delete_file()
157 iodev_no_file_status(gx_io_device * iodev, const char *fname, struct stat *pstat) in iodev_no_file_status()
185 iodev_os_fopen(gx_io_device * iodev, const char *fname, const char *access, in iodev_os_fopen()
206 os_delete(gx_io_device * iodev, const char *fname) in os_delete()
218 os_status(gx_io_device * iodev, const char *fname, struct stat *pstat) in os_status()
H A Dgp_ntfs.c212 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
237 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
248 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
252 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
281 gp_file_name_combine(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine()
H A Dgxclfile.c54 clist_fclose(clist_file_ptr cf, const char *fname, bool delete) in clist_fclose()
62 clist_unlink(const char *fname) in clist_unlink()
136 clist_rewind(clist_file_ptr cf, bool discard_data, const char *fname) in clist_rewind()
H A Dgp_iwatc.c127 gp_close_printer(FILE * pfile, const char *fname) in gp_close_printer()
142 gp_open_scratch_file(const char *prefix, char *fname, const char *mode) in gp_open_scratch_file()
175 gp_fopen(const char *fname, const char *mode) in gp_fopen()
H A Dgp_vms.c208 gp_close_printer(FILE * pfile, const char *fname) in gp_close_printer()
272 gp_fopen(const char *fname, const char *mode) in gp_fopen()
431 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
470 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
494 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
499 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
529 gp_file_name_combine(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine()
H A Dgp_macio.c334 gp_open_printer (char *fname, int binary_mode) in gp_open_printer()
345 gp_close_printer (FILE *pfile, const char *fname) in gp_close_printer()
430 gp_read_macresource(byte *buf, const char *fname, const uint type, const ushort id) in gp_read_macresource()
533 gp_fopen (const char * fname, const char * mode) { in gp_fopen()
553 popen (const char * fname, const char * mode ) { in popen()
582 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
618 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
626 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
642 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
646 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
[all …]
H A Dzfile.c148 check_file_permissions_reduced(i_ctx_t *i_ctx_p, const char *fname, int len, in check_file_permissions_reduced()
214 check_file_permissions(i_ctx_t *i_ctx_p, const char *fname, int len, in check_file_permissions()
684 char fname[gp_file_name_sizeof]; in ztempfile() local
868 iodev_os_open_file(gx_io_device * iodev, const char *fname, uint len, in iodev_os_open_file()
894 gp_file_name_combine_patch(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine_patch()
905 file_prepare_stream(const char *fname, uint len, const char *file_access, in file_prepare_stream()
940 check_file_permissions_aux(i_ctx_t *i_ctx_p, char *fname, uint flen) in check_file_permissions_aux()
957 const char *fname, uint flen, char fmode[4], char *buffer, int blen, in lib_fopen_with_libpath()
1025 lib_fopen(const gs_file_path_ptr pfpath, const gs_memory_t *mem, const char *fname) in lib_fopen()
1046 i_ctx_t *i_ctx_p, const char *fname, uint len, byte * cname, uint max_clen, in lib_file_open()
[all …]
H A Dgxclmem.h121 #define memfile_fopen(fname, fmode, pcf, mem, data_mem, compress)\ argument
123 #define memfile_fclose(cf, fname, delete)\ argument
125 #define memfile_unlink(fname)\ argument
139 #define memfile_rewind(cf, discard, fname) clist_rewind(cf, discard, fname) argument
140 #define memfile_fseek(cf, offset, mode, fname) clist_fseek(cf, offset, mode, fname) argument
H A Dgp_mktmp.c24 mktemp(char *fname) in mktemp()
H A Dgp_os2.c469 gp_close_printer(FILE * pfile, const char *fname) in gp_close_printer()
761 gp_fopen(const char *fname, const char *mode) in gp_fopen()
768 uint gp_file_name_root(const char *fname, uint len) in gp_file_name_root()
793 uint gs_file_name_check_separator(const char *fname, int len, const char *item) in gs_file_name_check_separator()
804 bool gp_file_name_is_parent(const char *fname, uint len) in gp_file_name_is_parent()
808 bool gp_file_name_is_current(const char *fname, uint len) in gp_file_name_is_current()
837 gp_file_name_combine(const char *prefix, uint plen, const char *fname, uint flen, in gp_file_name_combine()
H A Dgdevpipe.c45 pipe_fopen(gx_io_device * iodev, const char *fname, const char *access, in pipe_fopen()
H A Dgsfname.h40 const char *fname; member
H A Dstdio_.h36 # define unlink(fname) delete(fname) argument
H A Dzfrsd.c79 ref f, fname, dp; in zrsdparams() local
226 gs_const_string fname; in make_rfs() local
H A Dgp_os9.c141 rbfopen(char *fname, char *perm) in rbfopen()
151 gp_close_printer(FILE * pfile, const char *fname) in gp_close_printer()
H A Dgsiorom.c79 iodev_rom_open_file(gx_io_device *iodev, const char *fname, uint namelen, in iodev_rom_open_file()
/plan9/sys/src/ape/lib/ap/plan9/
H A Dgetpgrp.c15 char pgrpbuf[15], fname[30]; in getpgrp() local
H A Dsetpgid.c11 char buf[50], fname[30]; in setpgid() local
/plan9/sys/src/libdraw/
H A Dsubfontname.c10 subfontname(char *cfname, char *fname, int maxdepth) in subfontname()
/plan9/sys/src/cmd/rc/
H A Dpfnc.c9 } fname[] = { variable
/plan9/sys/src/cmd/gs/jpeg/
H A Djmemname.c95 select_file_name (char * fname) in select_file_name()
126 select_file_name (char * fname) in select_file_name()

1234