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

/freebsd-10-stable/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)
138 set_charset(char **cs_disk, char **cs_local, const char *localcs) function
/freebsd-10-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c78 static int set_charset(struct iovec **, int *iovlen, const char *);
131 if (set_charset(&iov, &iovlen, optarg) == -1)
238 set_charset(struct iovec **iov, int *iovlen, const char *localcs) function
/freebsd-10-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c65 static int set_charset(struct iovec **iov, int *iovlen, const char *, const char *);
182 if (set_charset(&iov, &iovlen, cs_local, cs_dos) == -1)
187 if (set_charset(&iov, &iovlen, "ISO8859-1", cs_dos) == -1)
298 set_charset(struct iovec **iov, int *iovlen, const char *cs_local, const char *cs_dos) function
/freebsd-10-stable/contrib/less/
H A Dcharset.c318 set_charset() function
406 set_charset();

Completed in 103 milliseconds