Searched refs:outlen_str (Results 1 – 1 of 1) sorted by relevance
940 char outlen_str[8]; in outlen_write() local952 if (copy_from_user(outlen_str, buf, count)) in outlen_write()955 outlen_str[7] = 0; in outlen_write()957 err = sscanf(outlen_str, "%d", &outlen); in outlen_write()