Lines Matching defs:fname
164 char *buf, *fname;
169 if ((fname = pop_a_string(env, NULL)) == NULL) {
170 log_message(MSG_DEBUG, "fname?\n");
177 if ((fd = fopen(fname, "w")) == NULL) {
179 fname);
182 log_message(MSG_INFO, "Fcode %p,%x to file '%s'\n", buf, len, fname);
217 static char fname[] = "get-fcode-from-filesystem";
224 debug_msg(DEBUG_FIND_FCODE, "%s: %s -> %s found\n", fname,
228 fname, path);
233 fname, fc_name);
238 fname, method);