/external/ppp/pppd/ |
options.c | 96 char user[MAXNAMELEN]; /* Username for PAP */ variable 462 char *user, *path, *file; local 468 if (pw == NULL || (user = pw->pw_dir) == NULL || user[0] == 0) 471 pl = strlen(user) + strlen(file) + 2; 475 slprintf(path, pl, "%s/%s", user, file); 486 * the command line if it is something that the user can't override 1077 * readable - check if a file is readable by the real user. [all...] |
/external/smack/src/org/jivesoftware/smack/ |
BOSHConnection.java | 110 * The full JID of the authenticated user. 112 private String user = null; field in class:BOSHConnection 132 * (e.g. domain.lt for the user alice@domain.lt) 249 // If this is the first time the user has asked for the roster after calling 250 // login, we want to wait for the server to send back the user's roster. 279 return user; 329 // Set the user. 331 this.user = response; 335 this.user = username + "@" + getServiceName(); 337 this.user += "/" + resource [all...] |
XMPPConnection.java | 74 private String user = null; field in class:XMPPConnection 81 * Flag that indicates if the user is currently authenticated with the server. 85 * Flag that indicates if the user was authenticated with the server when the connection 201 return user; 232 // Set the user. 234 this.user = response; 239 this.user = username + "@" + getServiceName(); 241 this.user += "/" + resource; 280 debugger.userHasLogged(user); 303 // Set the user value [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 194 struct hostapd_eap_user *user, *tail = NULL; local 207 wpa_printf(MSG_ERROR, "EAP user file '%s' not found.", fname); 211 /* Lines: "user" METHOD,METHOD2 "password" (password optional) */ 228 user = NULL; 236 user = os_zalloc(sizeof(*user)); 237 if (user == NULL) { 238 wpa_printf(MSG_ERROR, "EAP user allocation failed"); 241 user->force_version = -1; 257 user->identity = os_malloc(pos - start) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_i.h | 150 struct eap_user *user; member in struct:eap_sm
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 167 * This A-ID-Info contains a user-friendly name for the A-ID. For 257 * get_eap_user - Callback for fetching EAP user information 259 * @identity: User identity 262 * @user: Data structure for filling in the user information 265 * This is used to fetch information from user database. The callback 266 * will fill in information about allowed EAP methods and the user 271 int phase2, struct eap_user *user); 466 u8 *user; local 474 user = os_malloc(256) [all...] |
/frameworks/av/services/audioflinger/ |
Tracks.cpp | 702 // and keep the track active to avoid problems if user is seeking 1664 size_t user = 0; \/\/ was mCblk->user local [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupBasics.java | 64 * Prompts the user for the email address and password. Also prompts for "Use this account as 70 * If the domain is not known, or the user selects Manual setup, we invoke the 71 * AccountSetupAccountType activity where the user can begin to manually configure the account. 83 * -e USER "Test Account Name" \ 104 private static final String EXTRA_CREATE_ACCOUNT_USER = "USER"; 275 // This is never allowed in a normal user build and will exit immediately. 285 final String user = intent.getStringExtra(EXTRA_CREATE_ACCOUNT_USER); local 288 if (TextUtils.isEmpty(email) || TextUtils.isEmpty(user) || 291 "USER, INCOMING, OUTGOING"); 295 forceCreateAccount(email, user, incoming, outgoing) 566 final String user = emailParts[0].trim(); local [all...] |
/system/media/camera/src/ |
camera_metadata.c | 104 void *user; // User set pointer, not copied with buffer member in struct:camera_metadata 222 metadata->user = NULL; 289 metadata->user = NULL; 752 int set_camera_metadata_user_pointer(camera_metadata_t *dst, void* user) { 754 dst->user = user; 758 int get_camera_metadata_user_pointer(camera_metadata_t *dst, void** user) { 760 *user = dst->user; [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningState.java | 101 // Additional interesting processes to be shown to the user, even if 116 // representing all items that would be put in mMergedItems for that user. 120 // representing all items that would be put in mUserBackgroundItems for that user. 599 // of items... that is, it is an entire user, containing 600 // everything associated with that user. So set it up as such. 1228 MergedItem user = mOtherUserMergedItems.valueAt(i); local 1363 MergedItem user = mOtherUserBackgroundItems.valueAt(i); local [all...] |
/device/generic/goldfish/qemud/ |
qemud.c | 301 /* the event handler function type, 'user' is a user-specific 304 typedef void (*EventFunc)( void* user, int events ); 327 void* ev_user; /* user-provided handler parameter */ 408 looper_add( Looper* l, int fd, EventFunc func, void* user ) 419 hook->ev_user = user; 698 typedef void (*PostFunc) ( void* user, Packet* p ); 699 typedef void (*CloseFunc)( void* user ); 704 void* user; member in struct:__anon1994 714 r->post( r->user, p ) [all...] |
/external/checkpolicy/ |
policy_define.c | 376 yyerror2("conflicting default user information for class %s", id); 2942 user_datum_t *user; local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
user_manager_impl.cc | 78 // A string pref that gets set when a public account is removed but a user is 87 // A dictionary that maps usernames to the user's given name. 96 // A string pref containing the ID of the last user who logged in if it was 97 // a regular user or an empty string if it was another type of user (guest, 102 // one regular user logging out and a different regular user logging in. 105 // Callback that is called after user removal is complete. 128 LOG(ERROR) << "Corrupt entry in user list at index " << i << "."; 133 LOG(ERROR) << "Duplicate user: " << email 313 User* user = FindUserInListAndModify(user_id); local 447 const User* user = FindUser(user_id); local 508 User* user = RemoveRegularOrLocallyManagedUserFromList(user_id); local 614 User* user = FindUserAndModify(user_id); local 676 const User* user = FindUser(user_id); local 684 User* user = FindUserAndModify(user_id); local 705 const User* user = FindUser(user_id); local 827 User* user = GetUserByProfile(profile); local 1055 User* user = NULL; local 1403 User* user = NULL; local 1623 const User* user = FindUser(user_id); local 1766 const User* user = (*it); local [all...] |
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 82 #include "chrome/browser/chromeos/login/user.h" 399 // Logs are fetched from ChromeOS libcros on user request, and only when we 1508 const chromeos::User* user = chromeos::UserManager::Get()->GetActiveUser(); local [all...] |
/external/chromium_org/third_party/libxslt/libexslt/ |
date.c | 2802 void *user = NULL; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_server.c | 385 SRP_user_pwd *user; member in struct:srpsrvparm_st 393 set the user parameters. 398 if (p->login == NULL && p->user == NULL ) 405 if (p->user == NULL) 407 BIO_printf(bio_err, "User %s doesn't exist\n", p->login); 410 if (SSL_set_srp_server_param(s, p->user->N, p->user->g, p->user->s, p->user->v, 411 p->user->info) < 0 [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 864 int user = 0; local 892 user += *s2->begin(); 893 **ptr += user; 924 for (int i = 1; i < 10000000; ++i) user += (1 + user * user * 5) / i; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 864 int user = 0; local 892 user += *s2->begin(); 893 **ptr += user; 924 for (int i = 1; i < 10000000; ++i) user += (1 + user * user * 5) / i; [all...] |
/external/libsepol/src/ |
expand.c | 456 ERR(state->handle, "Found conflicting default user definitions"); 668 user_datum_t *user = (user_datum_t *) datum; local 672 if (!user->bounds) 678 bounds_val = state->usermap[user->bounds - 1]; 682 ERR(state->handle, "User lookup failed for %s", (char *)key); 1033 user_datum_t *user; local 1039 user = (user_datum_t *) datum; 1048 INFO(state->handle, "copying user %s", id); 1062 state->usermap[user->s.value - 1] = new_user->s.value; 1082 if (mls_semantic_range_expand(&user->range [all...] |
link.c | 82 "common", "class", "role", "type/attribute", "user", 214 ERR(state->handle, "Found conflicting default user definitions"); 536 user_datum_t *user, *base_user, *new_user = NULL; local 539 user = (user_datum_t *) datum; 544 INFO(state->handle, "copying user %s", id); 587 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value; 821 user_datum_t *user = (user_datum_t *) datum; local 825 if (!user->bounds) 828 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1]; 833 "User lookup failed for %s", (char *)key) 1216 user_datum_t *user, *new_user = NULL; local [all...] |
policydb.c | 786 user_datum_t *user; local 788 user = (user_datum_t *) datum; 791 ebitmap_destroy(&user->cache); 792 if (role_set_expand(&user->roles, &user->cache, p, NULL, NULL)) { 796 /* we do not expand user's MLS info in kernel policies because the 797 * semantic representation is not present and we do not expand user's 801 mls_range_destroy(&user->exp_range); 802 if (mls_semantic_range_expand(&user->range, 803 &user->exp_range, p, NULL)) [all...] |
services.c | 208 * For user and role plus types (for policy vers < 485 val1 = scontext->user; 486 val2 = tcontext->user; 629 val1 = c->user; 1250 /* Set the user identity. */ 1254 /* Use the process user identity. */ 1255 newcontext.user = scontext->user; 1259 newcontext.user = tcontext->user 1919 user_datum_t *user; local [all...] |
/external/openssl/apps/ |
s_server.c | 385 SRP_user_pwd *user; member in struct:srpsrvparm_st 393 set the user parameters. 398 if (p->login == NULL && p->user == NULL ) 405 if (p->user == NULL) 407 BIO_printf(bio_err, "User %s doesn't exist\n", p->login); 410 if (SSL_set_srp_server_param(s, p->user->N, p->user->g, p->user->s, p->user->v, 411 p->user->info) < 0 [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 102 #include <sys/user.h> 110 // Outputs information for the user about ptrace_scope protection 689 static struct user user_save; 860 struct user user_mod; 1471 const HChar *user, *host; local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 138 // want to transmit user/pass in cleartext. 139 AString host, path, user, pass; local 142 mSessionURL.c_str(), &host, &port, &path, &user, &pass)); 144 if (user.size() > 0) { [all...] |