Home
last modified time | relevance | path

Searched defs:bufflen (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg02.c41 static const int bufflen = ARRAY_SIZE(buff); variable
/external/syslinux/com32/lua/src/
Dlobject.c252 void luaO_chunkid (char *out, const char *source, size_t bufflen) { in luaO_chunkid()
/external/skia/third_party/lua/src/
Dlobject.c252 void luaO_chunkid (char *out, const char *source, size_t bufflen) { in luaO_chunkid()
/external/curl/lib/
Dftplistparser.c336 size_t bufflen = size*nmemb; in Curl_ftp_parselist() local
/external/toybox/toys/pending/
Ddhcp.c1270 int retval, bufflen = 0; in dhcp_main() local
/external/python/cpython2/Modules/
Ddatetimemodule.c1362 isoformat_date(PyDateTime_Date *dt, char buffer[], int bufflen) in isoformat_date()
1373 isoformat_time(PyDateTime_DateTime *dt, char buffer[], int bufflen) in isoformat_time()