Searched defs:spec (Results 1 – 1 of 1) sorted by relevance
996 char spec[0]; member1001 static struct script_spec *script_spec__new(const char *spec, in script_spec__new()1019 static struct script_spec *script_spec__find(const char *spec) in script_spec__find()1029 static struct script_spec *script_spec__findnew(const char *spec, in script_spec__findnew()1046 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()1061 static struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup()1087 char spec[PATH_MAX]; in parse_scriptname() local