Home
last modified time | relevance | path

Searched refs:line_len (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-pcre.c39 size_t line_len = 0; in main() local
66 if ((len = getline (&line, &line_len, f)) <= 0 in main()
77 while ((len = getline (&line, &line_len, f)) > 0) in main()
Dtst-boost.c82 size_t line_len = 0; in main() local
108 while ((len = getline (&line, &line_len, f)) > 0) in main()
Dtst-rxspencer.c409 size_t line_len = 0; in main() local
438 while ((len = getline (&line, &line_len, f)) > 0) in main()
/ndk/sources/host-tools/make-3.81/
Djob.c2698 unsigned int line_len = strlen (line); in construct_command_argv_internal() local
2701 + (line_len * 2) + 1); in construct_command_argv_internal()
2824 size_t line_len = strlen (line); in construct_command_argv_internal() local
2827 memcpy (new_line, line, line_len + 1); in construct_command_argv_internal()
2847 size_t echo_len = line_len - 5; in construct_command_argv_internal()
2878 new_argv[0] = (char *) malloc (sh_len + line_len + 5); in construct_command_argv_internal()
2883 memcpy (new_argv[2], new_line, line_len + 1); in construct_command_argv_internal()
2894 line_len = strlen (new_line) - shell_len - sizeof (minus_c) + 1; in construct_command_argv_internal()
2895 new_argv[0] = xmalloc (line_len + 1); in construct_command_argv_internal()
2897 new_line + shell_len + sizeof (minus_c) - 1, line_len); in construct_command_argv_internal()
[all …]
/ndk/sources/android/cpufeatures/
Dcpu-features.c364 cpulist_parse(CpuList* list, const char* line, int line_len) in cpulist_parse() argument
367 const char* end = p + line_len; in cpulist_parse()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1062 static void do_list P_((int line_len));
1064 do_list(line_len) in do_list() argument
1065 int line_len; in do_list()
1111 if (width+olen >= line_len && line_len > 0) {