Searched refs:notrans (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libselinux/utils/ |
H A D | matchpathcon.c | 21 static int printmatchpathcon(struct selabel_handle *hnd, const char *path, int header, int mode, int notrans) in printmatchpathcon() argument 26 if (notrans) { in printmatchpathcon() 77 int notrans = 0; in main() local 102 notrans = 1; in main() 169 if (notrans) in main() 177 printmatchpathcon(hnd, path, 0, mode, notrans); in main() 183 printmatchpathcon(hnd, path, 0, mode, notrans); in main() 187 error |= printmatchpathcon(hnd, path, header, mode, notrans); in main()
|
/third_party/musl/porting/linux/user/src/locale/ |
H A D | dcngettext.c | 168 goto notrans; in dcngettext() 172 goto notrans; in dcngettext() 181 goto notrans; in dcngettext() 190 goto notrans; in dcngettext() 195 notrans: in dcngettext() 256 goto notrans; in dcngettext() 262 goto notrans; in dcngettext() 311 goto notrans; in dcngettext() 320 goto notrans; in dcngettext() 326 goto notrans; in dcngettext() [all...] |
/third_party/musl/src/locale/ |
H A D | dcngettext.c | 155 if (!msgid1) goto notrans; in dcngettext() 157 if ((unsigned)category >= LC_ALL) goto notrans; in dcngettext() 162 if (domlen > NAME_MAX) goto notrans; in dcngettext() 167 if (!q) goto notrans; in dcngettext() 171 notrans: in dcngettext() 223 if (!map) goto notrans; in dcngettext() 228 goto notrans; in dcngettext() 269 if (!trans) goto notrans; in dcngettext() 276 if (plural > p->nplurals) goto notrans; in dcngettext() 281 goto notrans; in dcngettext() [all...] |
/third_party/selinux/libselinux/src/ |
H A D | matchpathcon.c | 153 static __thread int notrans; variable 165 notrans = flags & MATCHPATHCON_NOTRANS; in set_matchpathcon_flags() 454 return notrans ? in matchpathcon_internal()
|
Completed in 3 milliseconds