Home
last modified time | relevance | path

Searched refs:c_set (Results 1 – 6 of 6) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c747 int m, p_id, piv, c_set, assoc, desig_type, ci_off, c_id, d_id, naa; in sg_get_designation_descriptor_str() local
771 c_set = (ddp[0] & 0xf); in sg_get_designation_descriptor_str()
782 cp = sg_get_desig_code_set_str(c_set); in sg_get_designation_descriptor_str()
793 if ((1 == c_set) || (2 == c_set)) { /* ASCII or UTF-8 */ in sg_get_designation_descriptor_str()
810 if ((2 == c_set) || (3 == c_set)) { /* ASCII or UTF-8 */ in sg_get_designation_descriptor_str()
838 if (1 != c_set) { in sg_get_designation_descriptor_str()
874 if (1 != c_set) { in sg_get_designation_descriptor_str()
876 "for NAA >>\n", lip, c_set); in sg_get_designation_descriptor_str()
996 if ((1 != c_set) || (1 != assoc) || (4 != dlen)) { in sg_get_designation_descriptor_str()
1008 if ((1 != c_set) || (1 != assoc) || (4 != dlen)) { in sg_get_designation_descriptor_str()
[all …]
/external/mksh/
DAndroid.patch.txt23 {Tsgset, c_set},
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1138 c_set(void *ptr, PyObject *value, Py_ssize_t size) in c_set() function
1509 { 'c', c_set, c_get, &ffi_type_schar},
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1158 c_set(void *ptr, PyObject *value, Py_ssize_t size) in c_set() function
1606 { 'c', c_set, c_get, &ffi_type_schar},
/external/mksh/src/
Dfuncs.c136 {Tsgset, c_set},
2235 c_set(const char **wp) in c_set() function
Dsh.h2408 int c_set(const char **);