Searched refs:gid_str (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c194 char *pbuf, *dir = NULL, *gid_str = NULL; local
205 gid_str = os_strstr(dir, " GROUP=");
206 if (gid_str) {
207 *gid_str = '\0';
208 gid_str += 7;
261 char *buf, *dir = NULL, *gid_str = NULL; local
288 gid_str = os_strstr(dir, " GROUP=");
289 if (gid_str) {
290 *gid_str = '\0';
291 gid_str
467 char *buf, *dir = NULL, *gid_str = NULL; local
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c237 char gid_str[INET6_ADDRSTRLEN]; local
240 inet_ntop(AF_INET6, p_rec->mgid.raw, gid_str,
241 sizeof gid_str));
469 char gid_str[INET6_ADDRSTRLEN]; local
588 gid_str, sizeof gid_str));
622 gid_str, sizeof gid_str),
680 gid_str, sizeof gid_str));
[all...]
/freebsd-10.1-release/sbin/mount_unionfs/
H A Dmount_unionfs.c134 char uid_str[20], gid_str[20]; local
155 parse_gid(val, gid_str, sizeof(gid_str));
156 val = gid_str;
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dibaddr.c58 char gid_str[INET6_ADDRSTRLEN]; local
80 printf("GID %s ", inet_ntop(AF_INET6, gid, gid_str,
81 sizeof gid_str));
H A Dsaquery.c209 char gid_str[INET6_ADDRSTRLEN]; local
232 inet_ntop(AF_INET6, p_pr->dgid.raw, gid_str, sizeof gid_str),
252 char gid_str[INET6_ADDRSTRLEN]; local
280 inet_ntop(AF_INET6, &(class_port_info->redir_gid), gid_str,
281 sizeof gid_str),
338 char gid_str[INET6_ADDRSTRLEN]; local
350 inet_ntop(AF_INET6, p_mcmr->mgid.raw, gid_str, sizeof gid_str),
357 char gid_str[INET6_ADDRSTRLE local
405 char gid_str[INET6_ADDRSTRLEN]; local
495 char gid_str[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_mcmember_record.c859 char gid_str[INET6_ADDRSTRLEN]; local
883 inet_ntop(AF_INET6, p_mgid->raw, gid_str,
884 sizeof gid_str));
988 char gid_str[INET6_ADDRSTRLEN]; local
991 inet_ntop(AF_INET6, p_mgid->raw, gid_str,
992 sizeof gid_str));
1057 char gid_str[INET6_ADDRSTRLEN]; local
1062 gid_str, sizeof gid_str));
1073 char gid_str[INET6_ADDRSTRLE local
1187 char gid_str[INET6_ADDRSTRLEN]; local
1206 char gid_str[INET6_ADDRSTRLEN]; local
1520 char gid_str[INET6_ADDRSTRLEN]; local
1673 char gid_str[INET6_ADDRSTRLEN]; local
[all...]
H A Dosm_inform.c278 char gid_str[INET6_ADDRSTRLEN]; local
284 gid_str, sizeof gid_str),
549 char gid_str[INET6_ADDRSTRLEN]; local
577 inet_ntop(AF_INET6, p_ntc->issuer_gid.raw, gid_str,
578 sizeof gid_str));
587 inet_ntop(AF_INET6, p_ntc->issuer_gid.raw, gid_str,
588 sizeof gid_str));
H A Dosm_helper.c1200 char gid_str[INET6_ADDRSTRLEN]; local
1216 inet_ntop(AF_INET6, p_mcmr->mgid.raw, gid_str,
1217 sizeof gid_str),
1240 char gid_str[INET6_ADDRSTRLEN]; local
1303 inet_ntop(AF_INET6, p_sr->service_gid.raw, gid_str,
1304 sizeof gid_str),
1406 char gid_str[INET6_ADDRSTRLEN]; local
1432 gid_str, sizeof gid_str),
1464 gid_str, sizeo
[all...]
H A Dosm_sa_informinfo.c336 char gid_str[INET6_ADDRSTRLEN]; local
378 gid_str, sizeof gid_str),
H A Dosm_perfmgr.c1110 char gid_str[INET6_ADDRSTRLEN]; local
1119 inet_ntop(AF_INET6, cpi->redir_gid.raw, gid_str,
1120 sizeof gid_str),
H A Dosm_sa_path_record.c1487 char gid_str[INET6_ADDRSTRLEN]; local
1490 inet_ntop(AF_INET6, p_pr->dgid.raw, gid_str,
1491 sizeof gid_str));
/freebsd-10.1-release/contrib/ofed/management/libibumad/src/
H A Dumad.c1011 char gid_str[64]; local
1015 gid_str[i*2] = HEX(addr->gid[i] >> 4);
1016 gid_str[i*2+1] = HEX(addr->gid[i] & 0xf);
1018 gid_str[i*2] = 0;
1025 gid_str);
/freebsd-10.1-release/contrib/amd/amd/
H A Dopts.c116 char uid_str[SIZEOF_UID_STR], gid_str[SIZEOF_GID_STR]; variable
118 char *opt_gid = gid_str;
H A Damd.h647 extern char *opt_gid, gid_str[SIZEOF_GID_STR];
H A Dnfs_subr.c209 xsnprintf(opt_gid, sizeof(gid_str), "%d", (int) gid);

Completed in 107 milliseconds