Home
last modified time | relevance | path

Searched refs:set_charset (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/mount_udf/
H A Dmount_udf.c70 int set_charset(char **, char **, const char *);
94 if (set_charset(&cs_disk, &cs_local, optarg) == -1) in main()
138 set_charset(char **cs_disk, char **cs_local, const char *localcs) in set_charset() function
/freebsd/sbin/mount_msdosfs/
H A Dmount_msdosfs.c62 static int set_charset(struct iovec **iov, int *iovlen, const char *, const char *);
179 if (set_charset(&iov, &iovlen, cs_local, cs_dos) == -1) in main()
184 if (set_charset(&iov, &iovlen, "ISO8859-1", cs_dos) == -1) in main()
295 set_charset(struct iovec **iov, int *iovlen, const char *cs_local, const char *cs_dos) in set_charset() function
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c70 static int set_charset(struct iovec **, int *iovlen, const char *);
135 if (set_charset(&iov, &iovlen, optarg) == -1) in main()
242 set_charset(struct iovec **iov, int *iovlen, const char *localcs) in set_charset() function
/freebsd/contrib/less/
H A Dcharset.c397 static void set_charset(void) in setfmt()
476 set_charset(); in set_charset()
413 static void set_charset(void) set_charset() function