Searched refs:pair (Results 1 - 25 of 711) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/xz/src/xz/
H A Dfile_io.c50 static bool io_write_buf(file_pair *pair, const uint8_t *buf, size_t size);
156 io_copy_attrs(const file_pair *pair) argument
168 if (fchown(pair->dest_fd, pair->src_st.st_uid, -1) && warn_fchown)
170 pair->dest_name, strerror(errno));
174 if (fchown(pair->dest_fd, -1, pair->src_st.st_gid)) {
176 pair->dest_name, strerror(errno));
185 mode = ((pair->src_st.st_mode & 0070) >> 3)
186 & (pair
289 io_open_src_real(file_pair *pair) argument
518 static file_pair pair; local
546 io_close_src(file_pair *pair, bool success) argument
573 io_open_dest_real(file_pair *pair) argument
685 io_open_dest(file_pair *pair) argument
702 io_close_dest(file_pair *pair, bool success) argument
747 io_close(file_pair *pair, bool success) argument
796 io_read(file_pair *pair, io_buf *buf_union, size_t size) argument
838 io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos) argument
876 io_write_buf(file_pair *pair, const uint8_t *buf, size_t size) argument
918 io_write(file_pair *pair, const io_buf *buf, size_t size) argument
[all...]
H A Dfile_io.h80 extern bool io_open_dest(file_pair *pair);
90 extern void io_close(file_pair *pair, bool success);
95 /// \param pair File pair having the source file open for reading
100 /// file zero is returned and pair->src_eof set to true.
102 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
110 /// \param pair Seekable source file
118 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos);
123 /// \param pair File pair havin
[all...]
H A Dcoder.c348 coder_init(file_pair *pair) argument
447 message_error("%s: %s", pair->src_name, message_strm(ret));
460 coder_normal(file_pair *pair) argument
467 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN;
480 if (strm.avail_in == 0 && !pair->src_eof) {
483 pair, &in_buf, IO_BUFFER_SIZE);
488 if (pair->src_eof)
497 if (opt_mode != MODE_TEST && io_write(pair, &out_buf,
517 if (opt_mode != MODE_TEST && io_write(pair,
527 if (strm.avail_in == 0 && !pair
590 coder_passthru(file_pair *pair) argument
619 file_pair *pair = io_open_src(filename); local
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Dtree.c50 pair
51 cons(caddr_t car, pair cdr)
53 pair foo = calloc(1, sizeof(*foo));
H A Dtree.h42 /* A pair of pointers, suitable for making a linked list. */
46 } *pair; typedef in typeref:struct:_pair
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_pair.h66 /// pair holds two objects of arbitrary type.
68 struct pair struct
77 // 265. std::pair::pair() effects overly restrictive
80 pair() function in struct:pair
83 /** Two objects may be passed to a @c pair constructor to be copied. */
84 pair(const _T1& __a, const _T2& __b) function in struct:pair
87 /** There is also a templated copy ctor for the @c pair class itself. */
89 pair(const pair<_U argument
96 operator ==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
102 operator <(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
109 operator !=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
115 operator >(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
121 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
127 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFRelocMap.h17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
/freebsd-10.0-release/contrib/atf/atf-run/
H A Duser.hpp43 void drop_privileges(const std::pair< int, int >);
44 std::pair< int, int > get_user_ids(const std::string&);
H A Drequirements.hpp40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
H A Duser.cpp56 impl::drop_privileges(const std::pair< int, int > ids)
64 std::pair< int, int >
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_slkattr.c50 int pair = GetPair(SP->_slk->attr); local
52 result |= COLOR_PAIR(pair);
H A Dlib_color.c200 * Reset the color pair, e.g., to whatever color pair 0 is.
331 init_pair(short pair, short f, short b) argument
335 T((T_CALLED("init_pair(%d,%d,%d)"), pair, f, b));
337 if ((pair < 0) || (pair >= COLOR_PAIRS) || SP == 0 || !SP->_coloron)
354 || (pair < 1))
359 * When a pair's content is changed, replace its colors (if pair was
361 * pair color
493 pair_content(short pair, short *f, short *b) argument
524 _nc_do_color(short old_pair, short pair, bool reverse, int (*outc) (int)) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.c36 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
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c58 * for each source/destination pair
155 const svn_client__copy_pair_t *pair =
159 ? svn_uri_get_longest_ancestor(top_src, pair->src_abspath_or_url,
161 : svn_dirent_get_longest_ancestor(top_src, pair->src_abspath_or_url,
198 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i,
207 dst_abspath = svn_dirent_join(pair->dst_parent_abspath, pair->base_name,
210 err = svn_wc_copy3(ctx->wc_ctx, pair->src_abspath_or_url, dst_abspath,
249 do_wc_to_wc_moves_with_locks2(svn_client__copy_pair_t *pair,
260 dst_abspath = svn_dirent_join(dst_parent_abspath, pair
153 const svn_client__copy_pair_t *pair = local
196 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
247 do_wc_to_wc_moves_with_locks2(svn_client__copy_pair_t *pair, const char *dst_parent_abspath, svn_boolean_t lock_src, svn_boolean_t lock_dst, svn_boolean_t allow_mixed_revisions, svn_boolean_t metadata_only, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
273 do_wc_to_wc_moves_with_locks1(svn_client__copy_pair_t *pair, const char *dst_parent_abspath, svn_boolean_t lock_src, svn_boolean_t lock_dst, svn_boolean_t allow_mixed_revisions, svn_boolean_t metadata_only, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
318 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
399 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
546 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
822 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
879 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
985 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1011 svn_client__copy_pair_t *pair = local
1266 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1298 svn_client__copy_pair_t *pair = local
1339 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1403 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1552 repos_to_wc_copy_single(svn_boolean_t *timestamp_sleep, svn_client__copy_pair_t *pair, svn_boolean_t same_repositories, svn_boolean_t ignore_externals, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
1813 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1849 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
1967 svn_client__copy_pair_t *pair = apr_palloc(pool, sizeof(*pair)); local
2017 svn_client__copy_pair_t *pair = apr_palloc(pool, sizeof(*pair)); local
2044 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
2071 svn_client__copy_pair_t *pair = local
2111 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
2142 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
2165 svn_client__copy_pair_t *pair = APR_ARRAY_IDX(copy_pairs, i, local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dpair.h63 using std::pair;
/freebsd-10.0-release/share/doc/psd/20.ipctut/
H A Dpipe.c52 perror("opening stream socket pair");
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c49 TR(TRACE_ATTRS, ("old pair = %d -- new pair = %d", old_pair, pair)); \
50 if ((pair != old_pair) \
51 || (fix_pair0 && (pair == 0)) \
53 _nc_do_color(old_pair, pair, reverse, outc); \
57 #define set_color(mode, pair) mode &= ALL_BUT_COLOR; mode |= COLOR_PAIR(pair)
60 vid_puts(attr_t newmode, short pair, void *opts GCC_UNUSED, int (*outc) (int)) argument
76 T((T_CALLED("vid_puts(%s,%d)"), _traceattr(newmode), pair));
226 SetPair(SCREEN_ATTRS(SP), pair); local
242 vid_attr(attr_t newmode, short pair, void *opts) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_userhold.c93 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
550 nvpair_t *pair; local
[all...]
/freebsd-10.0-release/sys/dev/nvram2env/
H A Dnvram2env.c198 char *pair, *value, *assign; local
241 pair = (char*)nv+4;
243 pair = (char*)nv+4;
245 pair = (char*)nv+20;
247 pair = (char*)nv+4;
250 (u_int32_t)pair < ((u_int32_t)nv + size - 4);
251 pair = pair + strlen(pair) + 1 + strlen(value) + 1 ) {
253 if (pair
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DMapVector.h32 typename VectorType = std::vector<std::pair<KeyT, ValueT> > >
67 std::pair<KeyT, ValueT> &front() { return Vector.front(); }
68 const std::pair<KeyT, ValueT> &front() const { return Vector.front(); }
69 std::pair<KeyT, ValueT> &back() { return Vector.back(); }
70 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); }
78 std::pair<KeyT, unsigned> Pair = std::make_pair(Key, 0);
79 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
93 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
94 std::pair<Key
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600EmitClauseMarkers.cpp93 std::vector<std::pair<unsigned, unsigned> > ExtractConstRead(MachineInstr *MI)
100 std::vector<std::pair<unsigned, unsigned> > Result;
111 Result.push_back(std::pair<unsigned, unsigned>(SrcIdx, Const));
117 std::pair<unsigned, unsigned> getAccessedBankLine(unsigned Sel) const {
121 return std::pair<unsigned, unsigned>(
132 std::vector<std::pair<unsigned, unsigned> > &CachedConsts) const {
133 std::vector<std::pair<unsigned, unsigned> > UsedKCache;
134 std::vector<std::pair<unsigned, unsigned> > Consts = ExtractConstRead(MI);
140 const std::pair<unsigned, unsigned> &BankLine = getAccessedBankLine(Sel);
143 UsedKCache.push_back(std::pair<unsigne
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Diterators_fn_imps.hpp62 std::pair<entry_pointer, size_type> pos;
79 std::pair<entry_pointer, size_type> pos;
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DLockFileManager.h16 #include <utility> // for std::pair
48 Optional<std::pair<std::string, int> > Owner;
54 static Optional<std::pair<std::string, int> >
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h26 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, DebugLoc DL,
38 virtual std::pair<bool, SDNode*> selectNode(SDNode *Node);
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h34 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > SpillLabels;
63 std::vector<std::pair<MCSymbol*, CalleeSavedInfo> > &getSpillLabels() {

Completed in 167 milliseconds

1234567891011>>