Home
last modified time | relevance | path

Searched refs:INO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.c95 if ((!v[INO]) || (!is_num(v[INO]))) in check_line()
180 e->inode = atoi(v[INO]); in parse_line()
H A Dproto_list.h43 #define INO 6 macro