Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c352 int ifnl; in iodev_match() local
367 ifnl = strlen(ifn); in iodev_match()
376 ((strncmp(isn, ifn, ifnl) == 0) || in iodev_match()
377 (ispn && (strncmp(ispn, ifn, ifnl) == 0)))) in iodev_match()
/titanic_41/usr/src/cmd/refer/
H A Drefer6.c19 #define ifnl (macro? sep : ' ') macro