Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dtempname.c61 const char *pfx /*, int try_tmpdir*/) in ___path_search() argument
69 if (!pfx || !pfx[0]) in ___path_search()
71 pfx = "file"; in ___path_search()
76 plen = strlen (pfx); in ___path_search()
118 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int)dlen, dir, (int)plen, pfx); in ___path_search()
A Dtempname.h10 const char *pfx /*, int try_tmpdir */) attribute_hidden;
11 #define __path_search(tmpl, tmpl_len, dir, pfx, try_tmpdir) ___path_search(tmpl, tmpl_len, dir, pfx) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/libstdcxx/v6/
A Dprinters.py966 for pfx in ('', 'w'):
967 add_one_type_printer(obj, 'basic_string', pfx + 'string')
968 add_one_type_printer(obj, 'basic_ios', pfx + 'ios')
975 pfx + 'istringstream')
977 pfx + 'ostringstream')
979 pfx + 'stringstream')
984 add_one_type_printer(obj, 'basic_regex', pfx + 'regex')
985 add_one_type_printer(obj, 'sub_match', pfx + 'csub_match')
986 add_one_type_printer(obj, 'sub_match', pfx + 'ssub_match')
992 pfx + 'cregex_token_iterator')
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dtempnam.c31 tempnam (const char *dir, const char *pfx) in tempnam() argument
35 if (__path_search (buf, FILENAME_MAX, dir, pfx, 1)) in tempnam()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/
A Dprinters.py1243 for pfx in ('', 'w'):
1244 add_one_type_printer(obj, 'basic_string', pfx + 'string')
1245 add_one_type_printer(obj, 'basic_ios', pfx + 'ios')
1252 pfx + 'istringstream')
1254 pfx + 'ostringstream')
1256 pfx + 'stringstream')
1261 add_one_type_printer(obj, 'basic_regex', pfx + 'regex')
1262 add_one_type_printer(obj, 'sub_match', pfx + 'csub_match')
1263 add_one_type_printer(obj, 'sub_match', pfx + 'ssub_match')
1269 pfx + 'cregex_token_iterator')
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/
A Dprinters.py1222 for pfx in ('', 'w'):
1223 add_one_type_printer(obj, 'basic_string', pfx + 'string')
1224 add_one_type_printer(obj, 'basic_ios', pfx + 'ios')
1231 pfx + 'istringstream')
1233 pfx + 'ostringstream')
1235 pfx + 'stringstream')
1240 add_one_type_printer(obj, 'basic_regex', pfx + 'regex')
1241 add_one_type_printer(obj, 'sub_match', pfx + 'csub_match')
1242 add_one_type_printer(obj, 'sub_match', pfx + 'ssub_match')
1248 pfx + 'cregex_token_iterator')
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/libstdcxx/v6/
A Dprinters.py1408 for pfx in ('', 'w'):
1409 add_one_type_printer(obj, 'basic_string', pfx + 'string')
1411 add_one_type_printer(obj, 'basic_ios', pfx + 'ios')
1418 pfx + 'istringstream')
1420 pfx + 'ostringstream')
1422 pfx + 'stringstream')
1427 add_one_type_printer(obj, 'basic_regex', pfx + 'regex')
1428 add_one_type_printer(obj, 'sub_match', pfx + 'csub_match')
1429 add_one_type_printer(obj, 'sub_match', pfx + 'ssub_match')
1435 pfx + 'cregex_token_iterator')
[all …]
/l4re-core-master/cxx/lib/tl/include/
A Davl_tree177 bool rec_dump(Avl_tree_node *n, int depth, int *dp, bool print, char pfx);
370 …_tree<Node, Get_key, Compare>::rec_dump(Avl_tree_node *n, int depth, int *dp, bool print, char pfx)
389 std::cerr << pfx << (static_cast<Node*>(n)->item) << std::endl;

Completed in 29 milliseconds