Home
last modified time | relevance | path

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

12345678910>>...17

/titanic_51/usr/src/contrib/ast/lib/package/
H A Dpackage.mk2 * source and binary package support
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
65 * don't strip non-lcl binary package members
68 * include variants matching pattern in binary packages
70 * incremental=[source:1 binary:0]
117 This is a package root directory $PACKAGEROOT. Source and binary
255 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix)
258 old.new.binary
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk2 * source and binary package support
17 * binary build binary archive, generates
19 * runtime build binary archive, generates
65 * don't strip non-lcl binary package members
68 * include variants matching pattern in binary packages
70 * incremental=[source:1 binary:0]
117 This is a package root directory $PACKAGEROOT. Source and binary
255 binary = $(PACKAGEDIR)/$(name).$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix)
258 old.new.binary
[all...]
/titanic_51/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[] */ in _kt_set_keyfn() local
265 int nc; /* The number of characters in binary[] */ in _kt_set_keyfn()
268 int size; /* The size to allocate for the binary string */ in _kt_set_keyfn()
281 * for the binary copy of the string, noting that binary meta characters in _kt_set_keyfn()
289 binary = _new_StringMemString(kt->smem, size + 1); in _kt_set_keyfn()
290 if(!binary) { in _kt_set_keyfn()
546 _kt_parse_keybinding_string(const char * keyseq,char * binary,int * nc) _kt_parse_keybinding_string() argument
[all...]
/titanic_51/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) 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()
235 "usage: %s [-n] [-v] [-r <root>] [<binary>] in usage()
[all...]
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/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, flags)) 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, flags)) 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 in decomp()
[all...]
/titanic_51/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_51/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; 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()
[all...]
/titanic_51/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_51/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_51/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_51/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_51/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_51/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_51/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_51/usr/src/boot/lib/libz/doc/
H A Dtxtvsbin.txt18 labeled as plain text, otherwise it is labeled as binary. A prominent
25 the false positives that may occur when binary files containing large
50 plain text; otherwise, it is categorized as binary. (The boundary case,
70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
91 false positives are more likely to appear in binary files that contain
93 be regarded as binary by general-purpose text detection schemes, because
/titanic_51/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_51/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_51/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_51/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_51/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_51/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_51/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_51/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

12345678910>>...17