Home
last modified time | relevance | path

Searched defs:newset (Results 1 – 9 of 9) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_signal.cc37 sigset_t newset; in shrpx_signal_block_all() local
58 sigset_t newset; in shrpx_signal_unblock_all() local
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns13.c51 sigset_t newset; in child_fn() local
Dpidns20.c84 sigset_t newset; in child_fn() local
/third_party/gettext/gnulib-local/lib/libxml/
Dxpointer.c831 xmlLocationSetPtr newset; in xmlXPtrNewLocationSetNodeSet() local
1798 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction() local
1894 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction() local
2047 xmlLocationSetPtr newset; in xmlXPtrRangeFunction() local
2201 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction() local
2730 xmlLocationSetPtr newset; in xmlXPtrStringRangeFunction() local
2874 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate() local
Dxpath.c13135 xmlNodeSetPtr newset; in xmlXPathCompOpEvalFilterFirst() local
13505 xmlNodeSetPtr newset = NULL; in xmlXPathCompOpEval() local
/third_party/libxml2/
Dxpointer.c802 xmlLocationSetPtr newset; in xmlXPtrNewLocationSetNodeSet() local
1767 xmlLocationSetPtr newset = NULL; in xmlXPtrStartPointFunction() local
1863 xmlLocationSetPtr newset = NULL; in xmlXPtrEndPointFunction() local
2016 xmlLocationSetPtr newset; in xmlXPtrRangeFunction() local
2170 xmlLocationSetPtr newset; in xmlXPtrRangeInsideFunction() local
2701 xmlLocationSetPtr newset = NULL; in xmlXPtrStringRangeFunction() local
2858 xmlLocationSetPtr newset = NULL; in xmlXPtrEvalRangePredicate() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c50 static sigset_t newset, oldset; variable
Dfcntl31.c67 static sigset_t newset, oldset; variable
/third_party/mksh/
Dmisc.c245 change_flag(enum sh_flag f, int what, bool newset) in change_flag()