Searched refs:getusername (Results 1 - 10 of 10) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | su.c | 59 loggit(LOG_NOTICE, "%s->%s", getusername(geteuid()), name); in su_main()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 421 getusername (void) in getusername() function 1666 bjnp_send_job_details (devno, my_hostname, getusername (), pid_str); in bjnp_open_tcp() 2628 if ( (bjnp_poll_scanner (dn, 0, hostname, getusername (), buffer, *size ) != 0) || in sanei_bjnp_read_int() 2629 (bjnp_poll_scanner (dn, 1, hostname, getusername (), buffer, *size ) != 0) ) in sanei_bjnp_read_int() 2650 if ( (resp_len = bjnp_poll_scanner (dn, 2, hostname, getusername (), buffer, *size ) ) < 0 ) in sanei_bjnp_read_int() 2670 if ( (resp_len = bjnp_poll_scanner (dn, 5, hostname, getusername (), buffer, *size ) ) < 0 ) in sanei_bjnp_read_int()
|
/third_party/toybox/toys/other/ |
H A D | stat.c | 126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 145 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 454 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 466 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
H A D | find.c | 635 else if (ch == 'u') ll = (long)getusername(new->st.st_uid); in do_find()
|
/third_party/toybox/toys/pending/ |
H A D | lsof.c | 76 fi->pi.cmd, fi->pi.pid, getusername(fi->pi.uid), in print_info()
|
/third_party/toybox/lib/ |
H A D | lib.h | 277 char *getusername(uid_t uid);
|
H A D | lib.c | 1350 char *getusername(uid_t uid) in getusername() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 268 char *getusername(uid_t uid);
|
Completed in 12 milliseconds