/freebsd-head/lib/libc/net/ |
H A D | base64.c | 129 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument 152 target[datalength++] = Base64[output[0]]; 153 target[datalength++] = Base64[output[1]]; 154 target[datalength++] = Base64[output[2]]; 155 target[datalength++] = Base64[output[3]]; 174 target[datalength++] = Base64[output[0]]; 175 target[datalength++] = Base64[output[1]]; 177 target[datalength++] = Pad64; 179 target[datalength++] = Base64[output[2]]; 180 target[datalengt 195 b64_pton(const char *src, u_char *target, size_t targsize) argument [all...] |
/freebsd-head/lib/libc/regex/ |
H A D | regerror.c | 124 int target = errcode &~ REG_ITOA; local 132 if (r->code == target) 139 sprintf(convbuf, "REG_0x%x", target);
|
/freebsd-head/lib/libc/stdio/ |
H A D | fseek.c | 99 fpos_t target, curoff, ret; local 191 target = offset; 199 target = st.st_size + offset; 200 if ((off_t)target < 0) { 204 if (ltest && (off_t)target > LONG_MAX) { 238 * If the target offset is within the current buffer, 242 if (target >= curoff && target < curoff + n) { 243 size_t o = target - curoff; 263 curoff = target [all...] |
/freebsd-head/sbin/mount_nullfs/ |
H A D | mount_nullfs.c | 71 char target[MAXPATHLEN]; local 101 /* resolve target and source with realpath(3) */ 102 if (checkpath(argv[0], target) != 0) 103 err(EX_USAGE, "%s", target); 107 if (subdir(target, source) || subdir(source, target)) 109 argv[0], target, argv[1]); 113 build_iovec(&iov, &iovlen, "target", target, (size_t)-1); 143 "usage: mount_nullfs [-o options] target moun [all...] |
/freebsd-head/sys/dev/ata/chipsets/ |
H A D | ata-acard.c | 59 static int ata_acard_850_setmode(device_t dev, int target, int mode); 60 static int ata_acard_86X_setmode(device_t dev, int target, int mode); 152 ata_acard_850_setmode(device_t dev, int target, int mode) argument 157 int devno = (ch->unit << 1) + target; 176 ata_acard_86X_setmode(device_t dev, int target, int mode) argument 181 int devno = (ch->unit << 1) + target;
|
H A D | ata-amd.c | 58 static int ata_amd_setmode(device_t dev, int target, int mode); 110 ata_amd_setmode(device_t dev, int target, int mode) argument 115 int devno = (ch->unit << 1) + target;
|
/freebsd-head/usr.sbin/iscsid/ |
H A D | discovery.c | 142 kernel_add(const struct connection *conn, const char *target) argument 149 strlcpy(isa.isa_conf.isc_target, target, 154 log_warn("failed to add %s: ISCSISADD", target); 199 log_debugx("adding target %s", response_keys->keys_values[i]); 201 * XXX: Validate the target name?
|
/freebsd-head/sys/arm/mv/ |
H A D | mvvar.h | 72 int target; /* Mbus unit ID */ member in struct:decode_win 73 int attr; /* Attributes of the target interface */ 92 int decode_win_cpu_set(int target, int attr, vm_paddr_t base, uint32_t size,
|
/freebsd-head/contrib/bearssl/T0/ |
H A D | Opcode.cs | 40 * Resolve the target (word reference) for this opcode. 42 internal virtual void ResolveTarget(Word target) argument
|
/freebsd-head/contrib/llvm-project/llvm/lib/Support/ |
H A D | regerror.c | 88 int target = errcode &~ REG_ITOA; local 96 if (r->code == target) 105 "REG_0x%x", target);
|
/freebsd-head/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_atomic.c | 60 atomic_add_64(volatile uint64_t *target, int64_t delta) argument 64 *target += delta; 69 atomic_dec_64(volatile uint64_t *target) argument 73 *target -= 1; 101 atomic_add_64_nv(volatile uint64_t *target, int64_t delta) argument 106 newval = (*target += delta); 112 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) argument 117 oldval = *target; 119 *target = newval;
|
/freebsd-head/lib/libc/xdr/ |
H A D | xdr_array.c | 80 caddr_t target = *addrp; local 100 if (target == NULL) 105 *addrp = target = mem_alloc(nodesize); 106 if (target == NULL) { 110 memset(target, 0, nodesize); 124 stat = (*elproc)(xdrs, target); 125 target += elsize;
|
/freebsd-head/contrib/subversion/subversion/libsvn_wc/ |
H A D | wcroot_anchor.c | 89 (or can't occur) *except* when the target is a dir that remains a 112 a "target", where the "anchor" is the directory at which the update 114 this directory in mind), and the "target" is the actual intended 127 ...N with X as a target, either because ...N isn't a versioned 210 const char **target, 241 svn_dirent_split(anchor, target, path, result_pool); 246 *target = ""; 208 svn_wc_get_actual_target2(const char **anchor, const char **target, svn_wc_context_t *wc_ctx, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
|
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueUUID.cpp | 68 Target *target = exe_ctx.GetTargetPtr(); local 69 if (!target) 75 const size_t num_modules = target->GetImages().GetSize(); 77 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i));
|
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AMDGPU.cpp | 112 static AMDGPU target; local 113 return ⌖
|
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_atomic.c | 60 atomic_add_64(volatile uint64_t *target, int64_t delta) argument 64 *target += delta; 69 atomic_dec_64(volatile uint64_t *target) argument 73 *target -= 1; 101 atomic_add_64_nv(volatile uint64_t *target, int64_t delta) argument 106 newval = (*target += delta); 112 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) argument 117 oldval = *target; 119 *target = newval;
|
/freebsd-head/sys/xdr/ |
H A D | xdr_array.c | 72 caddr_t target = *addrp; local 92 if (target == NULL) 97 *addrp = target = mem_alloc(nodesize); 98 if (target == NULL) { 102 memset(target, 0, nodesize); 116 stat = (*elproc)(xdrs, target); 117 target += elsize;
|
/freebsd-head/contrib/binutils/bfd/ |
H A D | targets.c | 1 /* Generic target-file-type support for the BFD library. 42 of a target back end. All the back end provides to the root 49 target are unknown. BFD uses various mechanisms to determine 54 target string supplied to <<bfd_openr>> and the new BFD pointer. 56 o If a null target string was provided to <<bfd_find_target>>, 58 that as the target string. 60 o If the target string is still <<NULL>>, or the target string is 61 <<default>>, then use the first item in the target vector 62 as the target typ 1290 const bfd_target * const *target; local 1330 const bfd_target *target; local 1368 const bfd_target *target; local 1426 const bfd_target * const *target; local 1468 const bfd_target * const *target; local [all...] |
/freebsd-head/crypto/heimdal/lib/kadm5/ |
H A D | common_glue.c | 115 krb5_principal target) 117 return __CALL(rename_principal, (server_handle, source, target)); 113 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
|
/freebsd-head/contrib/dialog/ |
H A D | columns.c | 27 row = 0, data = target; \ 44 next_row(char **target, int per_row) argument 46 char *result = (char *) target; 94 dlg_align_columns(char **target, int per_row, int num_rows) argument 165 dlg_free_columns(char **target, int per_row, int num_rows) argument
|
/freebsd-head/contrib/libcxxrt/ |
H A D | dynamic_cast.cc | 127 bool __si_class_type_info::__do_upcast(const __class_type_info *target, argument 130 if (this == target) 134 return __base_type->__do_upcast(target, thrown_object); 146 bool __vmi_class_type_info::__do_upcast(const __class_type_info *target, argument 149 if (this == target) 176 if (info->__base_type == target || 177 (info->__base_type->__do_upcast(target, &cast)))
|
/freebsd-head/contrib/ntp/lib/isc/ |
H A D | bitstring.c | 82 isc_bitstring_t *target, unsigned int tbitpos, 89 * the 'n' bits of 'target' starting at 'tbitpos'. 93 REQUIRE(VALID_BITSTRING(target)); 94 REQUIRE(source->lsb0 == target->lsb0); 103 if (target->lsb0) { 104 REQUIRE(tbitpos <= target->length); 105 tbitpos = PADDED(target->size) - tbitpos; 109 REQUIRE(tlast <= target->size); 111 if (tlast > target->length) 112 target 81 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, isc_bitstring_t *target, unsigned int tbitpos, unsigned int n) argument [all...] |
/freebsd-head/contrib/subversion/subversion/svn/ |
H A D | copy-cmd.c | 67 const char *target = APR_ARRAY_IDX(targets, i, const char *); 73 err = svn_opt_parse_path(peg_revision, &src, target, pool); 77 /* Issue #3606: 'svn cp .@HEAD target' gives 84 if (*target == '@' && err->apr_err == SVN_ERR_BAD_FILENAME) 89 apr_pstrcat(pool, ".", target, 116 /* Get DST_PATH (the target path or URL) and check that no peg revision is 65 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
|
/freebsd-head/sys/contrib/ck/include/ |
H A D | ck_tflock.h | 56 ck_tflock_ticket_fca_32(uint32_t *target, uint32_t mask, uint32_t delta) argument 58 uint32_t snapshot = ck_pr_load_32(target); 63 if (ck_pr_cas_32_value(target, snapshot, goal, &snapshot) == true)
|
/freebsd-head/sys/contrib/ck/src/ |
H A D | ck_array.c | 76 struct _ck_array *target; local 84 target = array->active; 86 if (array->n_entries == target->length) { 87 size = target->length << 1; 89 target = array->allocator->realloc(target, 94 if (target == NULL) 97 ck_pr_store_uint(&target->length, size); 101 ck_pr_store_ptr(&array->active, target); 104 target 152 struct _ck_array *target; local [all...] |