Lines Matching refs:strlen
79 … if ((strlen(shiftStr) == 0) || (tempStr[strlen(tempStr) - 1] != shiftStr[strlen(shiftStr) - 1])) { in OsStrSeparateTabStrGet()
132 if (strncat_s(strPath, CMD_MAX_PATH - 1, "/", CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
139 if (strncat_s(strPath, CMD_MAX_PATH - 1, tabStr, CMD_MAX_PATH - strlen(strPath) - 1)) { in OsStrSeparate()
238 if (strncmp(nameLooking, readDir->d_name, strlen(nameLooking)) != 0) { in OsPrintMatchList()
284 unsigned int size = strlen(result) - strlen(target); in OsCompleteStr()
286 char *src = result + strlen(target); in OsCompleteStr()
311 if (strncmp(nameLooking, readDir->d_name, strlen(nameLooking)) != 0) { in OsExecNameMatch()
319 *maxLen = strlen(readDir->d_name); in OsExecNameMatch()
322 StrncmpCut(readDir->d_name, strObj, strlen(strObj)); in OsExecNameMatch()
323 if (strlen(readDir->d_name) > *maxLen) { in OsExecNameMatch()
324 *maxLen = strlen(readDir->d_name); in OsExecNameMatch()
397 len = strlen(cmdKey); in OsCmdKeyShift()
432 len = strlen(output); in OsCmdKeyShift()
518 if ((string == NULL) || (strlen(string) == 0)) { in OsShellCmdPush()
522 len = strlen(string); in OsShellCmdPush()
571 shellCB->shellBufOffset = strlen(cmdMask->cmdString); in OsShellHistoryShow()