Searched refs:fgetfilecon (Results 1 – 8 of 8) sorted by relevance
14 #define fgetfilecon(...) (-1) macro115 return fgetfilecon(file, context); in lsm_fget_context()
3 fgetfilecon;
59 "src/fgetfilecon.c",129 "src/fgetfilecon.c",
54 int fgetfilecon(int fd, char ** context) in hidden_def()
729 if (fgetfilecon(fd, &tty_con) < 0) { in relabel_tty()791 if ((rc = fgetfilecon(fd, &chk_tty_context)) < 0) { in restore_tty_label()885 if (fgetfilecon(STDIN_FILENO, &tty_con) >= 0) { in parse_command_line_arguments()
105 extern int fgetfilecon(int fd, char ** con);
459 if (fgetfilecon(fd_s, &con) == -1) { in create_tmpdir()