Home
last modified time | relevance | path

Searched refs:p_out (Results 1 – 4 of 4) sorted by relevance

/external/libselinux/src/
Dmapping.c62 struct selinux_mapping *p_out = current_mapping + j; in selinux_set_mapping() local
64 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping()
65 if (!p_out->value) in selinux_set_mapping()
75 p_out->perms[k] = string_to_av_perm(p_out->value, in selinux_set_mapping()
77 if (!p_out->perms[k]) in selinux_set_mapping()
81 p_out->num_perms = k; in selinux_set_mapping()
/external/selinux/libselinux/src/
Dmapping.c62 struct selinux_mapping *p_out = current_mapping + j; in selinux_set_mapping() local
64 p_out->value = string_to_security_class(p_in->name); in selinux_set_mapping()
65 if (!p_out->value) in selinux_set_mapping()
75 p_out->perms[k] = string_to_av_perm(p_out->value, in selinux_set_mapping()
77 if (!p_out->perms[k]) in selinux_set_mapping()
81 p_out->num_perms = k; in selinux_set_mapping()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1060 INT8 *p_out = tbuf; in GKI_get_time_stamp() local
1072 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1073 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1074 *p_out++ = ':'; in GKI_get_time_stamp()
1075 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1076 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1077 *p_out++ = ':'; in GKI_get_time_stamp()
1078 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
1080 *p_out++ = ':'; in GKI_get_time_stamp()
[all …]
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1037 INT8 *p_out = tbuf; in GKI_get_time_stamp() local
1049 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1050 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1051 *p_out++ = ':'; in GKI_get_time_stamp()
1052 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1053 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1054 *p_out++ = ':'; in GKI_get_time_stamp()
1055 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1056 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
1057 *p_out++ = ':'; in GKI_get_time_stamp()
[all …]