Searched refs:userName (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-useradd89 my $userName = $ARGV[0];
93 if ($userName =~ /[^\$]$/s) {
94 $userName .= "\$";
98 # untaint $userName (can finish with one or two $)
99 if ($userName =~ /^([\w -.]+\$?)$/) {
100 $userName = $1;
107 my ($rc, $dn) = get_user_dn2($userName);
109 print "$0: user $userName exists\n";
227 $userHomeDirectory = &subst_user($config{userHome}, $userName);
237 $givenName = (utf8Encode($Options{'N'}) || $userName);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_file.c201 PRIVATE char* getUserHomeDir (char* dstPtr, char* userName, size_t pathMax);
316 char* userName,
324 ASSERT_RTN (userName != NULL, "getUserHomeDir: no userName", NULL);
327 if ((dstPtr == NULL) || (userName == NULL) || (pathMax == 0))
332 passwdEntry = getpwnam (userName); /* dynamically allocated? */
399 char* userName; local
401 if ((userName=(char*)CSC_MALLOC_FUNC(1,80)) != NULL) /* bug #1 */
403 tmpDst = userName;
410 dstPtr = getUserHomeDir (dstPtr, userName, destBuffSiz
314 getUserHomeDir( char* dstPtr, char* userName, size_t pathMax ) argument
787 CSCfileGetUserHomeDir( const char* const userName, const size_t pathSize, CSCmemListType const memList, int memTag ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/driver/ndis/src/
H A Dqmi_oper.h135 char *userName,
148 * userName: user name;
160 char *userName,
H A Dqmi_oper.c396 * userName: user name;
408 char *userName,
508 if (userName)
510 if (strlen(userName) > 0)
514 *(UInt16 *)pMsg = strlen(userName);
516 strcpy((char *)pMsg, userName);
517 pMsg += strlen(userName);
632 * userName: user name;
644 char *userName,
742 if (userName)
404 QC_WDS_ModifyProfile(UInt8* pMsgBuff, UInt32 length, NDIS_QMI_STATUS* pndis_status, char *accessString, char *userName, char *passWord, UInt8 compression, UInt32 ConnectIpMode) argument
640 QC_WDS_Connect(UInt8* pMsgBuff, UInt32 length, UInt8 fClientID, char *accessString, char *userName, char *passWord, UInt8 compression, UInt32 ConnectIpMode) argument
[all...]
H A Dlc_cdc_ether.c260 char *userName,
2097 char *userName,
2112 accessString,userName,passWord,compression,
2125 accessString,userName,passWord,compression,IPv4); //ipv 4
2135 accessString,userName,passWord,compression,IPv6); //ipv 6
2148 accessString,userName,passWord,compression,ConnectIpMode);
2096 ndis_connect(struct lc_cdc_net *dev,char *accessString, char *userName, char *passWord, UInt8 compression, UInt32 ConnectIpMode) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.c114 USER_KEY_LEN + strlen(sesInfo->userName) +
154 sprintf(dp, ";user=%s", sesInfo->userName);
H A Dsess.c223 if (ses->userName == NULL) {
228 bytes_ret = cifs_strtoUCS((__le16 *) bcc_ptr, ses->userName,
248 if (ses->userName == NULL) {
251 strncpy(bcc_ptr, ses->userName, MAX_USERNAME_SIZE);
253 bcc_ptr += strnlen(ses->userName, MAX_USERNAME_SIZE);
509 if (ses->userName == NULL) {
516 len = cifs_strtoUCS((__le16 *)tmp, ses->userName,
H A Dcifsencrypt.c286 /* convert ses->userName to unicode and uppercase */
287 len = strlen(ses->userName);
291 len = cifs_strtoUCS((__le16 *)user, ses->userName, len, nls_cp);
H A Dcifsfs.c372 if (tcon->ses->userName)
373 seq_printf(s, ",username=%s", tcon->ses->userName);
H A Dcifsglob.h222 char userName[MAX_USERNAME_SIZE + 1]; member in struct:cifsSesInfo
H A Dconnect.c1654 if (strncmp(ses->userName, vol->username,
1753 strncpy(ses->userName, volume_info->username,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h166 short userNameOffset; /* offset from start of record to userName */
174 Str31 userName; /* user name (zero length Pascal string for guest) */ member in struct:MyAFPVolMountInfo
194 short userNameOffset; /* offset from start of record to userName */
205 Str31 userName; /* user name (zero length Pascal string for guest) */ member in struct:MyAFPXVolMountInfo
3332 Str31 userName,
3353 userName input: The user name (zero length Pascal string for
3388 StringPtr userName);
3403 userName output: The user name (zero length Pascal string for
3429 Str31 userName,
3452 userName inpu
[all...]
H A DMoreFilesExtras.c3311 Str31 userName,
3334 infoPtr->userNameOffset = offsetof(MyAFPVolMountInfo, userName);
3341 BlockMoveData(userName, infoPtr->userName, sizeof(Str31));
3364 StringPtr userName)
3396 BlockMoveData(tempPtr, userName, tempPtr[0] + 1);
3418 Str31 userName,
3462 infoPtr->userNameOffset = offsetof(MyAFPXVolMountInfo, userName);
3471 BlockMoveData(userName, infoPtr->userName, sizeo
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
H A DMoreFiles.h707 StringPtr userName);
720 userName input: Points to a buffer (minimum Str31) where the user
H A DMoreFiles.c338 StringPtr userName)
345 pb.objParam.ioObjNamePtr = userName;
335 HGetLogInInfo(ConstStr255Param volName, short vRefNum, short *loginMethod, StringPtr userName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h166 short userNameOffset; /* offset from start of record to userName */
174 Str31 userName; /* user name (zero length Pascal string for guest) */ member in struct:MyAFPVolMountInfo
194 short userNameOffset; /* offset from start of record to userName */
205 Str31 userName; /* user name (zero length Pascal string for guest) */ member in struct:MyAFPXVolMountInfo
3332 Str31 userName,
3353 userName input: The user name (zero length Pascal string for
3388 StringPtr userName);
3403 userName output: The user name (zero length Pascal string for
3429 Str31 userName,
3452 userName inpu
[all...]
H A DMoreFilesExtras.c3311 Str31 userName,
3334 infoPtr->userNameOffset = offsetof(MyAFPVolMountInfo, userName);
3341 BlockMoveData(userName, infoPtr->userName, sizeof(Str31));
3364 StringPtr userName)
3396 BlockMoveData(tempPtr, userName, tempPtr[0] + 1);
3418 Str31 userName,
3462 infoPtr->userNameOffset = offsetof(MyAFPXVolMountInfo, userName);
3471 BlockMoveData(userName, infoPtr->userName, sizeo
3304 BuildAFPVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, AFPVolMountInfoPtr *afpInfoPtr) argument
3358 RetrieveAFPVolMountInfo(AFPVolMountInfoPtr afpInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName) argument
3411 BuildAFPXVolMountInfo(short flags, char nbpInterval, char nbpCount, short uamType, Str32 zoneName, Str32 serverName, Str27 volName, Str31 userName, Str8 userPassword, Str8 volPassword, Str32 uamName, unsigned long alternateAddressLength, void *alternateAddress, AFPXVolMountInfoPtr *afpXInfoPtr) argument
3490 RetrieveAFPXVolMountInfo(AFPXVolMountInfoPtr afpXInfoPtr, short *flags, short *uamType, StringPtr zoneName, StringPtr serverName, StringPtr volName, StringPtr userName, StringPtr uamName, unsigned long *alternateAddressLength, AFPAlternateAddress **alternateAddress) argument
[all...]
H A DMoreFiles.h707 StringPtr userName);
720 userName input: Points to a buffer (minimum Str31) where the user
H A DMoreFiles.c338 StringPtr userName)
345 pb.objParam.ioObjNamePtr = userName;
335 HGetLogInInfo(ConstStr255Param volName, short vRefNum, short *loginMethod, StringPtr userName) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.cpp544 wxString userName = source.GetUserName(); local
550 theApp->amuledlg->m_chatwnd->SendMessage(message, userName, userID);
836 wxString userName; local
848 userName << countrydata.Name;
850 userName << wxT(" - ");
856 userName << wxT("?");
858 userName << client.GetUserName();
861 dc->DrawText(userName, point.x, rect.GetY() + iTextOffset);
H A DProxy.h131 * @param userName The user name to authenticate to the server.
140 const wxString &userName,
H A DProxy.cpp51 const wxString &userName,
67 m_userName(userName),
45 CProxyData( bool proxyEnable, CProxyType proxyType, const wxString &proxyHostName, unsigned short proxyPort, bool enablePassword, const wxString &userName, const wxString &password) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c88 static void DeleteFile(const char *userName);
617 static void DeleteFile(const char *userName) argument
623 if (strcmp(userName, file->cf_User) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h492 const char* const userName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 324 milliseconds

12