Lines Matching defs:so

112     STORE_S *so = (STORE_S *)fs_get(sizeof(STORE_S));  in so_get()  local
238 so_give(STORE_S **so) in so_give()
320 so_file_open(STORE_S *so) in so_file_open()
361 so_cs_writec(int c, STORE_S *so) in so_cs_writec()
401 so_cs_writec_locale(int c, STORE_S *so) in so_cs_writec_locale()
420 so_file_writec(int c, STORE_S *so) in so_file_writec()
439 so_file_writec_locale(int c, STORE_S *so) in so_file_writec_locale()
463 so_cs_readc(unsigned char *c, STORE_S *so) in so_cs_readc()
474 so_cs_readc_locale(unsigned char *c, STORE_S *so) in so_cs_readc_locale()
483 STORE_S *so; in so_cs_readc_getchar() local
491 so_file_readc(unsigned char *c, STORE_S *so) in so_file_readc()
509 so_file_readc_locale(unsigned char *c, STORE_S *so) in so_file_readc_locale()
518 STORE_S *so; in so_file_readc_getchar() local
532 so_file_readc_windows(unsigned char *c, STORE_S *so) in so_file_readc_windows()
588 so_cs_puts(STORE_S *so, char *s) in so_cs_puts()
620 so_cs_puts_locale(STORE_S *so, char *s) in so_cs_puts_locale()
633 so_file_puts(STORE_S *so, char *s) in so_file_puts()
647 so_file_puts_locale(STORE_S *so, char *s) in so_file_puts_locale()
667 so_bio_writec(int c, STORE_S *so) in so_bio_writec()
684 so_bio_readc(unsigned char *c, STORE_S *so) in so_bio_readc()
708 so_bio_puts(STORE_S *so, char *s) in so_bio_puts()
728 so_nputs(STORE_S *so, char *s, long int n) in so_nputs()
743 so_seek(STORE_S *so, long int pos, int orig) in so_seek()
799 so_truncate(STORE_S *so, long int size) in so_truncate()
873 so_tell(STORE_S *so) in so_tell()
902 so_attr(STORE_S *so, char *key, char *value) in so_attr()
949 so_release(STORE_S *so) in so_release()
971 so_reaquire(STORE_S *so) in so_reaquire()
997 so_text(STORE_S *so) in so_text()
1007 so_fgets(STORE_S *so, char *s, size_t size) in so_fgets()