Searched refs:wc (Results 1 – 6 of 6) sorted by relevance
72 error_num=`grep -i -w -e error ${TMP_MESSAGES} | wc -l`73 warning_num=`grep -i -w -e warning ${TMP_MESSAGES} | wc -l`74 missing_num=`grep -i -e "is missing" ${TMP_MESSAGES} | wc -l`
301 WNDCLASS wc; in InitWindow() local302 SecureZeroMemory(&wc, sizeof(wc)); in InitWindow()303 wc.style = CS_HREDRAW | CS_VREDRAW; in InitWindow()304 wc.lpfnWndProc = WndProc; in InitWindow()305 wc.hInstance = hInstance; in InitWindow()306 wc.lpszClassName = (LPCSTR)"GameWindow"; in InitWindow()308 RegisterClass(&wc); in InitWindow()
97 … was_pcfs_boot=`grep "BOOT1: Loaded firmware image from SDIO." "$LOGDIR"/* 2>/dev/null | wc -l`
170 NUM_CONTENT_SUBDIR=`ls -1 "$AOC_ROOT_DIR/content" | wc -l`
830 local FILE_SIZE=`wc -c < "$IMAGE_FILE"`
1440 …N_COLDBOOT_OS_VERSION:0:8}/${CAFERUN_COLDBOOT_OS_VERSION:8:8}/code" -iname '*.rpl' | wc -l` -eq 0 ]