Lines Matching refs:function
1005 /* this function doesn't make sense for in-memory indexes */
1058 const char *function)
1060 mail_index_file_set_syscall_error(index, index->filepath, function);
1065 const char *function)
1070 i_assert(function != NULL);
1093 function = t_strcut(function, '(');
1094 if (strcmp(function, "creat") == 0 ||
1095 strncmp(function, "file_dotlock_", 13) == 0)
1096 errstr = eacces_error_get_creating(function, filepath);
1098 errstr = eacces_error_get(function, filepath);
1104 "%m%s", function, filepath, suffix);