NG_PATHSIZ
u_char sgbuf[NG_PATHSIZ + 2];
snprintf(sg->sg_data, NG_PATHSIZ, "%s", path);
u_char sgbuf[NG_PATHSIZ - 1 + sizeof(struct sockaddr_ng)];
snprintf(path, NG_PATHSIZ, "%s", sg->sg_data);
u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD];
strlcpy(sg->sg_data, path, NG_PATHSIZ);
u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD];
strlcpy(path, sg->sg_data, NG_PATHSIZ);
char response_addr[NG_PATHSIZ];
char fullpath[NG_PATHSIZ];
NG_PATHSIZ
char path[NG_PATHSIZ]; /* peer path */
char path[NG_PATHSIZ];
char fullpath[NG_PATHSIZ];
NG_PATHSIZ
char path[NG_PATHSIZ]; /* peer path */
#define NG_PATHLEN (NG_PATHSIZ - 1)
char path[NG_PATHSIZ];
char path[NG_PATHSIZ];
char path[NG_PATHSIZ];
char path[NG_PATHSIZ];
char path[NG_PATHSIZ];
char asyncpath[NG_PATHSIZ];