Home
last modified time | relevance | path

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

/freebsd/usr.bin/lockf/
H A Dlockf.c43 #define FDLOCK_PREFIX "/dev/fd/" macro
74 if (strncmp(name, FDLOCK_PREFIX, sizeof(FDLOCK_PREFIX) - 1) != 0) in fdlock_implied()
78 name += sizeof(FDLOCK_PREFIX) - 1; in fdlock_implied()