Searched refs:pformat (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstat.c120 static void print_statfs(char *pformat, const size_t buf_len, const char m, argument
126 strncat(pformat, "s", buf_len);
127 printf(pformat, filename);
129 strncat(pformat, "Lx", buf_len);
130 printf(pformat, statfsbuf->f_fsid);
132 strncat(pformat, "lu", buf_len);
133 printf(pformat, statfsbuf->f_namelen);
135 strncat(pformat, "lx", buf_len);
136 printf(pformat, (unsigned long) (statfsbuf->f_type)); /* no equiv */
138 strncat(pformat, "
170 print_stat(char *pformat, const size_t buf_len, const char m, const char *const filename, void const *data USE_SELINUX(, security_context_t scontext)) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dvisemul.c470 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) function
821 pformat(regs, insn, opf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimsttfb.c559 __u8 pformat = (bpp >> 3) + 2; local
572 par->cmap_regs[PIDXDATA] = pformat; eieio();

Completed in 289 milliseconds