Searched defs:noarg (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/getopt/
H A Dgetopt_long.c94 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
211 fprintf(stderr, noarg, (int)current_argv_len,
/external/openssh/openbsd-compat/
H A Dgetopt_long.c111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
228 warnx(noarg, (int)current_argv_len,
/external/tcpdump/missing/
H A Dgetopt_long.c106 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
273 warnx(noarg,
/external/python/cpython2/Modules/
H A Dreadline.c188 get_history_length(PyObject *self, PyObject *noarg) argument
308 get_completion_type(PyObject *self, PyObject *noarg) argument
321 get_begidx(PyObject *self, PyObject *noarg) argument
335 get_endidx(PyObject *self, PyObject *noarg) argument
489 get_completer_delims(PyObject *self, PyObject *noarg) argument
595 get_current_history_length(PyObject *self, PyObject *noarg) argument
608 get_line_buffer(PyObject *self, PyObject *noarg) argument
623 py_clear_history(PyObject *self, PyObject *noarg) argument
655 redisplay(PyObject *self, PyObject *noarg) argument
H A D_lsprof.c632 profiler_getstats(ProfilerObject *pObj, PyObject* noarg) argument
731 profiler_disable(ProfilerObject *self, PyObject* noarg) argument
749 profiler_clear(ProfilerObject *pObj, PyObject* noarg) argument

Completed in 188 milliseconds