subkeypath 4968 source3/include/proto.h const char *subkeypath, uint32 desired_access,
subkeypath 452 source3/registry/reg_api.c const char *subkeypath, uint32 desired_access,
subkeypath 468 source3/registry/reg_api.c if (strchr(subkeypath, '/') != NULL) {
subkeypath 474 source3/registry/reg_api.c if (!(path = talloc_strdup(mem_ctx, subkeypath))) {
subkeypath 851 source3/registry/reg_api.c char *subkeypath = NULL;
subkeypath 925 source3/registry/reg_api.c subkeypath = talloc_asprintf(regfile->mem_ctx, "%s\\%s",
subkeypath 927 source3/registry/reg_api.c if (subkeypath == NULL) {
subkeypath 931 source3/registry/reg_api.c result = reg_write_tree(regfile, subkeypath, key);
subkeypath 171 source3/registry/reg_backend_printing.c char *subkeypath = NULL;
subkeypath 187 source3/registry/reg_backend_printing.c subkeypath = reg_remaining_path(ctx, key + strlen(KEY_WINNT_PRINTERS));
subkeypath 189 source3/registry/reg_backend_printing.c subkeypath = reg_remaining_path(ctx, key + strlen(KEY_CONTROL_PRINTERS));
subkeypath 193 source3/registry/reg_backend_printing.c return subkeypath;
subkeypath 752 source3/registry/reg_backend_printing.c char *keystr, *base, *subkeypath;
subkeypath 777 source3/registry/reg_backend_printing.c if (!reg_split_path(keystr, &base, &subkeypath )) {
subkeypath 792 source3/registry/reg_backend_printing.c if ( !subkeypath ) {
subkeypath 801 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 802 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {
subkeypath 808 source3/registry/reg_backend_printing.c if ( !subkeypath ) {
subkeypath 835 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 836 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {
subkeypath 842 source3/registry/reg_backend_printing.c if ( subkeypath )
subkeypath 852 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 853 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {
subkeypath 871 source3/registry/reg_backend_printing.c if ( !subkeypath ) {
subkeypath 882 source3/registry/reg_backend_printing.c key, subkeypath ));
subkeypath 972 source3/registry/reg_backend_printing.c char *keystr, *base, *subkeypath;
subkeypath 979 source3/registry/reg_backend_printing.c if (!reg_split_path( key, &base, &subkeypath )) {
subkeypath 985 source3/registry/reg_backend_printing.c if ( !subkeypath )
subkeypath 997 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 998 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {
subkeypath 1010 source3/registry/reg_backend_printing.c if ( !subkeypath )
subkeypath 1016 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 1017 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {
subkeypath 1021 source3/registry/reg_backend_printing.c if ( !subkeypath )
subkeypath 1028 source3/registry/reg_backend_printing.c keystr = subkeypath;
subkeypath 1029 source3/registry/reg_backend_printing.c if (!reg_split_path( keystr, &base, &subkeypath )) {