Searched refs:UserName (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCommentDialogLst.cpp92 m_list->InsertItem(count, it->UserName);
134 case 0: return mod * file1->UserName.Cmp(file2->UserName);
H A DPartFile.h63 wxString UserName; member in class:SFileRating
H A DECSpecialCoreTags.cpp193 sc.AddTag(CECTag(EC_TAG_PARTFILE_COMMENTS, it->UserName));
H A DPartFile.cpp83 UserName(u),
93 UserName(fr.UserName),
104 UserName(client.GetUserName()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui-sharp/
H A Dbssh.cs19 string user = Environment.UserName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A Dbssh.cs19 string user = Environment.UserName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.h48 wxString ODBCSource, UserName, Password; member in class:BrowserDB
H A Dbrowsedb.cpp79 UserName = wxEmptyString; // database username - must already exist in the data source
123 p_Dlg->s_User = UserName;
133 UserName = p_Dlg->s_User;
142 DbConnectInf.SetUserID(UserName); // database username - must already exist in the data source
145 // wxLogMessage(">>>%s<<<>>>%s<<<",UserName.c_str(),Password.c_str());
405 wxStrcpy(UName,UserName);
415 wxStrcpy(UName,UserName);
H A Ddoc.cpp202 (db_Br+i)->UserName = (p_DSN+i)->Usr;
H A Dpgmctrl.cpp280 (pDoc->db_Br+i)->UserName = (pDoc->p_DSN+i)->Usr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dntlmssp.h106 SECURITY_BUFFER UserName; member in struct:_AUTHENTICATE_MESSAGE
H A Dsess.c510 sec_blob->UserName.BufferOffset = cpu_to_le32(tmp - pbuffer);
511 sec_blob->UserName.Length = 0;
512 sec_blob->UserName.MaximumLength = 0;
520 sec_blob->UserName.BufferOffset = cpu_to_le32(tmp - pbuffer);
521 sec_blob->UserName.Length = cpu_to_le16(len);
522 sec_blob->UserName.MaximumLength = cpu_to_le16(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dlanman.c2046 char *UserName = skip_string(param,tpscnt,str2); local
2047 char *p = skip_string(param,tpscnt,UserName);
2062 if (!str1 || !str2 || !UserName || !p) {
2115 if (!lookup_name(mem_ctx, UserName, LOOKUP_NAME_ALL,
2117 DEBUG(10, ("lookup_name(%s) failed\n", UserName));
2122 DEBUG(10, ("%s is a %s, not a user\n", UserName,
2129 sid_string_static(&user_sid), UserName));
2142 UserName));
3210 char *UserName = skip_string(param,tpscnt,str2);
3211 char *p = skip_string(param,tpscnt,UserName);
3208 char *UserName = skip_string(param,tpscnt,str2); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_header.h460 #define kUSBModem_Connect_UserName "UserName"
501 char UserName[WWAN_STRING_LEN]; member in struct:__anon28
H A Dlc_cdc_ether.c1526 ret = ndis_connect(g_cdc_dev,parms->AccessString,parms->UserName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp670 params.UserName[0] = 0;
690 DbConnectInf = new wxDbConnectInf(NULL, params.ODBCSource, params.UserName,
709 DbConnectInf->SetUserID(params.UserName);
763 wxFgets(buffer, sizeof(params.UserName), paramFile);
765 wxStrcpy(params.UserName,buffer);
794 wxFputs(wxGetApp().params.UserName, paramFile);
2268 pParamUserNameTxt->SetValue(wxGetApp().params.UserName);
2294 if (tStr.Length() > ((int)(sizeof(wxGetApp().params.UserName) / sizeof(wxChar))-1))
2297 errmsg.Printf(wxT("User name is longer than the data structure to hold it.\n'Cparameter.UserName' must have a larger character array\nto handle a data source with this long of a name\n\nThe user name currently specified is %d characters long."), tStr.Length());
2301 wxStrcpy(wxGetApp().params.UserName, tSt
[all...]
H A Ddbtest.h144 wxChar UserName[SQL_MAX_USER_NAME_LEN+1]; member in struct:Cparameters
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1550 Under Windows or NT, this function looks for the entry {\bf UserName}\rtfsp

Completed in 145 milliseconds