Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dhelper.c102 char *p, *action_str, *hostname = NULL; in create_helper() local
110 action_str = "del"; in create_helper()
112 action_str = "add"; in create_helper()
114 action_str = "old"; in create_helper()
243 action_str, daemon->dhcp_buff, inet_ntoa(data.addr), hostname, (char*) NULL); in create_helper()
/external/python/cpython3/Python/
D_warnings.c1235 PyObject *action_str = _PyUnicode_FromId(id); in create_filter() local
1236 if (action_str == NULL) { in create_filter()
1251 return PyTuple_Pack(5, action_str, Py_None, in create_filter()