tmp_str 68 source3/modules/vfs_recycle.c const char *tmp_str = NULL; tmp_str 71 source3/modules/vfs_recycle.c tmp_str = lp_parm_const_string(SNUM(handle->conn), "recycle", "repository",".recycle"); tmp_str 73 source3/modules/vfs_recycle.c DEBUG(10, ("recycle: repository = %s\n", tmp_str)); tmp_str 75 source3/modules/vfs_recycle.c return tmp_str; tmp_str 268 source3/modules/vfs_recycle.c char *tmp_str = NULL; tmp_str 276 source3/modules/vfs_recycle.c tmp_str = SMB_STRDUP(dname); tmp_str 277 source3/modules/vfs_recycle.c ALLOC_CHECK(tmp_str, done); tmp_str 278 source3/modules/vfs_recycle.c tok_str = tmp_str; tmp_str 309 source3/modules/vfs_recycle.c SAFE_FREE(tmp_str); tmp_str 1222 source3/rpc_parse/parse_prs.c char *tmp_str; tmp_str 1230 source3/rpc_parse/parse_prs.c tmp_str = PRS_ALLOC_MEM(ps, char, len+1); tmp_str 1232 source3/rpc_parse/parse_prs.c if (tmp_str == NULL) { tmp_str 1237 source3/rpc_parse/parse_prs.c strncpy(tmp_str, *str, len); tmp_str 1240 source3/rpc_parse/parse_prs.c if (!prs_string(name, ps, depth, tmp_str, len+1)) { tmp_str 1244 source3/rpc_parse/parse_prs.c *str = tmp_str; tmp_str 964 source4/dsdb/samdb/ldb_modules/repl_meta_data.c char *tmp_str; tmp_str 976 source4/dsdb/samdb/ldb_modules/repl_meta_data.c tmp_str = ldb_binary_encode(ar, ar->objs->objects[ar->index_current].guid_value); tmp_str 977 source4/dsdb/samdb/ldb_modules/repl_meta_data.c if (!tmp_str) return replmd_replicated_request_werror(ar, WERR_NOMEM); tmp_str 979 source4/dsdb/samdb/ldb_modules/repl_meta_data.c filter = talloc_asprintf(ar, "(objectGUID=%s)", tmp_str); tmp_str 981 source4/dsdb/samdb/ldb_modules/repl_meta_data.c talloc_free(tmp_str);