Searched refs:cmd (Results 1 – 3 of 3) sorted by relevance
16 char *cmd = NULL; in print_maps()17 asprintf (&cmd, "cat /proc/%d/maps", getpid ()); in print_maps()18 system (cmd); in print_maps()19 free (cmd); in print_maps()
33 intptr_t cmd = (intptr_t) ptr; in callback() local46 switch (cmd) in callback()
1380 tst-stackguard1-ARGS = --command "$(host-test-program-cmd) --child"1383 tst-ptrguard1-ARGS = --command "$(host-test-program-cmd) --child"
Completed in 12 milliseconds