Home
last modified time | relevance | path

Searched refs:cmdfile (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info() local
35 if (!(fgets(buffer, sizeof(buffer), cmdfile))) { in read_memory_info()
40 pclose(cmdfile); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
46 if (!(fgets(buffer, sizeof(buffer), cmdfile))) { in read_memory_info()
51 pclose(cmdfile); in read_memory_info()
/openbmc/linux/scripts/clang-tools/
H A Dgen_compile_commands.py211 for cmdfile in cmdfiles:
212 with open(cmdfile, 'rt') as f:
221 cmdfile, err)
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch82 int exp_buffer_command_input = FALSE;/* read in entire cmdfile at once */