filepath 268 source3/modules/vfs_aixacl2.c char *filepath,
filepath 279 source3/modules/vfs_aixacl2.c if (aclx_gettypes(filepath, &acl_type_list, &acl_type_list_len)) {
filepath 281 source3/modules/vfs_aixacl2.c strerror(errno), filepath));
filepath 289 source3/modules/vfs_aixacl2.c pacl_type_info->acl_type, filepath));
filepath 1275 source3/printing/nt_printing.c char *filepath = NULL;
filepath 1297 source3/printing/nt_printing.c filepath = driver_unix_convert(conn,old_file,&stat_buf);
filepath 1298 source3/printing/nt_printing.c if (!filepath) {
filepath 1306 source3/printing/nt_printing.c filepath, /* fname */
filepath 1324 source3/printing/nt_printing.c filepath, errno));
filepath 1349 source3/printing/nt_printing.c filepath = driver_unix_convert(conn,new_file,&stat_buf);
filepath 1350 source3/printing/nt_printing.c if (!filepath) {
filepath 1358 source3/printing/nt_printing.c filepath, /* fname */
filepath 1376 source3/printing/nt_printing.c filepath, errno));
filepath 192 source3/services/services_db.c char *filepath = NULL;
filepath 202 source3/services/services_db.c filepath = talloc_asprintf(info, "%s/%s/%s", get_dyn_MODULESDIR(),
filepath 204 source3/services/services_db.c if (!filepath) {
filepath 208 source3/services/services_db.c if (!(f = x_fopen( filepath, O_RDONLY, 0 ))) {
filepath 209 source3/services/services_db.c DEBUG(0,("read_init_file: failed to open [%s]\n", filepath));
filepath 241 source3/services/services_db.c TALLOC_FREE(filepath);