Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 32) sorted by relevance

12

/titanic_41/usr/src/lib/libast/common/string/
H A Dfmtfmt.c63 char formats[256]; in fmtfmt() local
64 unsigned int extra[elementsof(formats)]; in fmtfmt()
182 if (i < elementsof(formats)) in fmtfmt()
184 formats[i] = t; in fmtfmt()
201 *s++ = formats[i]; in fmtfmt()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c138 struct formats { struct
141 void (*f_send)(struct formats *, int); argument
142 void (*f_recv)(struct formats *, int); argument
149 static void tftpd_sendfile(struct formats *, int); argument
150 static void tftpd_recvfile(struct formats *, int);
156 static struct formats formats[] = { variable
775 struct formats *pf; in tftp()
796 for (pf = formats; pf->f_mode != NULL; pf++) in tftp()
1011 tftpd_sendfile(struct formats *pf, int oacklen) in tftpd_sendfile()
1185 tftpd_recvfile(struct formats *pf, int oacklen) in tftpd_recvfile()
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c664 char **formats = NULL; in acpidev_generate_unitaddr() local
683 ACPIDEV_PROP_NAME_UID_FORMAT, &formats, &count) == DDI_SUCCESS) { in acpidev_generate_unitaddr()
686 rbuf = acpidev_gen_unitaddr(uid, formats[i], buf, len); in acpidev_generate_unitaddr()
688 ddi_prop_free(formats); in acpidev_generate_unitaddr()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java100 int[] formats = null; // Formatting mode for columns field in ColumnListCanvas
367 formats = null; in setHeaders()
390 formats = formatIn; in setFormats()
402 if ((formats == null) || (column < 0) || ( in getFormat()
403 column >= formats.length)) in getFormat()
406 return formats[column]; in getFormat()
/titanic_41/usr/src/man/man5/
H A DMakefile49 formats.5 \
/titanic_41/usr/src/cmd/praudit/
H A Dprint_audit.txt53 print_audit() formats binary audit data from stdin and prints in
54 ASCII on stdout. print_audit_buf() formats binary audit data from
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME49 input and output parameters to the function, and are in formats specific
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc25 file path=usr/share/man/man5/formats.5
/titanic_41/usr/src/test/libc-tests/cfg/
H A DREADME81 we wanted to introduce. Test suites are free to use other formats if they
/titanic_41/usr/src/lib/libshell/common/
H A DPROMO.mm61 format output using printf formats.
H A DRELEASE88279 1. Floating point formats are supported.
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi213 Unfortunately, there is a horrendous variety of executable file formats
218 able to interpret all the different types of executable file formats in
226 variants or other executable formats. This magic header does not need to
437 formats, such as particular a.out variants, but are not required to.
469 OS image; this is true for existing a.out executable formats.
H A Dmultiboot.info177 formats even among free Unix-like PC-based operating systems --
182 formats in existence in order to load the OS image -- otherwise the
189 executable formats. This magic header does not need to be at the very
401 directly support other executable formats, such as particular
436 OS image; this is true for existing a.out executable formats. If
H A Dgrub.info-1104 understands filesystems and kernel executable formats, so you can load
192 Recognize multiple executable formats
H A Dgrub.texi161 filesystems and kernel executable formats, so you can load an arbitrary
245 @item Recognize multiple executable formats
1521 formats. Since the way to load a second stage image you want to use
3389 recognized as Multiboot or one of the supported native formats (Linux
H A Dgrub.info105 understands filesystems and kernel executable formats, so you can load
193 Recognize multiple executable formats
1358 except their formats. Since the way to load a second stage image you
3246 recognized as Multiboot or one of the supported native formats
H A Dgrub.info-252 except their formats. Since the way to load a second stage image you
H A Dgrub.info-3537 recognized as Multiboot or one of the supported native formats
/titanic_41/usr/src/lib/libpp/common/
H A DHISTORY85 01/20/88 add %T and fix %[...] pragma mapping formats
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg116 # Link Audit diagnostic message formats
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg439 # Architecture specific register name formats
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib689 # formats the slice to the specified size.
755 # Given a size,disk and total slice number, this function formats the
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME571 formats. User certificate and private key can be included in the same
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg1738 # Syminfo formats
/titanic_41/usr/src/cmd/sendmail/cf/
H A DREADME2385 Otherwise sendmail formats the text as email
2898 map in four formats: TLS_Rcpt:user@domain, TLS_Rcpt:user@, TLS_Rcpt:domain,
3289 variables require formats that are defined in RFC 2821 or RFC 2822.

12