Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 23 of 23) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxclfile.c54 clist_fclose(clist_file_ptr cf, const char *fname, bool delete) in clist_fclose()
76 clist_fwrite_chars(const void *data, uint len, clist_file_ptr cf) in clist_fwrite_chars()
84 clist_fread_chars(void *data, uint len, clist_file_ptr cf) in clist_fread_chars()
118 clist_set_memory_warning(clist_file_ptr cf, int bytes_left) in clist_set_memory_warning()
124 clist_ferror_code(clist_file_ptr cf) in clist_ferror_code()
130 clist_ftell(clist_file_ptr cf) in clist_ftell()
136 clist_rewind(clist_file_ptr cf, bool discard_data, const char *fname) in clist_rewind()
160 clist_fseek(clist_file_ptr cf, long offset, int mode, const char *ignore_fname) in clist_fseek()
H A Dgxclmem.h123 #define memfile_fclose(cf, fname, delete)\ argument
130 #define memfile_fwrite_chars(data, len, cf)\ argument
133 #define memfile_fread_chars(data, len, cf)\ argument
136 #define memfile_set_memory_warning(cf, nbytes) clist_set_memory_warning(cf, nbytes) argument
137 #define memfile_ferror_code(cf) clist_ferror_code(cf) argument
138 #define memfile_ftell(cf) clist_ftell(cf) 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 Dgxclmem.c326 memfile_fclose(clist_file_ptr cf, const char *fname, bool delete) in memfile_fclose()
375 memfile_set_memory_warning(clist_file_ptr cf, int bytes_left) in memfile_set_memory_warning()
618 memfile_fwrite_chars(const void *data, uint len, clist_file_ptr cf) in memfile_fwrite_chars()
831 memfile_fread_chars(void *data, uint len, clist_file_ptr cf) in memfile_fread_chars()
864 memfile_ferror_code(clist_file_ptr cf) in memfile_ferror_code()
870 memfile_ftell(clist_file_ptr cf) in memfile_ftell()
876 memfile_rewind(clist_file_ptr cf, bool discard_data, const char *ignore_fname) in memfile_rewind()
892 memfile_fseek(clist_file_ptr cf, long offset, int mode, const char *ignore_fname) in memfile_fseek()
H A Dgxfmap.h68 # define gx_map_color_frac(pgs,cf,m)\ argument
75 # define gx_map_color_frac(pgs,cf,m)\ argument
H A Dgxclbits.c147 stream_CFE_state cf; in cmd_put_bits() member
H A Dgxhintn.c1649 int19 cf = (horiz ? this->heigt_transform_coef_rat : this->width_transform_coef_rat); in t1_hinter__align_stem_width() local
1719 int19 cf = (horiz ? this->heigt_transform_coef_rat : this->width_transform_coef_rat); in t1_hinter__align_stem_to_grid() local
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dsyn.c55 #define token(cf) \ argument
57 #define tpeek(cf) \ argument
76 pipeline(cf) in pipeline() argument
153 synio(cf) in synio() argument
178 musthave(c, cf) in musthave() argument
200 get_command(cf) in get_command() argument
H A Dlex.c98 yylex(cf) in yylex() argument
/plan9-contrib/sys/src/libdraw/
H A Dfont.c150 cf2subfont(Cachefont *cf, Font *f) in cf2subfont()
178 Cachefont *cf; in loadchar() local
/plan9-contrib/sys/src/cmd/ip/ipconfig/
H A Dipv6.c186 v6paraminit(Conf *cf) in v6paraminit()
524 issuebasera6(Conf *cf) in issuebasera6()
537 issuerara6(Conf *cf) in issuerara6()
550 issueadd6(Conf *cf) in issueadd6()
/plan9-contrib/sys/src/cmd/
H A Dwalk.c89 walk(char *path, Dir *cf, long depth) in walk()
H A Dcpu.c57 int (*cf)(int); /* client side authentication */ member
/plan9-contrib/sys/src/9k/port/
H A Ddevsd.c1479 configure(char* spec, DevConf* cf) in configure()
1550 sdconfig(int on, char* spec, DevConf* cf) in sdconfig()
1587 DevConf cf; member
/plan9-contrib/sys/src/9/port/
H A Ddevsd.c1480 configure(char* spec, DevConf* cf) in configure()
1551 sdconfig(int on, char* spec, DevConf* cf) in sdconfig()
1588 DevConf cf; member
/plan9-contrib/sys/src/cmd/unix/drawterm/
H A Dcpu.c51 int (*cf)(int); /* client side authentication */ member
H A Dcpu-bl.c51 int (*cf)(int); /* client side authentication */ member
/plan9-contrib/sys/src/9k/root/
H A Dcpu.c56 int (*cf)(int); /* client side authentication */ member
/plan9-contrib/sys/src/9k/k10/root/
H A Dcpu.c57 int (*cf)(int); /* client side authentication */ member
/plan9-contrib/sys/include/
H A Ddraw.h295 Cachefont *cf; /* font info that owns us */ member
/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h296 Cachefont *cf; /* font info that owns us */ member
/plan9-contrib/sys/include/ape/
H A Ddraw.h303 Cachefont *cf; /* font info that owns us */ member
/plan9-contrib/sys/src/cmd/fscfs/
H A Dcfs.c1279 SFid *cf; in sfclone() local
/plan9-contrib/sys/src/9/pc/
H A Dsdata.c960 ataprobew(DevConf *cf) in ataprobew()