Searched refs:binary (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dnsap_addr.c44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
65 *binary++ = (nib << 4) | xtob(c);
80 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
100 nib = *binary >> 4;
102 nib = *binary++ & 0x0f;
/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c117 "ERROR: This binary will not boot on any machine with an older\n"
125 chk4ubin(char *root, char *binary) argument
143 (void) snprintf(path, sizeof (path), "%s", binary);
145 (void) snprintf(path, sizeof (path), "%s/%s", root, binary);
185 (void) printf("%s: ERROR: %s\n", whoami, binary);
192 (void) printf("%s: %s ok\n", whoami, binary);
214 whoami, binary);
218 whoami, binary);
222 whoami, binary);
235 "usage: %s [-n] [-v] [-r <root>] [<binary>]
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c59 * Define a binary-symbol-table object.
72 char *binary, int *nc);
264 char *binary; /* The binary version of keyseq[] */ local
265 int nc; /* The number of characters in binary[] */
268 int size; /* The size to allocate for the binary string */
281 * for the binary copy of the string, noting that binary meta characters
289 binary = _new_StringMemString(kt->smem, size + 1);
290 if(!binary) {
546 _kt_parse_keybinding_string(const char *keyseq, char *binary, int *nc) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.h55 unsigned char *binary; member in union:auth_value
124 unsigned char *binary, unsigned int len);
139 unsigned char **binary, unsigned int *len);
H A Discsit_authclient.c74 unsigned char *binary, unsigned int len)
81 p->value.binary = binary;
115 unsigned char **binary, unsigned int *len)
122 *binary = p->value.binary;
72 client_set_binary_data(auth_key_block_t *keyBlock, int key_type, unsigned char *binary, unsigned int len) argument
113 client_get_binary_data(auth_key_block_t *keyBlock, int key_type, unsigned char **binary, unsigned int *len) argument
/illumos-gate/usr/src/boot/sys/boot/arm/at91/
H A DMakefile.inc33 ${OBJCOPY} -S -O binary ${P}.out ${.TARGET}
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregdecomp.c94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
97 if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
332 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
335 if (decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
359 if (e->re.group.expr.binary.left && decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
361 if (q = e->re.group.expr.binary.right)
364 if (q->re.group.expr.binary.left && decomp(q->re.group.expr.binary
[all...]
H A Dregcomp.c194 drop(disc, e->re.group.expr.binary.left);
195 drop(disc, e->re.group.expr.binary.right);
237 if (e->re.group.expr.binary.left)
238 mark(e->re.group.expr.binary.left, set);
239 if (e->re.group.expr.binary.right)
240 mark(e->re.group.expr.binary.right, set);
271 if (e->re.group.expr.binary.left)
272 n = serialize(env, e->re.group.expr.binary.left, n);
273 e->re.group.expr.binary.serial = n++;
274 if (e->re.group.expr.binary
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l58 MAPTYPE_NAME (automatic|dense|index|hash|binary)
193 "@binary", MAPTYPE_BINARY,
230 "binary", MAPTYPE_BINARY,
294 char *binary;
311 binary = malloc_vital(size);
322 *(binary + i) = val;
343 *(binary + i) = val;
350 (void) memmove(&(data->place), binary, size);
351 free(binary);
353 data->place.itm_ptr = (itm_place2_t)binary;
[all...]
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A DMakefile55 $(OBJCOPY) -O binary $@.exec $@
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A DMakefile77 LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N,-S,--oformat,binary
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A DMakefile33 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -N -S --oformat binary
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A DMakefile37 LDFLAGS=-e start -Ttext ${ORG} -N -S --oformat binary
/illumos-gate/usr/src/common/iscsi/
H A Dbase64.c116 uint8_t *binary, int binary_buf_len, int *out_len)
154 (void) memcpy(binary + *out_len, tmp_out, octets);
167 (void) memcpy(binary + *out_len, tmp_out, octets);
115 iscsi_base64_str_to_binary(char *hstr, int hstr_len, uint8_t *binary, int binary_buf_len, int *out_len) argument
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A DMakefile49 LDFLAGS=-e start -Ttext ${ORG} -N -S --oformat binary
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A DMakefile38 LDFLAGS=-e start -Ttext ${ORG} -N -S --oformat binary
H A Dcdboot.S5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
30 # This program is a freestanding boot program to load an a.out binary
36 # binary. Then we attempt to load /boot/loader from the CD we were booted
159 # Try to look up the loader binary using the paths in the loader_paths
179 # Load the binary into the buffer. Due to real mode addressing limitations
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxetramp.s5 # Redistribution and use in source and binary forms are freely
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c225 int binary; local
275 binary = nv_isattr(np,NV_BINARY);
276 if(!binary && !(flags&(N_FLAG|NN_FLAG)))
302 if(binary && !(flags&(N_FLAG|NN_FLAG)))
361 if(m>0 && (flags&N_FLAG) && !binary && (v=memchr(cp,'\n',m)))
390 if(!binary && mbwide())
409 if(!binary && mbwide() && (up == var || (flags & NN_FLAG) && size))
424 if(binary && !((size=nv_size(np)) && nv_isarray(np) && c!=size))
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A DMakefile61 LDFLAGS +=-e start -Ttext ${ORG} -N -S --oformat binary
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt53 print_audit() formats binary audit data from stdin and prints in
54 ASCII on stdout. print_audit_buf() formats binary audit data from
124 binary audit data.
/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile64 ${OBJCOPY} -S -O binary boot1.out ${.TARGET}
85 ${OBJCOPY} -S -O binary boot2.out ${.TARGET}
/illumos-gate/usr/src/cmd/mdb/test/
H A Dmtest.sh45 -m mdb binary to test
213 [[ -x "$mt_mdb" ]] || fatal "unable to execute mdb binary: $mt_mdb"

Completed in 122 milliseconds

12