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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvisemul.c471 static void pformat(struct pt_regs *regs, unsigned int insn, unsigned int opf) function
826 pformat(regs, insn, opf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dimsttfb.c558 __u8 pformat = (bpp >> 3) + 2; local
571 par->cmap_regs[PIDXDATA] = pformat; eieio();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_lib.c3607 const unsigned char **pformat = parg; local
3610 *pformat = sess->tlsext_ecpointformatlist;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_lib.c3607 const unsigned char **pformat = parg; local
3610 *pformat = sess->tlsext_ecpointformatlist;

Completed in 122 milliseconds