Lines Matching defs:start
1201 Version information should start with the major version,
1309 char * start;
1338 start = buffer;
1345 start = &buffer[bom->length];
1347 p = find_terminator(start, BUFSIZE, bom);
1363 header_len = (int) (p - start);
1368 start, header_len, shebang_line,
1379 shebang_alias[i - 1] = start[i - 2];
1380 shebang_alias[i - 2] = start[i - 1];
1393 memcpy(shebang_line, start, header_len);
1406 shebang_alias[j - 1] = start[i - 2];
1407 shebang_alias[j - 2] = start[i - 1];
1421 shebang_alias[j - 1] = start[i - 3];
1422 shebang_alias[j - 2] = start[i - 4];
1638 find_home_value(const char *buffer, const char **start, DWORD *length)
1657 *start = s;
1887 /* Add the wrapped script to the start of command */
1910 char *start;
1920 if (!find_home_value(buffer, &start, &len)) {
1925 cch = MultiByteToWideChar(CP_UTF8, 0, start, len, NULL, 0);
1934 /* start with a quote - we'll skip this ahead, but want it for the final string */
1936 cch_actual = MultiByteToWideChar(CP_UTF8, 0, start, len, &executable[1], cch - 1);