Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/onnv-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c72 char *binary, int *nc);
264 char *binary; /* The binary version of keyseq[] */ in _kt_set_keyfn() local
289 binary = _new_StringMemString(kt->smem, size + 1); in _kt_set_keyfn()
290 if(!binary) { in _kt_set_keyfn()
299 if(_kt_parse_keybinding_string(keyseq, binary, &nc)) { in _kt_set_keyfn()
300 binary = _del_StringMemString(kt->smem, binary); in _kt_set_keyfn()
306 switch(_kt_locate_keybinding(kt, binary, nc, &first, &last)) { in _kt_set_keyfn()
321 binary = _del_StringMemString(kt->smem, binary); in _kt_set_keyfn()
333 binary = _del_StringMemString(kt->smem, binary); in _kt_set_keyfn()
352 binary = _del_StringMemString(kt->smem, binary); in _kt_set_keyfn()
[all …]
/onnv-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c125 chk4ubin(char *root, char *binary) in chk4ubin() argument
143 (void) snprintf(path, sizeof (path), "%s", binary); in chk4ubin()
145 (void) snprintf(path, sizeof (path), "%s/%s", root, binary); in chk4ubin()
185 (void) printf("%s: ERROR: %s\n", whoami, binary); in chk4ubin()
192 (void) printf("%s: %s ok\n", whoami, binary); in chk4ubin()
214 whoami, binary); in chk4ubin()
218 whoami, binary); in chk4ubin()
222 whoami, binary); in chk4ubin()
/onnv-gate/usr/src/lib/libresolv2/common/inet/
H A Dnsap_addr.c44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
65 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
80 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
100 nib = *binary >> 4; in inet_nsap_ntoa()
102 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/onnv-gate/usr/src/lib/libast/common/regex/
H A Dregdecomp.c94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags)) in decomp()
97 …if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, fl… in decomp()
332 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags)) in decomp()
335 if (decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags)) in decomp()
359 …if (e->re.group.expr.binary.left && decomp(e->re.group.expr.binary.left, sp, type, delimiter, flag… in decomp()
361 if (q = e->re.group.expr.binary.right) in decomp()
364 …if (q->re.group.expr.binary.left && decomp(q->re.group.expr.binary.left, sp, type, delimiter, flag… in decomp()
367 …if (q->re.group.expr.binary.right && decomp(q->re.group.expr.binary.right, sp, type, delimiter, fl… in decomp()
/onnv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l58 MAPTYPE_NAME (automatic|dense|index|hash|binary)
294 char *binary; in hexadecimal_data() local
311 binary = malloc_vital(size); in hexadecimal_data()
322 *(binary + i) = val; in hexadecimal_data()
343 *(binary + i) = val; in hexadecimal_data()
350 (void) memmove(&(data->place), binary, size); in hexadecimal_data()
351 free(binary); in hexadecimal_data()
353 data->place.itm_ptr = (itm_place2_t)binary; in hexadecimal_data()
/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.c74 unsigned char *binary, unsigned int len) in client_set_binary_data() argument
81 p->value.binary = binary; in client_set_binary_data()
115 unsigned char **binary, unsigned int *len) in client_get_binary_data() argument
122 *binary = p->value.binary; in client_get_binary_data()
H A Discsit_authclient.h55 unsigned char *binary; member
124 unsigned char *binary, unsigned int len);
139 unsigned char **binary, unsigned int *len);
/onnv-gate/usr/src/uts/common/io/ath/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without modification,
13 2. Redistributions in binary form must reproduce at minimum a disclaimer
16 similar Disclaimer requirement for further binary redistribution.
43 Redistribution and use in source and binary forms are permitted provided that
50 3. Redistributions in binary form must reproduce at minimum a disclaimer
53 binary redistribution.
/onnv-gate/usr/src/uts/intel/io/amr/
H A DTHIRDPARTYLICENSE5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
30 * Redistribution and use in source and binary forms, with or without
35 * 2. Redistributions in binary form must reproduce the above copyright
38 * 3. The party using or redistributing the source code and binary forms
/onnv-gate/usr/src/cmd/tcpd/
H A DREADME.ipv68 The code was tested on Solaris 8 Beta. A single tcpd binary supports
12 but I have not tested the binary.
32 libwrap binary compatibility is maintained.
/onnv-gate/usr/src/uts/common/io/urtw/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
15 * similar Disclaimer requirement for further binary redistribution.
/onnv-gate/usr/src/uts/common/io/mwl/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
15 * similar Disclaimer requirement for further binary redistribution.
/onnv-gate/usr/src/common/iscsi/
H A Dbase64.c116 uint8_t *binary, int binary_buf_len, int *out_len) in iscsi_base64_str_to_binary() argument
154 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()
167 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()
/onnv-gate/usr/src/uts/common/io/uath/uath_fw/
H A DLICENSE5 * Redistribution and use in source and binary forms are permitted
13 * 3. Redistributions in binary form must reproduce at minimum a
16 * Disclaimer requirement for further binary redistribution.
/onnv-gate/usr/src/uts/common/io/rtw/
H A DTHIRDPARTYLICENSE7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
39 * Redistribution and use in source and binary forms, with or without
45 * 2. Redistributions in binary form must reproduce the above copyright
64 * Redistribution and use in source and binary forms, with or without
/onnv-gate/usr/src/cmd/sendmail/
H A DLICENSE10 modified or derived work) in source and binary forms is permitted only if
31 3. Redistributions in binary form must reproduce the Copyright Notice,
34 provided with the distribution. For the purposes of binary distribution
50 (b) Redistribution and use in source and binary forms, with or without
57 (ii) Redistributions in binary form must reproduce the above
/onnv-gate/usr/src/uts/intel/io/heci/
H A DTHIRDPARTYLICENSE7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * binary redistribution.
/onnv-gate/usr/src/lib/libbc/
H A DTHIRDPARTYLICENSE4 Redistribution and use in source and binary forms, with or without
10 2. Redistributions in binary form must reproduce the above
37 * Redistribution and use in source and binary forms are permitted
47 * Redistribution and use in source and binary forms are permitted
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/warnings/
H A Dutil9 Illegal binary digit ignored
12 Integer overflow in binary number
48 Illegal binary digit '9' ignored at - line 3.
56 Integer overflow in binary number at - line 3.
/onnv-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c225 int binary; in sh_readline() local
275 binary = nv_isattr(np,NV_BINARY); in sh_readline()
276 if(!binary && !(flags&(N_FLAG|NN_FLAG))) in sh_readline()
302 if(binary && !(flags&(N_FLAG|NN_FLAG))) in sh_readline()
361 if(m>0 && (flags&N_FLAG) && !binary && (v=memchr(cp,'\n',m))) in sh_readline()
390 if(!binary && mbwide()) in sh_readline()
409 if(!binary && mbwide() && (up == var || (flags & NN_FLAG) && size)) in sh_readline()
424 if(binary && !((size=nv_size(np)) && nv_isarray(np) && c!=size)) in sh_readline()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlnumber.pod8 $n = 0b1110011; # binary integer
39 "short" representation when converted to a binary fraction. For example,
40 0.9 cannot be represented by a native float, since the binary fraction
46 limitation, the exponent of the binary number is also restricted when it
48 point values can store numbers with up to 53 binary digits, and with binary
72 a finite decimal expansion or a "short" binary expansion.
146 The binary operators C<+> C<-> C<*> C</> C<%> C<==> C<!=> C<E<gt>> C<E<lt>>
/onnv-gate/usr/src/lib/libldap4/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms are permitted
14 * Redistribution and use in source and binary forms are permitted
/onnv-gate/usr/src/cmd/sendmail/db/
H A DLICENSE23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
59 * Redistribution and use in source and binary forms, with or without
64 * 2. Redistributions in binary form must reproduce the above copyright
91 * Redistribution and use in source and binary forms, with or without
96 * 2. Redistributions in binary form must reproduce the above copyright
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms, with or without
7 * distributions including binary code include the above copyright notice and
/onnv-gate/usr/src/uts/common/io/uath/
H A DTHIRDPARTYLICENSE6 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
15 * similar Disclaimer requirement for further binary redistribution.

12345678910>>...15