Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_a/kernel/extended/dynload/src/
Dlos_exec_elf.c51 STATIC INT32 OsGetRealPath(const CHAR *fileName, CHAR *buf, UINT32 maxLen) in OsGetRealPath()
/kernel/liteos_a/apps/shell/src/
Dshcmd.c299 …t OsExecNameMatch(const char *strPath, const char *nameLooking, char *strObj, unsigned int *maxLen) in OsExecNameMatch()
339 unsigned int maxLen = 0; in OsTabMatchFile() local
/kernel/linux/linux-5.10/lib/
Ddecompress_bunzip2.c87 int minLen, maxLen; member
236 int minLen, maxLen, pp; in get_next_block() local
/kernel/liteos_a/shell/full/src/base/
Dshcmd.c273 …C INT32 OsExecNameMatch(const CHAR *strPath, const CHAR *nameLooking, CHAR *strObj, UINT32 *maxLen) in OsExecNameMatch()
386 UINT32 maxLen = 0; in OsTabMatchFile() local
/kernel/liteos_a/kernel/base/misc/
Dtask_shellcmd.c257 STATIC VOID TaskPendingReasonInfoGet(const TaskInfo *taskInfo, CHAR *pendReason, UINT32 maxLen, UIN… in TaskPendingReasonInfoGet()
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.cpp124 int GetLine(char *buf, int count, int maxLen, char **array) in GetLine()
/kernel/liteos_a/testsuites/unittest/process/plimits/
Dprocess_plimits_test.cpp587 int GetLine(char *buf, int count, int maxLen, char **array) in GetLine()