Searched refs:groupname (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/usr.sbin/ypserv/revnetgroup/
H A Dhash.h38 char *groupname; member in struct:grouplist
H A Dhash.c197 tmp->groupname = strdup(data);
200 /* Check if all we have to do is insert a new groupname. */
205 if (!strcmp(p->groupname,data)) {
H A Drevnetgroup.c190 printf ("%s", tmp->groupname);
/netbsd-current/sys/dist/pf/net/
H A Dif_compat.c124 if_creategroup(const char *groupname) argument
132 strlcpy(ifg->ifg_group, groupname, sizeof(ifg->ifg_group));
148 if_addgroup(struct ifnet *ifp, const char *groupname) argument
155 if (groupname[0] && groupname[strlen(groupname) - 1] >= '0' &&
156 groupname[strlen(groupname) - 1] <= '9')
160 if (!strcmp(ifgl->ifgl_group->ifg_group, groupname))
174 if (!strcmp(ifg->ifg_group, groupname))
201 if_delgroup(struct ifnet *ifp, const char *groupname) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/build/
H A Dshtool652 groupname=''
654 groupname="`(id -gn ${username}) 2>/dev/null`"
655 if [ ".$groupname" = . ]; then
658 groupname=`echo $str | sed -e 's/^.*gid[ ]*=[ ]*[0-9]*(//' -e 's/).*$//'`
660 if [ ".$groupname" = . ]; then
661 groupname=`(getent group) 2>/dev/null | \
664 if [ ".$groupname" = . ]; then
665 groupname=`grep "^[^:]*:[^:]*:${groupid}:" /etc/group 2>/dev/null | \
667 if [ ".$groupname" = . ]; then
668 groupname
[all...]
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c49 * ntpkey_IFFkey_<groupname>.<filestamp>
50 * ntpkey_iffkey_<groupname>
53 * ntpkey_GQkey_<groupname>.<filestamp>,
54 * ntpkey_gqkey_<groupname>
57 * ntpkey_MVkeyX_<groupname>.<filestamp>,
58 * ntpkey_mvkey_<groupname>
175 char *groupname = NULL; /* group name */ variable
366 groupname = hostbuf;
436 groupname = estrdup(OPT_ARG( IDENT ));
457 groupname
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmain.c358 char *groupname = NULL; local
570 if ( groupname ) free( groupname );
571 groupname = ch_strdup( optarg );
664 if ( username != NULL || groupname != NULL ) {
665 slap_init_user( username, groupname );
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_ec.c45 char groupname[OSSL_MAX_NAME_SIZE]; local
51 if (OBJ_obj2txt(groupname, sizeof(groupname), poid, 0) <= 0
52 || EVP_PKEY_CTX_set_group_name(pctx, groupname) <= 0) {
/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c45 const char *groupname [] = { variable
328 printf ("group score %s", groupname[g]);
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c45 const char *groupname [] = { variable
286 gmp_printf ("group score %s : %12Zd\n\n", groupname[g], groupscore[g]);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c68 const char *groupname; local
76 groupname = "P-256";
78 groupname = "P-384";
89 bld, OSSL_PKEY_PARAM_GROUP_NAME, groupname, 0);
951 char groupname[80]; local
1002 groupname[0] = '\0';
1004 *pkey, OSSL_PKEY_PARAM_GROUP_NAME, groupname,
1005 sizeof groupname, NULL);
1006 if (status != 1 || strlen(groupname) == 0) {
1020 bld, OSSL_PKEY_PARAM_GROUP_NAME, groupname,
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dmain.c419 char *groupname = NULL; local
681 groupname = optarg;
829 if ( username != NULL || groupname != NULL ) {
830 slap_init_user( username, groupname );
H A Dproto-slap.h1952 LDAP_SLAPD_F (void) slap_init_user LDAP_P(( char *username, char *groupname ));
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c530 const char *groupname = NULL; local
539 groupname = "x25519";
542 groupname = "x448";
549 || groupname == NULL
550 || OPENSSL_strcasecmp(p->data, groupname) != 0) {
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dendecoder_legacy_test.c208 static char groupname[] = "prime256v1"; variable
210 OSSL_PARAM_utf8_string("group", groupname, sizeof(groupname) - 1),
H A Dendecode_test.c1291 static char groupname[] = "prime256v1"; local
1293 OSSL_PARAM_utf8_string("group", groupname, sizeof(groupname) - 1),
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y1313 char * groupname = NULL;
1325 groupname = racoon_malloc($1->l+1);
1326 if (groupname == NULL) {
1331 memcpy(groupname,$1->v,$1->l);
1332 groupname[$1->l]=0;
1333 grouplist[icc->groupcount]=groupname;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc2062 Coll_Ctrl::set_group (char *groupname) argument
2071 if (groupname == NULL)
2078 int i = (int) strlen (groupname);
2079 if (i < 5 || strcmp (&groupname[i - 4], ".erg") != 0)
2080 return dbe_sprintf (GTXT ("Experiment group name `%s'must end in `.erg'\n"), groupname);
2081 expt_group = strdup (groupname);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollctrl.cc2062 Coll_Ctrl::set_group (char *groupname) argument
2071 if (groupname == NULL)
2078 int i = (int) strlen (groupname);
2079 if (i < 5 || strcmp (&groupname[i - 4], ".erg") != 0)
2080 return dbe_sprintf (GTXT ("Experiment group name `%s'must end in `.erg'\n"), groupname);
2081 expt_group = strdup (groupname);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c647 char *groupname = NULL; local
869 groupname = strchr(hostname, '@');
870 if (groupname == NULL) {
871 DPRINTF(2, ("receive: drop: empty autokey groupname\n"));
875 groupname++;
1325 if (group_test(groupname, NULL)) {
1326 DPRINTF(2, ("receive: AM_FXMIT drop: empty groupname\n"));
1399 if (group_test(groupname, NULL)) {
1400 DPRINTF(2, ("receive: AM_MANYCAST drop: empty groupname\n"));
1474 if (group_test(groupname, sys_iden
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf_y.y115 %type <str> servicename name interfacename groupname
473 group: | IPFY_GROUP groupname { DOALL(setgroup(&fr, $2); \
479 head: | IPFY_HEAD groupname { DOALL(setgrhead(&fr, $2););
484 groupname: label
1410 | IPFY_ICMPHEAD groupname

Completed in 334 milliseconds