/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sftp-usergroup.c | 106 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record() argument 112 if ((r = sftp_get_users_groups_by_id(conn, uids, nuids, gids, ngids, in lookup_and_record() 119 debug3_f("uid %u not resolved", uids[i]); in lookup_and_record() 122 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); in lookup_and_record() 123 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record() 190 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local 195 collect_ids_from_glob(g, 1, &uids, &nuids); in get_remote_user_groups_from_glob() 197 lookup_and_record(conn, uids, nuids, gids, ngids); in get_remote_user_groups_from_glob() 198 free(uids); in get_remote_user_groups_from_glob() 229 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local [all …]
|
H A D | sftp-client.h | 185 const u_int *uids, u_int nuids,
|
H A D | sftp-server.c | 1702 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local 1711 if ((r = sshbuf_froms(iqueue, &uids)) != 0 || in process_extended_get_users_groups_by_id() 1715 sshbuf_len(uids), sshbuf_len(gids)); in process_extended_get_users_groups_by_id() 1716 while (sshbuf_len(uids) != 0) { in process_extended_get_users_groups_by_id() 1717 if ((r = sshbuf_get_u32(uids, &n)) != 0) in process_extended_get_users_groups_by_id() 1745 sshbuf_free(uids); in process_extended_get_users_groups_by_id()
|
H A D | PROTOCOL | 727 string uids 730 Where "uids" and "gids" consists of one or more integer user or group 744 order to "uids" and "gids" respectively: 752 It is acceptable for either "uids" or "gids" to be an empty set, in
|
H A D | sftp-client.c | 2829 const u_int *uids, u_int nuids, in sftp_get_users_groups_by_id() argument 2850 if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0) in sftp_get_users_groups_by_id()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
H A D | passwd.c | 214 struct berval *uids; in write_passwd() local 274 uids = a->a_vals; in write_passwd() 278 uids = tmpuid; in write_passwd() 279 uids[0] = cbp->id; in write_passwd() 280 BER_BVZERO(&uids[1]); in write_passwd() 368 for (j=0;!BER_BVISNULL(&uids[j]);j++) in write_passwd() 372 uid = strtol(uids[j].bv_val, &tmp, 0); in write_passwd()
|
/netbsd-src/bin/getfacl/ |
H A D | getfacl.c | 71 static char uids[10]; in getuname() local 74 (void)snprintf(uids, sizeof(uids), "%u", uid); in getuname() 75 return (uids); in getuname()
|
/netbsd-src/games/snake/snscore/ |
H A D | snscore.c | 59 short uids; member 100 players[noplayers].uids = uid; in main()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
H A D | rbacperm.c | 58 ber_bvarray_dup_x( &permp->uids, attr->a_nvals, NULL ); in rbac_read_permission_cb() 232 if ( permp->uids ) { in rbac_free_permission() 233 ber_bvarray_free( permp->uids ); in rbac_free_permission()
|
H A D | rbac.h | 316 BerVarray uids; member
|
H A D | rbacsess.c | 129 ber_bvarray_dup_x( &permp->uids, attr->a_nvals, NULL ); in rbac_session_permissions_cb()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | keyring.c | 126 pgp_userid_free(&keydata->uids[n]); in pgp_keydata_free() 128 free(keydata->uids); in pgp_keydata_free() 129 keydata->uids = NULL; in pgp_keydata_free() 392 return key->uids[subscript]; in pgp_get_userid() 482 uidp = &key->uids[key->uidc++]; in pgp_add_userid() 1023 uidp = keyp->uids; in getkeybyname()
|
H A D | packet-print.c | 439 key->uids[i], in pgp_sprint_keydata() 463 (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : "[unknown]"); in pgp_sprint_keydata() 513 mj_append(&sub_obj, "string", key->uids[i], -1); in pgp_sprint_mj() 549 (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : "[unknown]", -1); in pgp_sprint_mj() 587 key->uids[i]); in pgp_hkp_sprint_keydata() 615 (trustkey) ? (char *)trustkey->uids[trustkey->uid0] : ""); in pgp_hkp_sprint_keydata() 697 key->uids[key->uid0], in pgp_sprint_pubkey()
|
H A D | create.c | 526 if (!pgp_write_struct_userid(output, key->uids[i])) { in pgp_write_xfer_pubkey() 585 if (!pgp_write_struct_userid(output, key->uids[i])) { in pgp_write_xfer_seckey()
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-mtread.c | 400 char dn[256], uids[32], cns[32], *base; in do_onerwthread() local 418 snprintf(uids, sizeof(uids), "rwtest%04d", idx); in do_onerwthread() 436 uid_vals[0] = &uids[0]; in do_onerwthread()
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | subnet4.in4 | 14 ignore-client-uids false;
|
H A D | subnet4auth.in4 | 16 ignore-client-uids false;
|
H A D | groupsubnet4.in4 | 13 ignore-client-uids false;
|
H A D | hostuid4.inn | 9 ignore-client-uids false;
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_write_disk_set_standard_lookup.c | 229 #error No way to look up uids on this platform in lookup_uid()
|
/netbsd-src/share/doc/smm/01.setup/ |
H A D | spell.ok | 569 uids
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 448 %type <v.uid> uids uid_list uid_item 2066 filter_opt : USER uids { 2733 uids : uid_item { $$ = $1; } 4652 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule() argument 4684 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule() 4819 FREE_LIST(struct node_uid, uids); in expand_rule()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/ |
H A D | samba.schema | 521 DESC 'Pool for allocating UNIX uids/gids'
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | binutils.pot | 195 msgid " [D] - use zero for timestamps and uids/gids (default)\n" 200 msgid " [U] - use actual timestamps and uids/gids\n" 205 msgid " [D] - use zero for timestamps and uids/gids\n" 210 msgid " [U] - use actual timestamps and uids/gids (default)\n" 1346 " Use zero for timestamps and uids/gids in output " 1353 " Use zero for timestamps and uids/gids in output " 1365 " Use actual timestamps and uids/gids in output " 1372 " Use actual timestamps and uids/gids in output "
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | ru.po | 203 msgid " [D] - use zero for timestamps and uids/gids (default)\n" 206 " uids/gids (по умолчанию)\n" 210 msgid " [U] - use actual timestamps and uids/gids\n" 211 msgstr " [U] - использование актуальных отметок времени и uids/gids\n" 215 msgid " [D] - use zero for timestamps and uids/gids\n" 216 msgstr " [D] - использование нуля для отметок времени и uids/gids\n" 220 msgid " [U] - use actual timestamps and uids/gids (default)\n" 223 " uids/gids (по умолчанию)\n"
|