/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | perror.c | 21 register const char *sep; in perror() local 23 sep = ": "; in perror() 25 s = (sep += 2); /* or passed an empty string. */ in perror() 29 fprintf(stderr, "%s%s%m\n", s, sep); /* Use the gnu %m feature. */ in perror() 33 fprintf(stderr, "%s%s%s\n", s, sep, in perror()
|
/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 42 mnt->mnt_fsname = strtok_r(buff, sep, &ptrptr); in getmntent_r() 46 mnt->mnt_dir = strtok_r(NULL, sep, &ptrptr); in getmntent_r() 50 mnt->mnt_type = strtok_r(NULL, sep, &ptrptr); in getmntent_r() 54 mnt->mnt_opts = strtok_r(NULL, sep, &ptrptr); in getmntent_r() 58 cp = strtok_r(NULL, sep, &ptrptr); in getmntent_r() 61 cp = strtok_r(NULL, sep, &ptrptr); in getmntent_r()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | psignal.c | 22 register const char *sep; in psignal() local 24 sep = ": "; in psignal() 26 message = (sep += 2); /* or passed an empty string. */ in psignal() 29 fprintf(stderr, "%s%s%s\n", message, sep, strsignal(signum)); in psignal()
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 51 cxx::String::Index sep = name.find("/"); in find_iter() local 53 if (!name.eof(sep)) in find_iter() 54 part = name.head(sep); in find_iter() 71 if (!name.eof(sep)) in find_iter() 73 name = name.substr(sep + 1); in find_iter() 97 char const *sep = (char const*)memchr(name.data, '/', name.length); in op_query() local 99 if (sep) in op_query() 100 part = sep - name.data; in op_query() 268 char const *sep = (char const*)memchr(name.data, '/', name.length); in op_unlink() local 270 if (sep) in op_unlink() [all …]
|
/l4re-core-master/moe/server/src/ |
A D | name_space.cc | 127 cxx::String::Index sep = name.find("/"); in find_iter() local 129 if (!name.eof(sep)) in find_iter() 130 part = name.head(sep); in find_iter() 147 if (!name.eof(sep)) in find_iter() 149 name = name.substr(sep + 1); in find_iter() 206 auto *sep = (char const *)memchr(name.data, '/', name.length); in op_unlink() local 208 if (sep) in op_unlink() 209 part = sep - name.data; in op_unlink() 239 auto *sep = (char const *)memchr(name.data, '/', name.length); in op_query() local 241 if (sep) in op_query() [all …]
|
/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() argument 295 if (skip_sep(ls) == sep) { in read_long_string() 314 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + sep, in read_long_string() 315 luaZ_bufflen(ls->buff) - 2 * sep); in read_long_string() 463 size_t sep = skip_sep(ls); in llex() local 465 if (sep >= 2) { in llex() 466 read_long_string(ls, NULL, sep); /* skip long comment */ in llex() 477 size_t sep = skip_sep(ls); in llex() local 478 if (sep >= 2) { in llex() 479 read_long_string(ls, seminfo, sep); in llex() [all …]
|
A D | loadlib.c | 448 char *sep; in getnextfilename() local 456 sep = strchr(name, *LUA_PATH_SEP); /* find next separator */ in getnextfilename() 457 if (sep == NULL) /* separator not found? */ in getnextfilename() 458 sep = end; /* name goes until the end */ in getnextfilename() 459 *sep = '\0'; /* finish file name */ in getnextfilename() 460 *path = sep; /* will start next search from here */ in getnextfilename() 483 const char *sep, in searchpath() argument 490 if (*sep != '\0' && strchr(name, *sep) != NULL) in searchpath() 491 name = luaL_gsub(L, name, sep, dirsep); /* replace it by 'dirsep' */ in searchpath()
|
A D | ltablib.c | 159 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat() local 165 luaL_addlstring(&b, sep, lsep); in tconcat()
|
A D | lstrlib.c | 154 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep() local 166 memcpy(p, sep, lsep * sizeof(char)); in str_rep()
|
/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 147 char sep = '/'; in next() 155 pos = input.find_first_not_of(sep, pos); in next() 541 string_view_type sep; in operator /=() 562 else if (!__p.empty() || !sep.empty()) in operator /=() 581 _M_pathname += sep; in operator /=() 608 orig_pathlen + sep.length()); in operator /=() 709 basic_string_view<value_type> sep; in _M_append() local 761 else if (!sep.empty()) in _M_append() 794 orig_pathlen + sep.length()); in _M_append() [all …]
|
/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 154 char sep = '/'; in next() 162 pos = input.find_first_not_of(sep, pos); in next() 548 string_view_type sep; in operator /=() 569 else if (!__p.empty() || !sep.empty()) in operator /=() 588 _M_pathname += sep; in operator /=() 615 orig_pathlen + sep.length()); in operator /=() 716 basic_string_view<value_type> sep; in _M_append() local 768 else if (!sep.empty()) in _M_append() 801 orig_pathlen + sep.length()); in _M_append() [all …]
|
/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 154 char sep = '/'; in next() 162 pos = input.find_first_not_of(sep, pos); in next() 548 string_view_type sep; in operator /=() 569 else if (!__p.empty() || !sep.empty()) in operator /=() 588 _M_pathname += sep; in operator /=() 615 orig_pathlen + sep.length()); in operator /=() 716 basic_string_view<value_type> sep; in _M_append() local 768 else if (!sep.empty()) in _M_append() 801 orig_pathlen + sep.length()); in _M_append() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/python/ |
A D | hook.in | 50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | categories.def | 188 DEFINE_ELEMENT (_NL_MONETARY_THOUSANDS_SEP_WC, "monetary-thousands-sep-wc", std, word) 205 DEFINE_ELEMENT (_NL_NUMERIC_THOUSANDS_SEP_WC, "numeric-thousands-sep-wc", std, word)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in.arch | 26 bool "STATIC FLAT (sep-data)"
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-langinfo.input | 232 fr_FR.ISO-8859-1 ABMON_9 sep
|