Home
last modified time | relevance | path

Searched refs:rname (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Dsvc_auth_des.c79 char *rname; /* client's name */ member
322 if (entry->rname != NULL) {
323 mem_free(entry->rname, strlen(entry->rname) + 1);
325 entry->rname = (char *)mem_alloc((u_int)strlen(cred->adc_fullname.name)
327 if (entry->rname != NULL) {
328 (void) strcpy(entry->rname, cred->adc_fullname.name);
340 cred->adc_fullname.name = entry->rname;
420 cp->rname != NULL &&
421 bcmp(cp->rname, name, strlen(name) + 1) == 0) {
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dchap-new.c293 char rname[MAXNAMELEN+1]; local
319 ppp_slprintf(rname, sizeof(rname), "%.*v", len, name);
320 name = rname;
441 char rname[MAXNAMELEN+1]; local
460 ppp_slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
464 if (pcb->settings.explicit_remote || (pcb->settings.remote_name[0] != 0 && rname[0] == 0))
465 strlcpy(rname, pcb->settings.remote_name, sizeof(rname));
469 if (!get_secret(pcb, pcb->chap_client.name, rname, secret, &secret_len, 0)) {
471 ppp_warn(("No CHAP secret found for authenticating us to %q", rname));
/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dlinelist.c167 if (lp2->rname != NULL) { in DisposeFileInfoListContents()
168 lp2->rname[0] = '\0'; in DisposeFileInfoListContents()
169 free(lp2->rname); in DisposeFileInfoListContents()
497 if (killMe->rname != NULL) { in RemoveFileInfo()
498 killMe->rname[0] = '\0'; in RemoveFileInfo()
499 free(killMe->rname); in RemoveFileInfo()
566 newfi.rname = StrDup(lp->rname); in ConcatFileInfoList()
649 lp->rname = buf; in ComputeRNames()
650 if (lp->rname == NULL) { in ComputeRNames()
654 LocalPathToTVFSPath(lp->rname); in ComputeRNames()
[all …]
H A Dio.c76 cip->rname = NULL; in FTPInitIOTimer()
982 cip->rname = odstfile; in FTPPutOneF()
1353 filePtr->rname, in FTPPutFiles3()
1372 StrRemoveTrailingLocalPathDelim(filePtr->rname); in FTPPutFiles3()
1373 result = FTPMkdir(cip, filePtr->rname, kRecursiveNo); in FTPPutFiles3()
1381 (void) FTPSymlink(cip, filePtr->rname, filePtr->rlinkto); in FTPPutFiles3()
1384 …result = FTPPutOneF(cip, filePtr->lname, filePtr->rname, xtype, -1, appendflag, tmppfx, tmpsfx, re… in FTPPutFiles3()
1397 …result = FTPPutOneF(cip, filePtr->lname, filePtr->rname, xtype, -1, appendflag, tmppfx, tmpsfx, re… in FTPPutFiles3()
1704 cip->rname = vfile; in FTPGetOneTarF()
2177 cip->rname = file; in FTPGetOneF()
[all …]
H A Dglob.c653 fi.rname = NULL; in UnLslR()
855 fi.rname = NULL; in UnMlsD()
1101 fi.rname = NULL; in Traverse()
1144 fi.rname = NULL; in Traverse()
1196 fi.rname = NULL; in Traverse()
1235 fi.rname = NULL; in Traverse()
1312 fi.rname = NULL; in FTPLocalRecursiveFileList2()
H A Dncftp.h208 const char *rname; /* Do not modify this field. */ member
254 char *rname; member
H A Dopen.c1055 cip->rname = NULL; in FTPRebuildConnectionInfo()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dprogress.c188 if (cip->rname != NULL) { in PrSizeAndRateMeter()
191 …FileToURL(url, sizeof(url), cip->rname, gRemoteCWD, cip->startingWorkingDirectory, cip->user, cip-… in PrSizeAndRateMeter()
330 if (cip->rname != NULL) { in PrStatBar()
333 …FileToURL(url, sizeof(url), cip->rname, gRemoteCWD, cip->startingWorkingDirectory, cip->user, cip-… in PrStatBar()
489 if (cip->rname != NULL) { in PrPhilBar()
492 …FileToURL(url, sizeof(url), cip->rname, gRemoteCWD, cip->startingWorkingDirectory, cip->user, cip-… in PrPhilBar()
H A Dcmds.c3469 char *rname; in SpoolPutCmd() local
3568 rname = strrchr(lp->line, '/'); in SpoolPutCmd()
3569 if (rname == NULL) in SpoolPutCmd()
3570 rname = lp->line; in SpoolPutCmd()
3572 rname++; in SpoolPutCmd()
3575 rname, in SpoolPutCmd()
H A Dls.c751 fip->rname = StrDup(fip->relname); in LLs()
/reactos/modules/rostests/winetests/ntdll/
H A Dpath.c255 const char *rname; in test_RtlGetFullPathName_U() member
324 len= strlen(test->rname) * sizeof(WCHAR); in test_RtlGetFullPathName_U()
331 … ok(!lstrcmpA(rbufferA,test->rname) || (test->alt_rname && !lstrcmpA(rbufferA,test->alt_rname)), in test_RtlGetFullPathName_U()
332 "Got \"%s\" expected \"%s\"\n",rbufferA,test->rname); in test_RtlGetFullPathName_U()
/reactos/sdk/lib/3rdparty/adns/src/
H A Dadns.h306 char *mname, *rname; member
H A Dtypes.c943 st= pap_mailbox(pai, &cbyte, max, &rrp->rname); in pa_soa()
961 adns__makefinal_str(qu,&rrp->rname); in mf_soa()
972 st= csp_mailbox(vb,rrp->rname); if (st) return st; in cs_soa()