get_cmdline      1622 include/linux/mm.h int get_cmdline(struct task_struct *task, char *buffer, int buflen);
get_cmdline      1424 kernel/auditsc.c 		res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN);
get_cmdline       606 lib/string_helpers.c 	res = get_cmdline(task, buffer, PAGE_SIZE - 1);