| /src/external/gpl2/xcvs/dist/lib/ |
| unistd--.h | 24 #undef dup macro 25 #define dup dup_safer macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| unistd--.h | 23 #undef dup macro 24 #define dup dup_safer macro
|
| dup.c | 29 #undef dup macro 66 dupfd = dup (fd); 80 # define dup_nothrow dup
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| unistd--.h | 23 #undef dup macro 24 #define dup dup_safer macro
|
| dup.c | 29 #undef dup macro 66 dupfd = dup (fd); 80 # define dup_nothrow dup
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-device.c | 61 char *dup = hw_zalloc (me, strlen (str) + 1); local 62 strcpy (dup, str); 63 return dup;
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-device.c | 61 char *dup = hw_zalloc (me, strlen (str) + 1); local 62 strcpy (dup, str); 63 return dup;
|
| /src/include/ |
| rmt.h | 50 #define dup rmtdup macro
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.h | 136 #ifdef dup 137 #undef dup macro 139 #define dup(oldd) swrap_dup(oldd) macro
|
| /src/external/mit/expat/dist/tests/ |
| structdata.c | 64 XML_Char *const dup = (XML_Char *)malloc(byte_count); local 66 assert(dup != NULL); 67 memcpy(dup, s, byte_count); 68 return dup;
|
| /src/sys/dist/pf/net/ |
| pf_ruleset.c | 192 struct pf_anchor *dup, *parent = NULL; local 243 if ((dup = RB_INSERT(pf_anchor_global, &pf_anchors, anchor)) != 247 anchor->path, anchor->name, dup->path, dup->name); 254 if ((dup = RB_INSERT(pf_anchor_node, &parent->children, 259 dup->path, dup->name);
|
| /src/usr.sbin/fstyp/ |
| hammer.c | 168 char *dup = NULL, *p, *volpath, *rootvolpath, x[HAMMER_MAX_VOLUMES]; local 175 dup = strdup(blkdevs); 176 p = dup; 233 free(dup);
|
| hammer2.c | 418 char *dup = NULL, *target_label = NULL, *p, *volpath, *rootvolpath; local 426 p = dup = strdup(blkdevs); 431 p = dup; 511 free(dup);
|
| /src/lib/librefuse/ |
| refuse_opt.c | 304 char* dup = strdup(param); local 305 if (dup == NULL) 308 *(char **)var = dup;
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| engine.c | 211 ENGINE **d, *dup; local 213 dup = ENGINE_by_id(engine->id); 214 if (dup)
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| exdatatest.c | 67 int dup; member in struct:myobj_ex_data_st 103 /* indicate this is a dup */ 104 ex_data->dup = 1; 238 if (!TEST_int_eq(ex_data->dup, 1))
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-selftests.cc | 267 rtx dup = gen_const_vec_duplicate (mode, GEN_INT (val)); local 268 emit_move_insn (dest, dup); 275 rtx_equal_p (XEXP (SET_SRC (PATTERN (insn)), 1), dup)); 293 rtx dup = gen_const_vec_duplicate (mode, ele); local 294 emit_move_insn (dest, dup);
|
| /src/external/mit/isl/dist/include/isl/ |
| hmap_templ.c | 98 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,dup)(__isl_keep ISL_HMAP *hmap) 100 ISL_HMAP *dup; local 105 dup = ISL_FN(ISL_HMAP,alloc)(hmap->ctx, hmap->table.n); 106 if (ISL_FN(ISL_HMAP,foreach)(hmap, &add_key_val, &dup) < 0) 107 return ISL_FN(ISL_HMAP,free)(dup); 109 return dup; 120 return ISL_FN(ISL_HMAP,dup)(hmap);
|
| /src/external/mit/isl/dist/ |
| isl_reordering.c | 71 isl_reordering *dup; local 76 dup = isl_reordering_alloc(isl_reordering_get_ctx(r), 78 if (!dup) 81 dup->space = isl_reordering_get_space(r); 82 if (!dup->space) 83 return isl_reordering_free(dup); 84 for (i = 0; i < dup->src_len; ++i) 85 dup->pos[i] = r->pos[i]; 87 return dup;
|
| isl_pw_templ.c | 166 __isl_give PW *FN(PW,dup)(__isl_keep PW *pw) 169 PW *dup; local 174 dup = FN(PW,alloc_size)(isl_space_copy(pw->dim) 176 if (!dup) 180 dup = FN(PW,add_dup_piece)(dup, isl_set_copy(pw->p[i].set), 183 return dup; 194 return FN(PW,dup)(pw);
|
| /src/sbin/fsck_lfs/ |
| fsck.h | 70 #define MAXDUP 10 /* limit on dup blks (per inode) */ 133 daddr_t dup; member in struct:dups
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| exdatatest.c | 68 int dup; member in struct:myobj_ex_data_st 106 /* indicate this is a dup */ 107 ex_data->dup = 1; 288 if (!TEST_int_eq(ex_data->dup, 1))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| exdatatest.c | 68 int dup; member in struct:myobj_ex_data_st 106 /* indicate this is a dup */ 107 ex_data->dup = 1; 288 if (!TEST_int_eq(ex_data->dup, 1))
|
| /src/external/gpl2/groff/dist/src/include/ |
| nonposix.h | 66 # define dup(f) _dup(f) macro
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-div.c | 132 mp_ptr np, dup, dnp, qp, rp, junkp; local 188 dup = PTR (d); 189 MPN_COPY (dnp, dup, dn); 225 dup[dn - 1] = GMP_NUMB_MAX; 300 qp[nn - dn] = mpn_sec_div_qr (qp, rp, nn, dup, dn, scratch); 302 check_one (qp, rp, np, nn, dup, dn, "mpn_sec_div_qr (unnorm)", 0); 313 mpn_sec_div_r (rp, nn, dup, dn, scratch); 317 check_one (qp, rp, np, nn, dup, dn, "mpn_sec_div_r (unnorm)", 0); 441 mpn_div_q (qp, np, nn, dup, dn, scratch); 444 check_one (qp, NULL, np, nn, dup, dn, "mpn_div_q", 0) [all...] |