Searched refs:input (Results 1 – 10 of 10) sorted by relevance
36 /dev/input/* 0660 root input85 /sys/devices/virtual/input/input* enable 0660 root input86 /sys/devices/virtual/input/input* poll_delay 0660 root input
12 char temp[256], *input = _input; in test_basename() local18 input = temp; in test_basename()22 ret = basename(input); in test_basename()128 char temp[256], *input = _input; in test_dirname() local134 input = temp; in test_dirname()138 ret = dirname(input); in test_dirname()
138 FileInputStream input = new FileInputStream(args[i]); in main() local140 X509Certificate cert = (X509Certificate) cf.generateCertificate(input); in main()
14 input.c \
195 any of the CTL characters mentioned above appear in the input,213 redir.c Code to handle redirection of input and output.340 INPUT: The basic input routine is pgetc, which reads from the341 current input file. There is a stack of input files; the current342 input file is the top file on this stack. The code allows the343 input to come from a string rather than a file. (This is for the
568 static int input (void );1276 static int input (void) in yyinput()1327 return input(); in yyinput()
139 doc nodeptr # input to command (NARG node)
86 /dev/input/ 755 755 root root root root87 /dev/input/* 660 660 root root input input
28 that are in subdirectories of /dev/, such as /dev/input/, unlike a
167 this to implement "adb shell", but will also cook the input before