Searched refs:set_charset (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sbin/mount_udf/ |
| H A D | mount_udf.c | 69 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 D | mount_msdosfs.c | 61 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 D | mount_cd9660.c | 69 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 D | charset.c | 404 static void set_charset(void) in set_charset() function 490 set_charset(); in init_charset()
|