HomeSort by: relevance | last modified time | path
    Searched defs:usernames (Results 1 - 4 of 4) sorted by relevancy

  /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-client.c 2846 char *name, **usernames = NULL, **groupnames = NULL; local
2908 usernames = xcalloc(nuids, sizeof(*usernames));
2917 usernames[i] = name;
2941 *usernamesp = usernames;
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);
  /src/external/bsd/top/dist/
machine.h 105 int usernames; /* show usernames */ member in struct:process_select

Completed in 28 milliseconds