| /src/external/bsd/top/dist/ |
| machine.h | 105 int usernames; /* show usernames */ member in struct:process_select
|
| commands.c | 887 gstate->pselect.usernames = !gstate->pselect.usernames; 955 { 'U', cmd_useruid, "toggle the display of usernames or uids" },
|
| top.c | 891 gstate->pselect.usernames = gstate->show_usernames;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-usergroup.c | 110 char **usernames = NULL, **groupnames = NULL; local 113 &usernames, &groupnames)) != 0) { 118 if (usernames[i] == NULL) { 122 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); 123 idname_enter(&user_idname, uids[i], usernames[i]); 133 freenames(usernames, nuids);
|
| sftp-server.c | 1702 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; local 1707 if ((usernames = sshbuf_new()) == NULL || 1722 if ((r = sshbuf_put_cstring(usernames, name)) != 0) 1740 (r = sshbuf_put_stringb(msg, usernames)) != 0 || 1747 sshbuf_free(usernames);
|
| sftp-client.c | 2846 char *name, **usernames = NULL, **groupnames = NULL; local 2908 usernames = xcalloc(nuids, sizeof(*usernames)); 2917 usernames[i] = name; 2941 *usernamesp = usernames;
|
| /src/external/bsd/top/dist/machine/ |
| m_linux.c | 894 show_usernames = sel->usernames; 1098 snprintf(p_header, MAX_COLS, h, sel->usernames ? "USERNAME" : "UID");
|
| m_netbsd.c | 430 const char *uname_field = sel->usernames ? "USERNAME" : " UID "; 633 userprint = sel->usernames ? username : itoa7;
|
| m_freebsd.c | 1220 show_usernames = sel->usernames; 1407 if (!sel->usernames) 1414 /* display usernames */
|
| m_sunos5.c | 1633 if (!sel->usernames) 1640 /* display usernames */
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cvs_acls.in | 371 2. Optional, comma-separated list of usernames.
|