Lines Matching defs:filename
72 const char *filename;
160 snctx->cb.fn(snctx->filename,
265 "Will reopen moved or deleted file %s\n", snctx->filename);
271 "received notification for watched file %s\n", snctx->filename);
385 const char *filename)
390 strncpy(fcopy, filename, sizeof(fcopy) - 1);
403 strncpy(fcopy, filename, sizeof(fcopy) - 1);
416 snctx->filename = talloc_strdup(snctx, filename);
417 if (snctx->filename == NULL) {
455 snctx->filename);
459 wctx->file_wd = inotify_add_watch(wctx->inotify_fd, snctx->filename, mask);
512 const char *filename,
539 ret = copy_filenames(snctx, filename);
555 snctx->filename,