Searched refs:formats (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | fmtfmt.c | 63 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 D | in.tftpd.c | 138 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 D | print_audit.txt | 53 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 D | Makefile | 53 formats.5 \
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_util.c | 664 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 D | texinfo.tex | 5352 % \defname, which formats the name of the @def (not the args).
|
Completed in 73 milliseconds