Searched refs:subkeypath (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/registry/
H A Dreg_printing.c170 char *subkeypath; local
179 subkeypath = reg_remaining_path( key + strlen(KEY_WINNT_PRINTERS) );
181 subkeypath = reg_remaining_path( key + strlen(KEY_CONTROL_PRINTERS) );
183 return subkeypath;
742 char *keystr, *base, *subkeypath; local
764 if (!reg_split_path( keystr, &base, &subkeypath )) {
779 if ( !subkeypath ) {
788 keystr = subkeypath;
789 if (!reg_split_path( keystr, &base, &subkeypath )) {
795 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/registry/
H A Dreg_backend_printing.c171 char *subkeypath = NULL; local
187 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_WINNT_PRINTERS));
189 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_CONTROL_PRINTERS));
193 return subkeypath;
748 char *keystr, *base, *subkeypath; local
773 if (!reg_split_path(keystr, &base, &subkeypath )) {
788 if ( !subkeypath ) {
797 keystr = subkeypath;
798 if (!reg_split_path( keystr, &base, &subkeypath )) {
804 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
H A Dreg_api.c453 const char *subkeypath, uint32 desired_access,
469 if (strchr(subkeypath, '/') != NULL) {
475 if (!(path = talloc_strdup(mem_ctx, subkeypath))) {
853 char *subkeypath = NULL; local
927 subkeypath = talloc_asprintf(regfile->mem_ctx, "%s\\%s",
929 if (subkeypath == NULL) {
933 result = reg_write_tree(regfile, subkeypath, key);
452 reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent, const char *subkeypath, uint32 desired_access, struct registry_key **pkey, enum winreg_CreateAction *paction) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/registry/
H A Dreg_printing.c170 char *subkeypath; local
179 subkeypath = reg_remaining_path( key + strlen(KEY_WINNT_PRINTERS) );
181 subkeypath = reg_remaining_path( key + strlen(KEY_CONTROL_PRINTERS) );
183 return subkeypath;
742 char *keystr, *base, *subkeypath; local
764 if (!reg_split_path( keystr, &base, &subkeypath )) {
779 if ( !subkeypath ) {
788 keystr = subkeypath;
789 if (!reg_split_path( keystr, &base, &subkeypath )) {
795 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/registry/
H A Dreg_backend_printing.c171 char *subkeypath = NULL; local
187 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_WINNT_PRINTERS));
189 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_CONTROL_PRINTERS));
193 return subkeypath;
748 char *keystr, *base, *subkeypath; local
773 if (!reg_split_path(keystr, &base, &subkeypath )) {
788 if ( !subkeypath ) {
797 keystr = subkeypath;
798 if (!reg_split_path( keystr, &base, &subkeypath )) {
804 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
H A Dreg_api.c453 const char *subkeypath, uint32 desired_access,
469 if (strchr(subkeypath, '/') != NULL) {
475 if (!(path = talloc_strdup(mem_ctx, subkeypath))) {
853 char *subkeypath = NULL; local
927 subkeypath = talloc_asprintf(regfile->mem_ctx, "%s\\%s",
929 if (subkeypath == NULL) {
933 result = reg_write_tree(regfile, subkeypath, key);
452 reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent, const char *subkeypath, uint32 desired_access, struct registry_key **pkey, enum winreg_CreateAction *paction) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/registry/
H A Dreg_backend_printing.c171 char *subkeypath = NULL; local
187 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_WINNT_PRINTERS));
189 subkeypath = reg_remaining_path(ctx, key + strlen(KEY_CONTROL_PRINTERS));
193 return subkeypath;
748 char *keystr, *base, *subkeypath; local
773 if (!reg_split_path(keystr, &base, &subkeypath )) {
788 if ( !subkeypath ) {
797 keystr = subkeypath;
798 if (!reg_split_path( keystr, &base, &subkeypath )) {
804 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
H A Dreg_api.c453 const char *subkeypath, uint32 desired_access,
469 if (strchr(subkeypath, '/') != NULL) {
475 if (!(path = talloc_strdup(mem_ctx, subkeypath))) {
853 char *subkeypath = NULL; local
927 subkeypath = talloc_asprintf(regfile->mem_ctx, "%s\\%s",
929 if (subkeypath == NULL) {
933 result = reg_write_tree(regfile, subkeypath, key);
452 reg_createkey(TALLOC_CTX *ctx, struct registry_key *parent, const char *subkeypath, uint32 desired_access, struct registry_key **pkey, enum winreg_CreateAction *paction) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/registry/
H A Dreg_printing.c170 char *subkeypath; local
179 subkeypath = reg_remaining_path( key + strlen(KEY_WINNT_PRINTERS) );
181 subkeypath = reg_remaining_path( key + strlen(KEY_CONTROL_PRINTERS) );
183 return subkeypath;
742 char *keystr, *base, *subkeypath; local
764 if (!reg_split_path( keystr, &base, &subkeypath )) {
779 if ( !subkeypath ) {
788 keystr = subkeypath;
789 if (!reg_split_path( keystr, &base, &subkeypath )) {
795 if ( !subkeypath ) {
959 char *keystr, *base, *subkeypath; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c890 pstring subkeypath; local
941 pstr_sprintf( subkeypath, "%s\\%s", keypath, subkeyname );
942 result = reg_write_tree( regfile, subkeypath, key, sec_desc );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c890 pstring subkeypath; local
941 pstr_sprintf( subkeypath, "%s\\%s", keypath, subkeyname );
942 result = reg_write_tree( regfile, subkeypath, key, sec_desc );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c890 pstring subkeypath; local
941 pstr_sprintf( subkeypath, "%s\\%s", keypath, subkeyname );
942 result = reg_write_tree( regfile, subkeypath, key, sec_desc );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dproto.h5010 const char *subkeypath, uint32 desired_access,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dproto.h5010 const char *subkeypath, uint32 desired_access,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dproto.h5010 const char *subkeypath, uint32 desired_access,

Completed in 126 milliseconds