Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c350 int ifnl; in iodev_match() local
365 ifnl = strlen(ifn); in iodev_match()
374 ((strncmp(isn, ifn, ifnl) == 0) || in iodev_match()
375 (ispn && (strncmp(ispn, ifn, ifnl) == 0)))) in iodev_match()
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c17 #define ifnl (macro? sep : ' ') macro