Searched refs:username (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/util/
H A Dusername.h6 /* username 3h
10 /* #include <username.h>
16 extern const char *username(void);
H A Dusername.c3 /* username 3
7 /* #include <username.h>
9 /* const char *username()
11 /* username() jumps whatever system-specific hoops it takes to
34 #include "username.h"
36 /* username - get name of user */
38 const char *username(void) function
/macosx-10.10/diskdev_cmds-576/fuser.tproj/
H A Dfuser.pl32 "\t-u\tprint username of pid in parenthesis\n";
70 my $username = "";
73 if ($username) {
74 print STDERR $username;
75 $username = "";
81 print STDERR "$1" . $username;
82 $username = "";
84 $username = "(" . $1 . ")" if (/^L(.+)$/);
86 print STDERR $username . qq(\n);
/macosx-10.10/pam_modules-140/modules/pam_sacl/
H A Dpam_sacl.c55 const char * username = NULL; local
76 if (pam_get_user(pamh, &username, NULL) != PAM_SUCCESS ||
77 username == NULL || *username == '\0') {
78 DEBUG_MESSAGE("%s: missing username", MODULE_NAME);
83 MODULE_NAME, username, service);
87 * set). A computer trust account has a username ending in '$' and no
93 c = strrchr(username, '$');
94 if (c && *(c + 1) == '\0' && getpwnam_r(username, &pwdbuf, pwbuffer, sizeof(pwbuffer), &pwd) == 0) {
97 MODULE_NAME, username);
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dbuildinfo.sh37 echo " %u ...... substituted by determined username (foo)"
57 username=''
66 # determine username
68 username="$LOGNAME"
69 if [ "x$username" = "x" ]; then
70 username="$USER"
71 if [ "x$username" = "x" ]; then
72 username="`(whoami) 2>/dev/null |\
74 if [ "x$username" = "x" ]; then
75 username
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dquotas.c35 static cupsd_quota_t *add_quota(cupsd_printer_t *p, const char *username);
47 const char *username) /* I - User */
51 char *ptr; /* Pointer into username */
54 if (!p || !username)
57 strlcpy(match.username, username, sizeof(match.username));
58 if ((ptr = strchr(match.username, '@')) != NULL)
64 return (add_quota(p, username));
99 const char *username, /*
45 cupsdFindQuota( cupsd_printer_t *p, const char *username) argument
97 cupsdUpdateQuota( cupsd_printer_t *p, const char *username, int pages, int k) argument
201 add_quota(cupsd_printer_t *p, const char *username) argument
[all...]
H A Dcert.h25 char username[33]; /* Authenticated username */ member in struct:cupsd_cert_s
26 int type; /* AuthType for username */
44 extern void cupsdAddCert(int pid, const char *username, int type);
H A Dpolicy.c106 * 'cupsdCheckPolicy()' - Check the IPP operation and username against a policy.
271 const char *username; /* Username associated with request */ local
331 if (con->username[0])
332 username = con->username;
335 username = attr->values[0].string.text;
337 username = "anonymous";
339 if (username[0])
341 pw = getpwnam(username);
348 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdGetPrivateAttrs: username
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_default_principal.c110 char username[1024]; local
111 ULONG sz = sizeof(username);
113 if (GetUserNameEx(NameUserPrincipal, username, &sz)) {
114 return krb5_parse_name_flags(context, username,
120 /* Just get the Windows username. This should pretty much always
123 char username[1024]; local
124 DWORD dsz = sizeof(username);
126 if (GetUserName(username, &dsz)) {
127 return krb5_make_principal(context, princ, NULL, username, NULL);
133 const char * username local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DRTCIceServer.idl31 readonly attribute DOMString username;
H A DRTCIceServer.h41 static PassRefPtr<RTCIceServer> create(const Vector<String>& urls, const String& credential, const String& username) argument
43 return adoptRef(new RTCIceServer(urls, credential, username));
55 const String& username() { return m_private->username(); } function in class:WebCore::RTCIceServer
59 RTCIceServer(const Vector<String>& urls, const String& credential, const String& username) argument
60 : m_private(RTCIceServerPrivate::create(urls, credential, username))
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dftp.tcl38 username \
53 # username - username to login on (can also be part of the URL)
60 set procvar(username) $value
120 set username {} ; set password {}
122 if {[info exists procvar(username)]} {
123 set username $procvar(username)
131 if {$URL(user) != {}} { set username $URL(user) }
134 set tok [ftp::Open $URL(host) $username
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DRTCIceServerPrivate.h40 static PassRefPtr<RTCIceServerPrivate> create(const Vector<String>& urls, const String& credential, const String& username) argument
42 return adoptRef(new RTCIceServerPrivate(urls, credential, username));
48 const String& username() { return m_username; } function in class:WebCore::RTCIceServerPrivate
51 RTCIceServerPrivate(const Vector<String>& urls, const String& credential, const String& username) argument
54 , m_username(username)
/macosx-10.10/apache-793/httpd/os/bs2000/
H A Dos.c101 char username[USER_LEN+1]; local
110 apr_cpystrn(username, user, sizeof username);
113 ap_str_toupper(username);
115 pid = ufork(username);
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dgss_userok.c49 gssapi_userok(void *app_data, char *username) argument
54 return !gss_userok(data->client_name, username);
58 gssapi_session(void *app_data, char *username) argument
/macosx-10.10/apr-32/apr/apr/user/netware/
H A Duserinfo.c33 static apr_status_t getpwnam_safe(const char *username, argument
41 const char *username,
60 const char *username, apr_pool_t *p)
65 APR_DECLARE(apr_status_t) apr_uid_name_get(char **username, apr_uid_t userid,
/macosx-10.10/ruby-106/ruby/sample/pty/
H A Dexpect_sample.rb19 username = ENV['USER']
21 username = ENV['LOGNAME']
23 username = 'guest'
27 w_f.puts($1 ? "ftp" : $2 ? "#{username}@" : "cd pub/ruby")
/macosx-10.10/apr-32/apr/apr/user/unix/
H A Duserinfo.c35 static apr_status_t getpwnam_safe(const char *username, argument
48 rv = getpwnam_r(username, pw, pwbuf, PWBUF_SIZE, &pwptr);
59 if ((pwptr = getpwnam(username)) != NULL) {
70 const char *username,
77 if ((rv = getpwnam_safe(username, &pw, pwbuf)) != APR_SUCCESS)
105 const char *username, apr_pool_t *p)
111 if ((rv = getpwnam_safe(username, &pw, pwbuf)) != APR_SUCCESS)
120 APR_DECLARE(apr_status_t) apr_uid_name_get(char **username, apr_uid_t userid,
144 *username = apr_pstrdup(p, pw->pw_name);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl18 array set user {username "" password ""}
20 set user(username) $env(http_proxy_user)
23 set user(username) $env(USERNAME)
39 # login users authorization identity (can be same as username).
40 # username users authentication identity
53 username {
54 return $user(username)
195 proc connect { server port {username {}} {passwd {}}} {
200 if {$username ne {}} {set user(username)
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKCredential.cpp41 WKCredentialRef WKCredentialCreate(WKStringRef username, WKStringRef password, WKCredentialPersistence persistence) argument
43 return toAPI(WebCredential::create(WebCore::Credential(toImpl(username)->string(), toImpl(password)->string(), toCredentialPersistence(persistence))).leakRef());
H A DWKCredential.h38 WK_EXPORT WKCredentialRef WKCredentialCreate(WKStringRef username, WKStringRef password, WKCredentialPersistence);
/macosx-10.10/apr-32/apr/apr/user/win32/
H A Duserinfo.c68 const char *username,
86 if ((rv = apr_uid_get(&uid, &gid, username, p)) != APR_SUCCESS)
98 apr_cpystrn(regkey + keylen, username, sizeof(regkey) - keylen);
201 const char *username, apr_pool_t *p)
214 if ((pos = strchr(username, '/'))) {
215 domain = apr_pstrndup(p, username, pos - username);
216 username = pos + 1;
218 else if ((pos = strchr(username, '\\'))) {
219 domain = apr_pstrndup(p, username, po
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Daudit-linux.c43 linux_audit_record_event(int uid, const char *username, argument
57 NULL, "login", username ? username : "(unknown)",
58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcredential.h42 CredentialImpl(const uid_t uid, const string &username, const string &realname, bool shared);
43 CredentialImpl(const string &username, const string &password, bool shared);
92 Credential(const uid_t uid, const string &username, const string &realname, bool shared);
93 Credential(const string &username, const string &password, bool shared);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnc.h37 extern CFStringRef username;

Completed in 263 milliseconds

1234567891011>>