HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 701 - 725 of 979) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 429 if (sm->user && sm->user->force_version >= 0) {
430 data->force_version = sm->user->force_version;
1006 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS &&
1007 sm->user->methods[sm->user_eap_method_index].method !=
1009 next_type = sm->user->methods[
1045 "Identity not found in the user "
1061 next_type = sm->user->methods[0].method;
    [all...]
eap_server_peap.c 179 if (sm->user && sm->user->force_version >= 0) {
180 data->force_version = sm->user->force_version;
886 next_type = sm->user->methods[0].method;
929 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS &&
930 sm->user->methods[sm->user_eap_method_index].method !=
932 next_type = sm->user->methods[
989 "Identity not found in the user "
1009 next_type = sm->user->methods[0].method;
    [all...]
eap_server_pwd.c 83 if (sm->user == NULL || sm->user->password == NULL ||
84 sm->user->password_len == 0) {
103 data->password = os_malloc(sm->user->password_len);
111 data->password_len = sm->user->password_len;
112 os_memcpy(data->password, sm->user->password, data->password_len);
eap_server_aka.c 409 while (sm->user && i < EAP_MAX_METHODS &&
410 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
411 sm->user->methods[i].method != EAP_TYPE_NONE)) {
412 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) {
413 if (sm->user->methods[i].method ==
416 if (sm->user->methods[i].method ==
672 wpa_printf(MSG_DEBUG, "EAP-AKA: Permanent user name "
678 "permanent user name is known; try to use "
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 152 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr,
155 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
l2_packet_winpcap.c 108 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr,
111 struct l2_packet_data *l2 = (struct l2_packet_data *) user;
  /frameworks/base/media/libstagefright/
Android.mk 104 # See if the user has specified a stack they want to use
AudioSource.cpp 32 static void AudioRecordCallbackFunction(int event, void *user, void *info) {
33 AudioSource *source = (AudioSource *) user;
  /frameworks/media/libvideoeditor/lvpp/
AudioPlayerBase.cpp 246 void AudioPlayerBase::AudioCallback(int event, void *user, void *info) {
247 static_cast<AudioPlayerBase *>(user)->AudioCallback(event, info);
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 37 * newest. historyCursor is the current history element that the user is on.
39 * The last history element is the statement that the user is currently
187 // send the request and tell the user.
  /external/icu4c/data/
makedata.mak 226 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files.
242 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files.
275 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
294 !MESSAGE Information: cannot find "curr\reslocal.mk". Not building user-additional resource bundle files.
315 !MESSAGE Information: cannot find "lang\reslocal.mk". Not building user-additional resource bundle files.
336 !MESSAGE Information: cannot find "region\reslocal.mk". Not building user-additional resource bundle files.
357 !MESSAGE Information: cannot find "zone\reslocal.mk". Not building user-additional resource bundle files.
378 !MESSAGE Information: cannot find "collocal.mk". Not building user-additional resource bundle files.
399 !MESSAGE Information: cannot find "rbnflocal.mk". Not building user-additional resource bundle files.
420 !MESSAGE Information: cannot find "trnslocal.mk". Not building user-additional transliterator files
    [all...]
  /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/webkit/Source/WebCore/css/
CSSPropertyNames.in 306 -webkit-user-drag
307 -webkit-user-modify
308 -webkit-user-select
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/tcpdump/
print-rx.c 144 { 500, "new-user" },
216 { 6, "create-user" },
217 { 7, "delete-user" },
1015 char *user; local
1018 if ((user = (char *)malloc(maxsize)) == NULL)
1051 if (sscanf((char *) s, fmt, user, &acl, &n) != 2)
1055 fn_print((u_char *)user, NULL);
1065 if (sscanf((char *) s, fmt, user, &acl, &n) != 2)
1069 fn_print((u_char *)user, NULL);
1078 free(user);
    [all...]
  /external/dbus/bus/
policy.c 50 rule->d.user.uid = DBUS_UID_UNSET;
133 DBusList *at_console_true_rules; /**< console user policy rules where at_console="true"*/
134 DBusList *at_console_false_rules; /**< console user policy rules where at_console="false"*/
290 /* we avoid the overhead of looking up user's groups
396 _dbus_verbose ("List %p user rule uid="DBUS_UID_FORMAT"\n",
397 list, rule->d.user.uid);
399 if (rule->d.user.uid == DBUS_UID_UNSET)
401 else if (rule->d.user.uid != uid)
407 list, rule->d.user.uid);
444 /* On OOM or error we always reject the user */
    [all...]
selinux.c 135 /* If user bus, bail out */
158 /* FIXME: need to change this to show real user */
318 * Initialize the user space access vector cache (AVC) for D-Bus and set up
1027 * Changes the user and group the bus is running as.
1029 * @param user the user to become
1034 _dbus_change_to_daemon_user (const char *user,
1041 _dbus_string_init_const (&u, user);
1046 "User '%s' does not appear to exist?",
1047 user);
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 132 { f_logoutusr, "logout-user" },
222 " %s [opts] logout-user login\n"
742 char *user; local
748 user = av[0];
749 userlen = strlen(user);
750 if ((user == NULL) || (userlen > LOGINLEN))
757 strncpy(buf->v + sizeof(struct admin_com), user, userlen);
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 521 String KURL::user() const function in class:WebCore::KURL
686 void KURL::setUser(const String& user)
690 if (user.isEmpty() && !m_url.m_parsed.username.is_valid())
696 replacements.SetUsername(CharactersOrEmpty(user),
697 url_parse::Component(0, user.length()));
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 130 static void audioCallback(int event, void* user, void *info) {
137 audiotrack_callback_cookie *callbackInfo = (audiotrack_callback_cookie *)user;
139 if (user && env) {
151 audiotrack_callback_cookie *callbackInfo = (audiotrack_callback_cookie *)user;
153 if (user && env) {
296 audioCallback, &(lpJniStorage->mCallbackData),//callback, callback data (user)
317 audioCallback, &(lpJniStorage->mCallbackData),//callback, callback data (user));
513 // the 8bit mixer restriction from the user of this function
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 430 void SoundPool::setCallback(SoundPoolCallback* callback, void* user)
434 mUserData = user;
600 // as callback user data. This enables the detection of callbacks received from the old
684 void SoundChannel::callback(int event, void* user, void *info)
686 SoundChannel* channel = static_cast<SoundChannel*>((void *)((unsigned long)user & ~1));
688 channel->process(event, info, (unsigned long)user & 1);
  /external/qemu/slirp/
misc.c 361 /* Ooops, failed, let's tell the user why */
822 rsh_exec(so,ns, user, host, args)
825 char *user;
888 execlp("rsh","rsh","-l", user, host, args, NULL);
890 /* Ooops, failed, let's tell the user why */
  /external/qemu/slirp-android/
misc.c 327 /* Ooops, failed, let's tell the user why */
788 rsh_exec(so,ns, user, host, args)
791 char *user;
854 execlp("rsh","rsh","-l", user, host, args, NULL);
856 /* Ooops, failed, let's tell the user why */
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 42 from webkitpy.common.system.user import User
406 tool.user.open_url(tool.bugs.bug_url_for_bug_id(bug_id))
409 if not tool.user.confirm("Is this correct?"):
481 bug_title = User.prompt("Bug title: ")
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_aka.c 409 while (sm->user && i < EAP_MAX_METHODS &&
410 (sm->user->methods[i].vendor != EAP_VENDOR_IETF ||
411 sm->user->methods[i].method != EAP_TYPE_NONE)) {
412 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF) {
413 if (sm->user->methods[i].method ==
416 if (sm->user->methods[i].method ==
672 wpa_printf(MSG_DEBUG, "EAP-AKA: Permanent user name "
678 "permanent user name is known; try to use "
    [all...]

Completed in 289 milliseconds

<<21222324252627282930>>