Searched refs:epath (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/pppoed/ |
H A D | pppoed.c | 116 char *epath, *spath; in ConfigureNode() local 130 epath = (char *)alloca(strlen(iface) + 2); in ConfigureNode() 131 sprintf(epath, "%s:", iface); in ConfigureNode() 134 fprintf(stderr, "Sending NGM_LISTHOOKS to %s\n", epath); in ConfigureNode() 136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) { in ConfigureNode() 139 epath); in ConfigureNode() 142 epath, strerror(errno)); in ConfigureNode() 163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type); in ConfigureNode() 184 epath, nlink->nodeinfo.type); in ConfigureNode() 201 fprintf(stderr, "Send MKPEER: %s%s -> [type %s]:%s\n", epath, in ConfigureNode() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_glob.c | 101 char *path = buf, *epath = buf + len; in trim() local 102 while (path < epath && (*path++ = *name++) != '\0') in trim()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2305 int (*errfunc)(const char *epath, int eerrno), 2351 int (*errfunc)(const char *epath, int eerrno), 2387 int (*errfunc)(const char *epath, int eerrno),
|