HomeSort by relevance Sort by last modified time
    Searched refs:user_buf (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
top.c 426 char *user_str, user_buf[20]; local
480 snprintf(user_buf, 20, "%d", proc->uid);
481 user_str = user_buf;
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 209 char *user_buf = NULL, *realm_buf = NULL; local
214 user_buf = db_get_session_val(ctx, NULL, NULL, sessionid,
216 user = user_buf;
229 free(user_buf);
    [all...]

Completed in 52 milliseconds