Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difplugd.c148 const char *script_name; member
160 G.script_name = "/etc/ifplugd/ifplugd.action"; \
328 bb_info_msg("executing '%s %s %s'", G.script_name, G.iface, action); in run_script()
330 argv[0] = (char*) G.script_name; in run_script()
575 &G.iface, &G.script_name, &G.poll_time, &G.delay_up, in ifplugd_main()
Dntpd.c391 char *script_name; member
991 if (!G.script_name) in run_script()
994 argv[0] = (char*) G.script_name; in run_script()
998 VERB1 bb_error_msg("executing '%s %s'", G.script_name, action); in run_script()
2287 , &peers, &G.script_name in ntp_init()