Searched refs:formats (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtfmt.c63 char formats[256]; local
64 unsigned int extra[elementsof(formats)];
182 if (i < elementsof(formats))
184 formats[i] = t;
201 *s++ = formats[i];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c138 struct formats { struct
141 void (*f_send)(struct formats *, int);
142 void (*f_recv)(struct formats *, int);
149 static void tftpd_sendfile(struct formats *, int);
150 static void tftpd_recvfile(struct formats *, int);
156 static struct formats formats[] = { variable in typeref:struct:formats
775 struct formats *pf;
796 for (pf = formats; pf->f_mode != NULL; pf++)
1011 tftpd_sendfile(struct formats *p
[all...]
/illumos-gate/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
/illumos-gate/usr/src/man/man5/
H A DMakefile53 formats.5 \
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c664 char **formats = NULL; local
683 ACPIDEV_PROP_NAME_UID_FORMAT, &formats, &count) == DDI_SUCCESS) {
686 rbuf = acpidev_gen_unitaddr(uid, formats[i], buf, len);
688 ddi_prop_free(formats);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5352 % \defname, which formats the name of the @def (not the args).

Completed in 73 milliseconds