Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c9202 static const char *const null_ptr = NULL; in run_pipe() local
9305 argv = command->argv ? command->argv : (char **) &null_ptr; in run_pipe()