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

/freebsd-9.3-release/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)
237 set_charset(struct iovec **iov, int *iovlen, const char *localcs) function
/freebsd-9.3-release/sbin/mount_udf/
H A Dmount_udf.c70 int set_charset(char **, char **, const char *);
93 if (set_charset(&cs_disk, &cs_local, optarg) == -1)
155 set_charset(char **cs_disk, char **cs_local, const char *localcs) function
/freebsd-9.3-release/sbin/mount_msdosfs/
H A Dmount_msdosfs.c64 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)
297 set_charset(struct iovec **iov, int *iovlen, const char *cs_local, const char *cs_dos) function
/freebsd-9.3-release/sbin/mount_ntfs/
H A Dmount_ntfs.c69 static int set_charset(struct ntfs_args *);
151 if (set_charset(&args) == -1)
261 set_charset(struct ntfs_args *pargs) function
/freebsd-9.3-release/contrib/less/
H A Dcharset.c302 set_charset() function
381 set_charset();

Completed in 66 milliseconds