Searched refs:strEnd (Results 1 – 2 of 2) sorted by relevance
114 char *strEnd = NULL; in OsStrSeparate() local145 strEnd = strrchr(strPath, '/'); in OsStrSeparate()146 if (strEnd != NULL) { in OsStrSeparate()147 if (strncpy_s(nameLooking, CMD_MAX_PATH, strEnd + 1, CMD_MAX_PATH - 1)) { /* get cmp str */ in OsStrSeparate()
110 CHAR *strEnd = NULL; in OsStrSeparate() local141 strEnd = strrchr(strPath, '/'); in OsStrSeparate()142 cutPos = strEnd; in OsStrSeparate()143 if (strEnd != NULL) { in OsStrSeparate()144 if (strncpy_s(nameLooking, CMD_MAX_PATH, strEnd + 1, CMD_MAX_PATH - 1)) { /* get cmp str */ in OsStrSeparate()