Searched defs:sep (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | perror.c | 21 register const char *sep; in perror() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | psignal.c | 22 register const char *sep; in psignal() local
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 51 cxx::String::Index sep = name.find("/"); in find_iter() local 97 char const *sep = (char const*)memchr(name.data, '/', name.length); in op_query() local 268 char const *sep = (char const*)memchr(name.data, '/', name.length); in op_unlink() local
|
/l4re-core-master/moe/server/src/ |
A D | name_space.cc | 127 cxx::String::Index sep = name.find("/"); in find_iter() local 206 auto *sep = (char const *)memchr(name.data, '/', name.length); in op_unlink() local 239 auto *sep = (char const *)memchr(name.data, '/', name.length); in op_query() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/mntent/ |
A D | mntent.c | 21 static const char sep[] = " \t\n"; in getmntent_r() local
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | llex.c | 280 static void read_long_string (LexState *ls, SemInfo *seminfo, size_t sep) { in read_long_string() 463 size_t sep = skip_sep(ls); in llex() local 477 size_t sep = skip_sep(ls); in llex() local
|
A D | loadlib.c | 448 char *sep; in getnextfilename() local 483 const char *sep, in searchpath()
|
A D | ltablib.c | 159 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat() local
|
A D | lstrlib.c | 154 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/ |
A D | fs_path.cc | 145 string_view_type sep = L"/\\"; in next() local 709 basic_string_view<value_type> sep; in _M_append() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/ |
A D | fs_path.cc | 152 string_view_type sep = L"/\\"; in next() local 716 basic_string_view<value_type> sep; in _M_append() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | fs_path.cc | 152 string_view_type sep = L"/\\"; in next() local 716 basic_string_view<value_type> sep; in _M_append() local
|
Completed in 24 milliseconds