tag | line | file | source code |
---|---|---|---|
u_comm | 224 | fs/exec.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 | 43 | include/asm-mips/user.h | char u_comm[32]; /* user command name */ |
u_comm | 20 | include/asm-sparc/user.h | char u_comm[32]; |