/l4re-core-master/ldso/ldso/ |
A D | vfs.cc | 83 char const prefix[] = "libl4revfs-fs-"; in load_module() local 88 if (fstype_len > sizeof(name) - (sizeof(prefix) - 1) in load_module() 92 memcpy(name, prefix, sizeof(prefix) - 1); in load_module() 93 memcpy(name + sizeof(prefix) - 1, fstype, fstype_len); in load_module() 94 memcpy(name + sizeof(prefix) - 1 + fstype_len, suffix, sizeof(suffix)); in load_module()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
A D | Makefile.am | 27 pythondir = $(prefix)/$(python_mod_dir)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/python/ |
A D | hook.in | 39 prefix = os.path.commonprefix ([libdir, pythondir]) 42 if prefix[-1] != '/': 43 prefix = os.path.dirname (prefix) + '/' 45 # Strip off the prefix. 46 pythondir = pythondir[len (prefix):] 47 libdir = libdir[len (prefix):] 49 # Compute the ".."s needed to get from libdir to the prefix.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | dyncast.cc | 51 const vtable_prefix *prefix = in __dynamic_cast() local 55 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 56 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | dyncast.cc | 54 const vtable_prefix *prefix = in __dynamic_cast() local 58 adjust_pointer <void> (src_ptr, prefix->whole_object); in __dynamic_cast() 59 const __class_type_info *whole_type = prefix->whole_type; in __dynamic_cast()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | relative_path.sh | 39 prefix=`echo $from///$target | sed 's,\(\(/[^/]*\)*/\).*///\1.*,\1,'` 40 dots=`echo $prefix | sed s,.,.,g`
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | cdefs.h | 173 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname argument
|