Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_trnc.c132 #define LBUFSIZ 1024 macro
143 char buf[LBUFSIZ]; in truncate()
177 while (length > 0 && (count = read(inf, buf, LBUFSIZ)) > 0) { in truncate()
218 while ((count = read(inf, buf, LBUFSIZ)) > 0) in truncate()