Searched refs:tattr (Results 1 – 2 of 2) sorted by relevance
16 ebitmap_t *sattr, *tattr; in find_dups_helper() local34 tattr = &policydb->type_attr_map[k->target_type - 1]; in find_dups_helper()41 ebitmap_for_each_bit(tattr, tnode, j) { in find_dups_helper()
523 termios tattr; in OpenPtyChildFd() local524 if (tcgetattr(child_fd, &tattr) == -1) { in OpenPtyChildFd()531 cfmakeraw(&tattr); in OpenPtyChildFd()532 if (tcsetattr(child_fd, TCSADRAIN, &tattr) == -1) { in OpenPtyChildFd()