Lines Matching defs:path
136 const char *path,
143 nnambuf = strlen(path);
148 memcpy(stream->fname, path, nnambuf);
151 stream->fpi = fopen(path, mode);
304 const char * path,
308 if (NULL != lex_stack || NULL == path)
311 lex_stack = lex_open(path, mode);
352 * FILE_INFO that is bound to a local/disc file. Note that 'path' must
358 const char * path,
364 if (NULL != path) {
365 next = lex_open(path, mode);