Home
last modified time | relevance | path

Searched defs:cset (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/usr.bin/tr/
H A Dcset.h49 struct cset { struct
58 bool cset_addclass(struct cset *, wctype_t, bool); argument
/dflybsd-src/contrib/libarchive/tar/
H A Dcreation_set.c133 _cset_add_filter(struct creation_set *cset, int program, const char *filter) in _cset_add_filter()
152 cset_add_filter(struct creation_set *cset, const char *filter) in cset_add_filter()
158 cset_add_filter_program(struct creation_set *cset, const char *filter) in cset_add_filter_program()
164 cset_read_support_filter_program(struct creation_set *cset, struct archive *a) in cset_read_support_filter_program()
179 cset_write_add_filters(struct creation_set *cset, struct archive *a, in cset_write_add_filters()
201 cset_set_format(struct creation_set *cset, const char *format) in cset_set_format()
213 cset_get_format(struct creation_set *cset) in cset_get_format()
232 cset_free(struct creation_set *cset) in cset_free()
249 cset_auto_compress(struct creation_set *cset, const char *filename) in cset_auto_compress()
H A Dbsdtar.h69 struct creation_set *cset; member
/dflybsd-src/contrib/flex/src/
H A Dccl.c240 void list_character_set (FILE *file, int cset[]) in list_character_set()
/dflybsd-src/contrib/nvi2/regex/
H A Dregex2.h119 } cset; typedef
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpython.c489 const char *cset = target_charset (python_gdbarch); in gdbpy_target_charset() local
499 const char *cset = target_wide_charset (python_gdbarch); in gdbpy_target_wide_charset() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregcomp.c346 re_charset_t *cset = dfa->nodes[node].opr.mbcset; in re_compile_fastmap_iter() local
3637 free_charset (re_charset_t *cset) in free_charset()
H A Dregexec.c3793 const re_charset_t *cset = node->opr.mbcset; in check_node_accept_bytes() local
/dflybsd-src/contrib/grep/lib/
H A Dregcomp.c347 re_charset_t *cset = dfa->nodes[node].opr.mbcset; in re_compile_fastmap_iter() local
3778 free_charset (re_charset_t *cset) in free_charset()
H A Dregexec.c3769 const re_charset_t *cset = node->opr.mbcset; in check_node_accept_bytes() local
H A Ddfa.c360 ptrdiff_t cset; member