Lines Matching refs:bufferpath
240 char *tag, *defaultdir, *bufferpath, *rpclogpath, *fhpath, *logpath; in getconfiglist() local
294 error = get_info(linebuf, &tag, &defaultdir, &bufferpath, in getconfiglist()
306 bufferpath, rpclogpath, fhpath, logpath, in getconfiglist()
315 bufferpath, rpclogpath, fhpath, in getconfiglist()
372 char *bufferpath, in create_config() argument
388 *error = update_config(config, tag, defaultdir, bufferpath, rpclogpath, in create_config()
417 char *bufferpath, in update_config() argument
428 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config()
469 &config->nc_bufferpath, bufferpath, defaultdir, &updated); in update_config()
507 bufferpath, rpclogpath, fhpath, logpath, logformat, in update_config()
757 char **bufferpath, in complete_with_global() argument
765 if (*bufferpath == NULL) in complete_with_global()
766 *bufferpath = global_raw->nc_bufferpath; in complete_with_global()
788 char **bufferpath, in get_info() argument
806 *defaultdir = *bufferpath = *rpclogpath = NULL; in get_info()
814 *bufferpath = tok + strlen("buffer="); in get_info()
841 complete_with_global(defaultdir, bufferpath, in get_info()
866 char *bufferpath, in is_complete_config() argument
873 if ((bufferpath != NULL && strlen(bufferpath) > 0) && in is_complete_config()