Searched refs:LONG_ARG_CHUNK_LEN (Results 1 – 1 of 1) sorted by relevance
19 #define LONG_ARG_CHUNK_LEN "--chunk_len=" macro195 } else if (std::strncmp(argv[i], LONG_ARG_CHUNK_LEN, in main()196 std::strlen(LONG_ARG_CHUNK_LEN)) == 0) { in main()198 arg2 = &argv[i][std::strlen(LONG_ARG_CHUNK_LEN)]; in main()