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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbinfmt_script.c21 char interp[BINPRM_BUF_SIZE];
36 bprm->buf[BINPRM_BUF_SIZE - 1] = '\0';
38 cp = bprm->buf+BINPRM_BUF_SIZE-1;
H A Dbinfmt_misc.c100 char iname[BINPRM_BUF_SIZE];
112 strncpy(iname, fmt->interpreter, BINPRM_BUF_SIZE - 1);
113 iname[BINPRM_BUF_SIZE - 1] = '\0';
263 if (e->size + e->offset > BINPRM_BUF_SIZE)
H A Dexec.c626 * Check permissions, then read the first 128 (BINPRM_BUF_SIZE) bytes
683 memset(bprm->buf,0,BINPRM_BUF_SIZE);
684 return kernel_read(bprm->file,0,bprm->buf,BINPRM_BUF_SIZE);
H A Dbinfmt_elf.c528 retval = kernel_read(interpreter, 0, bprm->buf, BINPRM_BUF_SIZE);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dbinfmts.h15 #define BINPRM_BUF_SIZE 128 macro
23 char buf[BINPRM_BUF_SIZE];
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dbinfmts.h15 #define BINPRM_BUF_SIZE 128 macro
23 char buf[BINPRM_BUF_SIZE];

Completed in 90 milliseconds