Searched refs:out (Results 651 - 675 of 799) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh41 already have a suffix. The default output is \ba.out.msg\b if \b-c\b
95 __out__=a.out.msg
/osnet-11/usr/src/lib/libc/
H A DMakefile303 cscope.out tags: FRC
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c992 goto out;
1047 goto out;
1056 goto out;
1198 out:
H A Daio.c173 goto out;
185 goto out;
205 goto out;
217 goto out;
221 out:
1380 * Figure out the notification parameters while holding __aio_mutex.
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c165 string_to_boolean (const char *string, krb5_boolean *out) argument
173 *out = 1;
178 *out = 0;
507 * Parse out the port number from an admin_server setting. Modify server to
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c328 buf.out = (grub_uint8_t *) data->xzbuf;
354 grub_memcpy (outbuf + outoff, buf.out, l);
362 grub_memcpy (outbuf, buf.out + outoff, l);
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_lzma2.c286 dict->buf = b->out + b->out_pos;
398 memcpy(b->out + b->out_pos, b->in + b->in_pos,
411 * Flush pending data from dictionary to b->out. It is assumed that there is
412 * enough space in b->out. This is guaranteed because caller uses dict_limit()
423 memcpy(b->out + b->out_pos, dict->buf + dict->start,
1060 * b->out. Check if we finished decoding this chunk.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL948 -d Data mode. This prints out your configuration data, without mailing
1037 Type C<perl -v> at the command line to find out.
1041 Look at http://www.perl.com/ to find out. If it is not the latest
1049 A significant number of the bug reports we get turn out to be documented
1144 version of perl comes out and your bug is still present.
1177 Data mode (the default if you redirect or pipe output). This prints out
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm19 my @out = grep /$rex/, readdir DIR;
21 return @out;
142 names, and filter them out or convert them to their VMS equivalents, as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm149 my($cmd,$out,$text) = @_;
150 print STDERR $cmd,($out ? '>>> ' : '<<< '), $cmd->debug_text($out,$text);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm131 Here is how to write your native data out using UTF-8 (or UTF-EBCDIC)
135 print F $out;
253 Otherwise if C<Configure> found out how to do "fast" IO using system's
297 # [1] "stdio" if Configure found out how to do "fast stdio" (depends
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm187 die I/O,Flow raise an exception or bail out
296 ref Objects find out the type of thing being referenced
300 return Flow get out of a function early
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c778 * Description: This function prints out error messages if do_print is
862 goto out;
877 goto out;
893 out:
1391 * Runs a command in a separate subprocess. Splits out stdout from stderr
1963 * BE name doesn't exist, break out
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c572 goto out;
578 goto out;
586 out:
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py132 out = self.ws.findoutgoing(parent)
133 if not out:
136 cg = self.ws.repo.changegroup(out, 'bundle')
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c605 * fails since we have to zero out gwindows first anyway.
1585 goto out;
1592 goto out;
1617 goto out;
1624 goto out;
1684 out:
1993 execname = P->execname ? P->execname : "a.out";
2022 * If for some reason that doesn't pan out, just use ld.so.1.
2071 * using the special name "a.out" just like /proc does.
2074 P->map_exec = core_name_mapping(P, addr, "a.out");
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c63 * then turn around and write them out again.
676 * to the list of things for the caller to write out to a file,
906 "%s and %s out of sync,"
1354 goto out;
1390 out:
1667 goto out;
1672 * figure out what dname (tname + a new number) goes to the
1722 * Write out devallocp along with the devalloc on/off string.
1727 goto out;
1752 out
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c452 grub_fatal ("%d: out of range pointer: %p\n", __LINE__, p);
1163 grub_dprintf ("relocator", "allocation failed with out-of-memory\n");
1201 grub_relocator_chunk_t *out,
1208 return grub_error (GRUB_ERR_OUT_OF_RANGE, "address is out of range");
1255 return grub_error (GRUB_ERR_OUT_OF_MEMORY, "out of memory");
1296 *out = chunk;
1306 grub_relocator_chunk_t *out,
1340 *out = chunk;
1363 return grub_error (GRUB_ERR_OUT_OF_MEMORY, "out of memory");
1439 *out
1200 grub_relocator_alloc_chunk_addr(struct grub_relocator *rel, grub_relocator_chunk_t *out, grub_phys_addr_t target, grub_size_t size) argument
1305 grub_relocator_alloc_chunk_align(struct grub_relocator *rel, grub_relocator_chunk_t *out, grub_phys_addr_t min_addr, grub_phys_addr_t max_addr, grub_size_t size, grub_size_t align, int preference) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c699 generate_image (const char *dir, char *prefix, FILE *out, char *mods[], argument
982 grub_util_write_image (pxeboot_img, pxeboot_size, out);
1020 grub_util_write_image (boot_img, boot_size, out);
1294 grub_util_write_image (boot_img, boot_size, out);
1620 grub_util_write_image (core_img, core_size, out);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2068 the first program found out of: `bison -y', `byacc', `yacc'.
2210 # Strip out --no-create and --no-recursion so they do not pile up.
2211 # Strip out --silent because we don't want to record it for future runs.
3730 # If we don't find an include directive, just comment out the code.
3738 # We grep out `Entering directory' and `Leaving directory'
4141 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4142 # Try to create an executable without -o first, disregard a.out.
4143 # It will help us diagnose broken compilers, and finding out a
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c164 * a pointer to a child node in the B+tree so we just break out.
212 * descend into the B+tree so we just break out of the loop.
339 ntfs_log_debug("Index entry out of bounds in directory "
347 * a pointer to a child node in the B+tree so we just break out.
397 * descend into the B+tree so we just break out of the loop.
1005 ntfs_log_debug("Index entry out of bounds in directory "
1616 goto out;
1659 out:
1673 goto out;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c541 asr_print_config(asr_handle_t *ah, FILE *out) argument
543 if (ah == NULL || ah->asr_cfg == NULL || out == NULL) {
547 return (asr_nvl_print_properties(out, ah->asr_cfg));
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c663 return (fmd_msg_nv_error("index %u out-of-range for "
884 return (fmd_msg_nv_error("index %u out-of-range for "
1326 goto out;
1385 goto out;
1393 out:
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c1500 * write_data - Write out a block of data
1919 goto out;
1929 goto out;
1995 out:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm50 my $out = "";
52 $out .= substr $D_flags, $i, 1 if $^D & (1<<$i);
64 $out

Completed in 123 milliseconds

<<21222324252627282930>>