tag | line | file | source code |
---|---|---|---|
u_comm | 133 | fs/binfmt_aout.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
u_comm | 43 | include/asm-alpha/user.h | char u_comm[32]; /* user command name */ |
u_comm | 70 | include/asm-i386/user.h | char u_comm[32]; /* User command that was responsible */ |
u_comm | 65 | include/asm-m68k/user.h | char u_comm[32]; /* User command that was responsible */ |
u_comm | 43 | include/asm-mips/user.h | char u_comm[32]; /* user command name */ |
u_comm | 45 | include/asm-sparc/user.h | char u_comm[17]; |