HomeSort by relevance Sort by last modified time
    Searched refs:batch_file (Results 1 - 4 of 4) sorted by null

  /external/iproute2/bridge/
bridge.c 27 char *batch_file; variable
181 batch_file = argv[1];
193 if (batch_file)
194 return batch(batch_file);
  /external/iproute2/ip/
ip.c 173 char *batch_file = NULL; local
258 batch_file = argv[1];
297 if (batch_file)
298 return batch(batch_file);
  /ndk/sources/host-tools/make-3.81/
job.h 73 extern char **construct_command_argv PARAMS ((char *line, char **restp, struct file *file, char** batch_file));
  /external/iproute2/tc/
tc.c 307 char *batch_file = NULL; local
339 batch_file = argv[1];
365 if (batch_file)
366 return batch(batch_file);

Completed in 497 milliseconds