/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gxclfile.c | 54 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 D | gxclmem.h | 123 #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 D | gxclmem.c | 326 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 D | gxfmap.h | 68 # define gx_map_color_frac(pgs,cf,m)\ argument 75 # define gx_map_color_frac(pgs,cf,m)\ argument
|
H A D | gxclbits.c | 147 stream_CFE_state cf; in cmd_put_bits() member
|
H A D | gxhintn.c | 1649 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 D | syn.c | 55 #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 D | lex.c | 98 yylex(cf) in yylex() argument
|
/plan9-contrib/sys/src/libdraw/ |
H A D | font.c | 150 cf2subfont(Cachefont *cf, Font *f) in cf2subfont() 178 Cachefont *cf; in loadchar() local
|
/plan9-contrib/sys/src/cmd/ip/ipconfig/ |
H A D | ipv6.c | 186 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 D | walk.c | 89 walk(char *path, Dir *cf, long depth) in walk()
|
H A D | cpu.c | 57 int (*cf)(int); /* client side authentication */ member
|
/plan9-contrib/sys/src/9k/port/ |
H A D | devsd.c | 1479 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 D | devsd.c | 1480 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 D | cpu.c | 51 int (*cf)(int); /* client side authentication */ member
|
H A D | cpu-bl.c | 51 int (*cf)(int); /* client side authentication */ member
|
/plan9-contrib/sys/src/9k/root/ |
H A D | cpu.c | 56 int (*cf)(int); /* client side authentication */ member
|
/plan9-contrib/sys/src/9k/k10/root/ |
H A D | cpu.c | 57 int (*cf)(int); /* client side authentication */ member
|
/plan9-contrib/sys/include/ |
H A D | draw.h | 295 Cachefont *cf; /* font info that owns us */ member
|
/plan9-contrib/sys/src/cmd/unix/drawterm/include/ |
H A D | draw.h | 296 Cachefont *cf; /* font info that owns us */ member
|
/plan9-contrib/sys/include/ape/ |
H A D | draw.h | 303 Cachefont *cf; /* font info that owns us */ member
|
/plan9-contrib/sys/src/cmd/fscfs/ |
H A D | cfs.c | 1279 SFid *cf; in sfclone() local
|
/plan9-contrib/sys/src/9/pc/ |
H A D | sdata.c | 960 ataprobew(DevConf *cf) in ataprobew()
|