Home
last modified time | relevance | path

Searched refs:str_end (Results 1 – 4 of 4) sorted by relevance

/external/kmod/tools/
Dmodprobe.c650 char **new_argv, *str_start, *str_end, *str, *s, *quote; in prepend_options_from_env() local
671 str_end = str_start + envlen; in prepend_options_from_env()
694 for (it = s - 1; it < str_end - 2; it++) in prepend_options_from_env()
696 str_end -= 2; in prepend_options_from_env()
697 *str_end = '\0'; in prepend_options_from_env()
/external/python/cpython2/Modules/_io/
Dbytesio.c29 const char *str_end; in get_line() local
35 str_end = self->buf + self->string_size; in get_line()
37 n < str_end && *n != '\n'; in get_line()
41 if (n < str_end) in get_line()
/external/dtc/tests/
Dlabel01.dts41 prop: string = str: "foo", str_mid: "stuffstuff\t\t\t\n\n\n" str_end: ;
/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp535 const char *str_end; in handle_samplers() local
537 (str_end = strchr(name_copy, ']'))) { in handle_samplers()
538 memmove(str_start, str_end + 1, 1 + strlen(str_end + 1)); in handle_samplers()