| /src/external/bsd/atf/dist/tools/ |
| user.hpp | 43 void drop_privileges(const std::pair< int, int >); 44 std::pair< int, int > get_user_ids(const std::string&);
|
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| status.hpp | 55 optional< std::pair< int, bool > > _signaled; 57 status(const optional< int >&, const optional< std::pair< int, bool > >&);
|
| /src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
| libzfs_core_compat.c | 36 nvpair_t *pair, *hpair; local 65 pair = nvlist_next_nvpair(nvl, NULL); 66 if (pair != NULL) { 67 buf = nvpair_name(pair); 74 if (!error && nvlist_next_nvpair(nvl, pair) != NULL) 87 pair = nvlist_next_nvpair(nvl, NULL); 88 if (pair != NULL) { 89 buf = nvpair_name(pair); 95 if (!error && nvlist_next_nvpair(nvl, pair) != NULL) 101 pair = nvlist_next_nvpair(nvl, NULL) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_pair.h | 0 // Pair implementation -*- C++ -*- 79 /// Tag type for piecewise construction of std::pair objects. 82 /// Tag for piecewise construction of std::pair objects. 166 template<typename _T1, typename _T2> friend struct pair; 187 struct pair struct in inherits:__pair_base 197 constexpr pair(const pair&) = default; ///< Copy constructor 198 constexpr pair(pair&&) = default; ///< Move constructor 202 pair(piecewise_construct_t, tuple<_Args1...>, tuple<_Args2...>) 386 constexpr pair() function in struct:pair 398 explicit constexpr pair() function in struct:pair 413 constexpr pair(const _T1& __a, const _T2& __b) function in struct:pair 423 explicit constexpr pair(const _T1& __a, const _T2& __b) function in struct:pair 440 constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair 449 explicit constexpr pair(const pair<_U1, _U2>& __p) function in struct:pair 489 pair(_U1&& __x, __zero_as_null_pointer_constant, ...) function in struct:pair 501 pair(_U1&& __x, __zero_as_null_pointer_constant, ...) function in struct:pair 513 pair(__zero_as_null_pointer_constant, _U2&& __y, ...) function in struct:pair 525 pair(__zero_as_null_pointer_constant, _U2&& __y, ...) function in struct:pair 536 constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair 545 explicit constexpr pair(_U1&& __x, _U2&& __y) function in struct:pair 555 constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair 565 explicit constexpr pair(pair<_U1, _U2>&& __p) function in struct:pair 620 pair() : first(), second() { } function in struct:pair 623 pair(const _T1& __a, const _T2& __b) function in struct:pair 628 pair(const pair<_U1, _U2>& __p) function in struct:pair [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUGlobalISelUtils.h | 22 std::pair<Register, unsigned>
|
| /src/share/doc/psd/20.ipctut/ |
| pipe.c | 50 perror("opening stream socket pair");
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_userhold.c | 93 for (nvpair_t *pair = nvlist_next_nvpair(dduha->dduha_holds, NULL); 94 pair != NULL; pair = nvlist_next_nvpair(dduha->dduha_holds, pair)) { 100 name = nvpair_name(pair); 105 error = nvpair_value_string(pair, &htag); 263 for (nvpair_t *pair = nvlist_next_nvpair(dduha->dduha_chkholds, NULL); 264 pair != NULL; 265 pair = nvlist_next_nvpair(dduha->dduha_chkholds, pair)) { 307 nvpair_t *pair; local 552 nvpair_t *pair; local [all...] |
| dsl_bookmark.c | 156 for (nvpair_t *pair = nvlist_next_nvpair(dbca->dbca_bmarks, NULL); 157 pair != NULL; pair = nvlist_next_nvpair(dbca->dbca_bmarks, pair)) { 162 error = dsl_dataset_hold(dp, fnvpair_value_string(pair), 166 nvpair_name(pair), tx); 171 nvpair_name(pair), error); 188 for (nvpair_t *pair = nvlist_next_nvpair(dbca->dbca_bmarks, NULL); 189 pair != NULL; pair = nvlist_next_nvpair(dbca->dbca_bmarks, pair)) 239 nvpair_t *pair; local 444 nvpair_t *pair = nvlist_next_nvpair(bmarks, NULL); local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| test-closed.c | 81 evutil_socket_t pair[2]; local 95 /* Create a pair of sockets */ 96 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 100 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0) 102 shutdown(pair[0], EVUTIL_SHUT_WR); 105 ev = event_new(base, pair[1], EV_CLOSED | EV_TIMEOUT, closed_cb, event_self_cbarg());
|
| test-eof.c | 89 evutil_socket_t pair[2]; local 100 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 104 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0) 106 shutdown(pair[0], EVUTIL_SHUT_WR); 112 event_set(&ev, pair[1], EV_READ | EV_TIMEOUT, read_cb, &ev);
|
| test-weof.c | 58 evutil_socket_t pair[2]; variable 76 evutil_closesocket(pair[0]); 102 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 109 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| test-closed.c | 80 evutil_socket_t pair[2]; local 94 /* Create a pair of sockets */ 95 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 99 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0) 101 shutdown(pair[0], EVUTIL_SHUT_WR); 104 ev = event_new(base, pair[1], EV_CLOSED | EV_TIMEOUT, closed_cb, event_self_cbarg());
|
| test-eof.c | 88 evutil_socket_t pair[2]; local 99 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 103 if (send(pair[0], test, (int)strlen(test)+1, 0) < 0) 105 shutdown(pair[0], EVUTIL_SHUT_WR); 111 event_set(&ev, pair[1], EV_READ | EV_TIMEOUT, read_cb, &ev);
|
| test-weof.c | 57 evutil_socket_t pair[2]; variable 75 evutil_closesocket(pair[0]); 101 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1) 108 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
|
| regress_et.c | 85 evutil_socket_t *pair = data->pair; local 99 tt_int_op(send(pair[0], test, (int)strlen(test)+1, 0), >, 0); 100 tt_int_op(shutdown(pair[0], EVUTIL_SHUT_WR), ==, 0); 108 ev = event_new(base, pair[1], EV_READ|EV_ET|EV_PERSIST, read_cb, &ev); 113 * will read a single byte from pair[1] in either case. If we're edge 155 ev_et = event_new(base, data->pair[0], EV_READ|EV_ET, read_cb, ev_et); 157 ev_lt = event_new(base, data->pair[0], EV_READ, read_cb, ev_lt); 214 evutil_socket_t *pair = data->pair; local [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| SchedClassResolution.h | 34 std::vector<std::pair<uint16_t, float>> 43 static std::pair<unsigned /*SchedClassId*/, bool /*WasVariant*/> 55 const std::vector<std::pair<uint16_t, float>> IdealizedProcResPressure;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTStructuralEquivalence.h | 46 // result of equivalence of a starting Decl pair. 47 std::queue<std::pair<Decl *, Decl *>> DeclsToCheck; 50 // (are in or were once in \c DeclsToCheck) of a starting Decl pair. 51 llvm::DenseSet<std::pair<Decl *, Decl *>> VisitedDecls; 55 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls; 74 llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls,
|
| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| FormatInternal.h | 62 /// Returns a pair P, where: 71 std::pair<tooling::Replacements, unsigned>
|
| UsingDeclarationsSorter.h | 27 std::pair<tooling::Replacements, unsigned>
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| SymbolSize.h | 27 std::vector<std::pair<SymbolRef, uint64_t>>
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| DFAEmitter.h | 76 using DfaTransitionInfo = SmallVector<std::pair<state_type, state_type>, 4>; 81 /// The set of nondeterministic transitions. A state-action pair can 83 std::map<std::pair<state_type, action_type>, std::vector<state_type>> 92 /// The set of deterministic transitions. A state-action pair has only a 94 std::map<std::pair<dfa_state_type, action_type>, 95 std::pair<dfa_state_type, DfaTransitionInfo>>
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| utility.d | 20 * D language counterpart to C++ std::pair. 22 * C++ reference: $(LINK2 https://en.cppreference.com/w/cpp/utility/pair) 24 struct pair(T1, T2) 36 // FreeBSD has pair as non-POD so add a contructor 44 this(ref return scope inout pair!(T1, T2) src) inout
|
| /src/lib/libcurses/ |
| color.c | 47 /* Default colour pair values - white on black. */ 113 /* Use the last colour pair for curses default. */ 223 /* Initialise pair 0 to default colours. */ 235 /* Initialise default colour pair. */ 268 * Set pair foreground and background colors. 274 init_pair(short pair, short fore, short back) 278 __CTRACE(__CTRACE_COLOR, "init_pair: %d, %d, %d\n", pair, fore, back); 280 if (pair < 0 || pair >= COLOR_PAIRS) 283 if (pair == 0) /* Ignore request for pair 0, it is default. * 537 short pair; local [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| CommandLineSourceLoc.h | 34 std::pair<StringRef, StringRef> ColSplit = Str.rsplit(':'); 35 std::pair<StringRef, StringRef> LineSplit = 65 std::pair<unsigned, unsigned> Begin; 68 std::pair<unsigned, unsigned> End; 80 std::pair<StringRef, StringRef> RangeSplit = Str.rsplit('-'); 84 std::pair<StringRef, StringRef> Split = RangeSplit.second.rsplit(':');
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZSelectionDAGInfo.h | 39 std::pair<SDValue, SDValue> 45 std::pair<SDValue, SDValue> 50 std::pair<SDValue, SDValue> EmitTargetCodeForStrcpy( 55 std::pair<SDValue, SDValue> 61 std::pair<SDValue, SDValue> 66 std::pair<SDValue, SDValue>
|