Searched refs:fstatb (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Du77-test.f63 integer fstatb (13), statb (13) variable
306 i = fstat (3, fstatb)
325 if (fstatb (i) .ne. statb (i)) then
327 + array element ', i, ' value ', fstatb (i), statb (i)
331 i = lstat ('foo', fstatb)
333 if (fstatb (i) .ne. statb (i)) then
335 + 'array element ', i, ' value ', fstatb (i), statb (i)

Completed in 95 milliseconds