Home
last modified time | relevance | path

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

1234567891011

/titanic_41/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 …]
/titanic_41/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()
/titanic_41/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()
/titanic_41/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()
/titanic_41/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()
/titanic_41/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);
/titanic_41/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.
/titanic_41/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
/titanic_41/usr/src/cmd/tail/
H A DTHIRDPARTYLICENSE1 Redistribution and use in source and binary forms, with or without
6 2. Redistributions in binary form must reproduce the above copyright
26 Redistribution and use in source and binary forms, with or without
31 2. Redistributions in binary form must reproduce the above copyright
54 Redistribution and use in source and binary forms, with or without
59 2. Redistributions in binary form must reproduce the above copyright
/titanic_41/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.
/titanic_41/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.
/titanic_41/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()
/titanic_41/usr/src/cmd/tr/
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
62 Redistribution and use in source and binary forms, with or without
67 2. Redistributions in binary form must reproduce the above copyright
/titanic_41/usr/src/cmd/man/
H A DTHIRDPARTYLICENSE6 Redistribution and use in source and binary forms, with or without
12 2. Redistributions in binary form must reproduce the above
42 Redistribution and use in source and binary forms, with or without
48 2. Redistributions in binary form must reproduce the above copyright
71 Redistribution and use in source and binary forms, with or without
76 2. Redistributions in binary form must reproduce the above copyright
/titanic_41/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.
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/uts/intel/io/acpica/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
14 * binary redistribution.
/titanic_41/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.
/titanic_41/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
/titanic_41/usr/src/cmd/mailwrapper/
H A DTHIRDPARTYLICENSE9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
37 * Redistribution and use in source and binary forms, with or without
42 * 2. Redistributions in binary form must reproduce the above copyright
67 * Redistribution and use in source and binary forms, with or without
72 * 2. Redistributions in binary form must reproduce the above copyright
/titanic_41/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()
/titanic_41/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
/titanic_41/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

1234567891011