Searched refs:oldname (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/winetests/mstask/ |
H A D | task_scheduler.c | 110 WCHAR *oldname; in test_GetTargetComputer() local 129 hres = ITaskScheduler_GetTargetComputer(test_task_scheduler, &oldname); in test_GetTargetComputer() 130 ok((hres == S_OK) && oldname && oldname[0] == '\\' && oldname[1] == '\\' && oldname[2], in test_GetTargetComputer() 131 "got 0x%x and %s (expected S_OK and an unc name)\n", hres, wine_dbgstr_w(oldname)); in test_GetTargetComputer() 133 CoTaskMemFree(oldname); in test_GetTargetComputer() 143 WCHAR *oldname = NULL; in test_SetTargetComputer() local 163 hres = ITaskScheduler_GetTargetComputer(test_task_scheduler, &oldname); in test_SetTargetComputer() 164 ok(hres == S_OK, "got 0x%x and %s (expected S_OK)\n", hres, wine_dbgstr_w(oldname)); in test_SetTargetComputer() 186 hres = ITaskScheduler_SetTargetComputer(test_task_scheduler, oldname + 2); in test_SetTargetComputer() 203 hres = ITaskScheduler_SetTargetComputer(test_task_scheduler, oldname); in test_SetTargetComputer() [all …]
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | cmds.c | 703 FTPRename(const FTPCIPtr cip, const char *const oldname, const char *const newname) in FTPRename() argument 711 if ((oldname == NULL) || (oldname[0] == '\0')) in FTPRename() 713 if ((newname == NULL) || (oldname[0] == '\0')) in FTPRename() 717 result = FTPCmd(cip, "RNFR %s", oldname); in FTPRename()
|
H A D | ncftp.h | 565 int FTPRename(const FTPCIPtr cip, const char *const oldname, const char *const newname);
|
/reactos/sdk/tools/unicode/ |
H A D | cpmap.pl | 256 $oldname, $comment, $upper, $lower, $title) = split /;/;
|
/reactos/base/services/nfsd/ |
H A D | nfs41_ops.h | 756 const nfs41_component *oldname; member
|
H A D | nfs41_ops.c | 1291 rename_args.oldname = src_name; in nfs41_rename()
|
H A D | nfs41_xdr.c | 2481 if (!encode_component(xdr, args->oldname)) in encode_op_rename()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | HTMLparser.c | 4153 const xmlChar *oldname; in htmlParseEndTag() local 4227 oldname = ctxt->name; in htmlParseEndTag() 4228 if ((oldname != NULL) && (xmlStrEqual(oldname, name))) { in htmlParseEndTag()
|