Home
last modified time | relevance | path

Searched defs:new_f (Results 1 – 10 of 10) sorted by relevance

/external/trusty/musl/src/time/
Dstrptime.c26 char *new_f; in strptime() local
/external/musl/src/time/
Dstrptime.c26 char *new_f; in strptime() local
/external/autotest/utils/frozen_chromite/lib/
Dcache.py31 def new_f(self, *args, **kwargs): function
47 def new_f(self, *args, **kwargs): function
/external/rust/crates/nix/test/
Dtest_fcntl.rs150 let mut new_f = File::create(&new_path).unwrap(); in test_renameat2_exchange() localVariable
162 let mut new_f = File::open(&new_path).unwrap(); in test_renameat2_exchange() localVariable
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp114 node_ptr new_f = end; in stable_partition() local
/external/e2fsprogs/util/
Dsubst.c284 static int compare_file(FILE *old_f, FILE *new_f) in compare_file()
/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_base.hpp349 functor_type* new_f = new functor_type(*f); in manager() local
461 functor_wrapper_type* new_f = static_cast<functor_wrapper_type*>(copy); in manager() local
Dfunction_template.hpp603 functor_wrapper_type* new_f = static_cast<functor_wrapper_type*>(copy); in assign_functor_a() local
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dcircular_list_algorithms.hpp385 node_ptr new_f = end; in stable_partition() local
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs459 let new_f = f.wrapping_add(1); in pop() localVariable