Lines Matching defs:variable
134 const char **module, const char **variable)
172 /* get variable */
173 *variable = p;
211 const char * __restrict variable)
267 (const void *)variable,
268 strlen(variable)+1,
290 const char * __restrict variable)
292 return mapper_open(ma, rcm, module, variable);
324 const char *module, *variable = NULL;
344 (size_t)PATH_MAX, &module, &variable);
349 ret = mapper_open(ma, &cm, module, variable);