Home
last modified time | relevance | path

Searched refs:pipesep (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libnetmap/
H A Dnmreq.c108 const char *pipesep = NULL; in nmreq_header_decode() local
156 for (pipesep = vpname; pipesep != scan && !index("{}", *pipesep); pipesep++) in nmreq_header_decode()
159 if (pipesep != scan) { in nmreq_header_decode()
160 pipesep++; in nmreq_header_decode()
161 if (*pipesep == '\0') { in nmreq_header_decode()
165 if (!nm_is_identifier(pipesep, scan)) { in nmreq_header_decode()
166 nmctx_ferror(ctx, "%s: invalid pipe name '%.*s'", *pifname, scan - pipesep, pipesep); in nmreq_header_decode()