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.c69 int set_charset(char **, char **, const char *);
93 if (set_charset(&cs_disk, &cs_local, optarg) == -1) in main()
137 set_charset(char **cs_disk, char **cs_local, const char *localcs) in set_charset() function
/freebsd/sbin/mount_msdosfs/
H A Dmount_msdosfs.c61 static int set_charset(struct iovec **iov, int *iovlen, const char *, const char *);
178 if (set_charset(&iov, &iovlen, cs_local, cs_dos) == -1) in main()
183 if (set_charset(&iov, &iovlen, "ISO8859-1", cs_dos) == -1) in main()
294 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.c69 static int set_charset(struct iovec **, int *iovlen, const char *);
134 if (set_charset(&iov, &iovlen, optarg) == -1) in main()
241 set_charset(struct iovec **iov, int *iovlen, const char *localcs) in set_charset() function
/freebsd/contrib/less/
H A Dcharset.c404 static void set_charset(void) in set_charset() function
490 set_charset(); in init_charset()