Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h86 #define L_XTND 2 /* relative to end of file */ macro
/titanic_44/usr/src/ucbhead/sys/
H A Dfile.h134 #define L_XTND 2 /* relative to end of file */ macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c199 if (fseek(f, 0L, L_XTND) >= 0 && in addexportent()
/titanic_44/usr/src/cmd/allocate/
H A Ddminfo.c364 if (lseek(des, 0L, L_XTND) == -1L) { in main()