Home
last modified time | relevance | path

Searched refs:the_user (Results 76 – 92 of 92) sorted by relevance

1234

/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/funcs_1/t/
H A Dis_schema_privileges.test185 DROP USER 'the_user'@'localhost';
237 RENAME USER 'testuser1'@'localhost' TO 'the_user'@'localhost';
242 connect (the_user, localhost, the_user, , test);
244 disconnect the_user;
248 DROP USER 'the_user'@'localhost';
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/funcs_1/t/
H A Dis_schema_privileges.test185 DROP USER 'the_user'@'localhost';
237 RENAME USER 'testuser1'@'localhost' TO 'the_user'@'localhost';
242 connect (the_user, localhost, the_user, , test);
244 disconnect the_user;
248 DROP USER 'the_user'@'localhost';
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/funcs_1/t/
H A Dis_schema_privileges.test185 DROP USER 'the_user'@'localhost';
237 RENAME USER 'testuser1'@'localhost' TO 'the_user'@'localhost';
242 connect (the_user, localhost, the_user, , test);
244 disconnect the_user;
248 DROP USER 'the_user'@'localhost';
/dports/sysutils/conan/conan-1.44.0/conans/client/tools/
H A Dscm.py91 the_user = user or self._username
94 if the_password and the_user and scheme != "ssh":
96 user=quote_plus(the_user),
99 elif the_user:
102 return "{scheme}://{user}@{url}".format(scheme=scheme, user=quote_plus(the_user),
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DSNPPServer.c++998 the_user = loginID; in loginCmd()
1008 , (const char*) the_user in loginCmd()
1018 , (const char*) the_user in loginCmd()
1027 , (const char*) the_user in loginCmd()
1033 reply(421, "User %s access denied.", (const char*) the_user); in loginCmd()
1038 , (const char*) the_user in loginCmd()
1345 , (const char*) the_user in statusCmd()
H A DPAM.c++180 return do_pamcheck(the_user, pass, remoteaddr); in checkpasswdPAM()
H A DJobs.c++194 if (job.owner == the_user && ((m>>6)&op)) // owner access in checkAccess()
874 defJob.owner = the_user; in initDefaultJob()
896 defJob.sender = the_user; // XXX usually incorrect in initDefaultJob()
897 defJob.mailaddr = the_user | "@" | remotehost; in initDefaultJob()
953 if (!IS(PRIVILEGED) && the_user != curJob->owner) { in newJob()
966 job->owner = the_user; in newJob()
1086 if (req->owner == the_user) in findJobOnDisk()
1322 } else if (!IS(PRIVILEGED) && job->owner != the_user) { in preJobCmd()
H A DUser.c++261 return (const char*) the_user; in userName()
280 if (name == the_user) in userID()
H A DHylaFAXServer.c++415 , (const char*) the_user in statusCmd()
H A DFileSystem.c++66 , (const char*) the_user in deleCmd()
H A DHylaFAXServer.h249 fxStr the_user; // name of user variable
H A DFileTransfer.c++143 , (const char*) the_user in logTransfer()
H A DParser.c++1656 , IS(LOGGEDIN) ? (const char*) the_user : "(noone)" in timerExpired()
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Drefdbdref.c65 … conn, dbi_conn conn_refdb, int replace_ref, int n_keep_id, const char* the_user, Lilid* ptr_senti…
258 char *the_user; /* name (either set_owner or username) */ in addref() local
274 the_user = set_owner; in addref()
277 the_user = ptr_clrequest->username; in addref()
409 strncpy(ardata.username, the_user, 16); in addref()
484 …ptr_clrequest, ptr_addresult, conn, conn_refdb, replace_ref, n_keep_id, the_user, ptr_sentinel, ar… in addref()
616 … conn, dbi_conn conn_refdb, int replace_ref, int n_keep_id, const char* the_user, Lilid* ptr_senti… in read_ris_data() argument
795 …result = process_ris_set(ris_set, conn, conn_refdb, replace_ref, (char*)the_user, ptr_clrequest, n… in read_ris_data()
H A Drefdbdnote.c80 char *the_user; /* name (either set_owner or username) */ in addnote() local
98 the_user = set_owner; in addnote()
101 the_user = ptr_clrequest->username; in addnote()
164 strcpy(andata.user, the_user); /* fallback if dataset doesn't in addnote()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTNews.c193 char the_user[LINE_LENGTH + 1]; in load_NNTP_AuthInfo() local
195 if (sscanf(buffer, "%s%s%s", the_host, the_pass, the_user) == 3 in load_NNTP_AuthInfo()
198 && strlen(the_user) != 0) { in load_NNTP_AuthInfo()
205 StrAllocCopy(auth->user, the_user); in load_NNTP_AuthInfo()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTNews.c183 char the_user[LINE_LENGTH + 1]; in load_NNTP_AuthInfo() local
185 if (sscanf(buffer, "%s%s%s", the_host, the_pass, the_user) == 3 in load_NNTP_AuthInfo()
188 && strlen(the_user) != 0) { in load_NNTP_AuthInfo()
195 StrAllocCopy(auth->user, the_user); in load_NNTP_AuthInfo()

1234