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

12

/osnet-11/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;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcroak.t32 if ($@ =~ /Storable binary image v127.255 more recent than I am \(v2\.\d+\)/)
/osnet-11/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.c204 drop(disc, e->re.group.expr.binary.left);
205 drop(disc, e->re.group.expr.binary.right);
247 if (e->re.group.expr.binary.left)
248 mark(e->re.group.expr.binary.left, set);
249 if (e->re.group.expr.binary.right)
250 mark(e->re.group.expr.binary.right, set);
281 if (e->re.group.expr.binary.left)
282 n = serialize(env, e->re.group.expr.binary.left, n);
283 e->re.group.expr.binary.serial = n++;
284 if (e->re.group.expr.binary
[all...]
H A Dregnexec.c833 r = parse(env, rex->re.group.expr.binary.left, &catcher, s);
837 ((Pos_t*)env->pos->vec + env->pos->cur - 1)->serial = catcher.serial = rex->re.group.expr.binary.serial;
838 n = parse(env, rex->re.group.expr.binary.right, &catcher, s);
847 if ((r = parse(env, rex->re.group.expr.binary.left, cont, s)) == NONE)
848 r = parse(env, rex->re.group.expr.binary.right, cont, s);
1019 catcher.re.conj_left.right = rex->re.group.expr.binary.right;
1023 return parse(env, rex->re.group.expr.binary.left, &catcher, s);
1284 if (q = rex->re.group.expr.binary.right)
1286 catcher.re.cond_catch.next[0] = q->re.group.expr.binary.right;
1287 catcher.re.cond_catch.next[1] = q->re.group.expr.binary
[all...]
H A Dreglib.h385 Binary_t binary; member in union:Group_s::__anon1177
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm39 and broke binary compatibility somehow.
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c225 int binary; local
281 binary = nv_isattr(np,NV_BINARY);
282 if(!binary && !(flags&(N_FLAG|NN_FLAG)))
309 if(binary && !(flags&(N_FLAG|NN_FLAG)))
368 if(m>0 && (flags&N_FLAG) && !binary && (v=memchr(cp,'\n',m)))
397 if(!binary && mbwide())
416 if(!binary && mbwide() && (up == var || (flags & NN_FLAG) && size))
431 if(binary && !((size=nv_size(np)) && nv_isarray(np) && c!=size))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dfile.pm64 This function will calculate and return the binary digest of the bytes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dminimod.pl125 perl binary. It writes to STDOUT a corresponding perlmain.c file that
H A Dconfigpm522 relate to the actual perl binary which is being used to access it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintpm.inc93 # binary ops
184 # convert hex/binary targets to decimal
828 # binary input
H A Dupgrade.inc193 # convert hex/binary targets to decimal
368 # binary input
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c28 * Redistribution and use in source and binary forms, with or without
33 * 2. Redistributions in binary form must reproduce the above copyright
938 loc_aton(ascii, binary)
940 u_char *binary;
1035 bcp = binary;
1049 loc_ntoa(binary, ascii)
1050 const u_char *binary;
1056 const u_char *cp = binary;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm108 =item I<binary>
121 string will be about 30% longer than the binary version.
242 Return the binary digest for the message.
H A DPerlIO.pm40 open($fh,"<","his.jpg"); # portably open a binary file for reading
153 C<binmode($fh)> - the stream is made suitable for passing binary data
160 alter binary nature of the stream are also disabled. If you want UNIX
167 for binary data. (Undoing :utf8 and :crlf are implemented by clearing
177 will construct a "binary" stream, but then enable UTF-8 translation.
230 To get a binary stream an alternate method is to use:
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell.in49 --qemu=FILE Name of qemu binary
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dnetent.pm117 That means that the address comes back in binary for the
144 # this is stupid; first, why is this not in binary?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm79 Specify content is binary
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1176 That produces a new perl binary in the current directory with all
1184 The binary can be installed into the directory where perl normally
1189 To produce a perl binary with a different name than C<perl>, either say
1202 C<inst_perl> target that installs the new binary into INSTALLBIN.
1209 existing perl binary. Use with care!
1304 Used when creating PPD files for binary packages. It can be set to a
1305 full or relative path or URL to the binary archive for a particular
1310 builds a PPD package that references a binary of the C<Agent> package,
1450 Perl binary able to run this extension, load XS modules, etc...
1504 Directory to install binary file
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t27 Except for bin2dec (which indeed converts binary to decimal) none of the
95 # binary -> decimal
99 is not a binary number
102 # expand binary to Xs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm95 of this "message", and return it in binary form. The returned string
198 Return the binary digest for the message. The returned string will be
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm167 binmode I/O prepare binary files for I/O
275 pack Binary,String convert a list into a binary representation
363 unpack Binary,LIST convert binary structure into normal perl variables
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL650 Create C code only; do not compile to a standalone binary.
H A Dperlivp.PL85 # Unixes it is the basename rather than the full path to the perl binary.
102 print "## Checking Perl binary via variable `\$perlpath' = $perlpath.\n" if $opt{'p'};
105 print "## Perl binary `$perlpath' appears executable.\n" if $opt{'v'};
110 print "# Perl binary `$perlpath' does not appear executable.\n";
419 =item * print "# Perl binary `$perlpath' does not appear executable.\n";
421 Likely to occur for a perl binary that was not properly installed.

Completed in 123 milliseconds

12