Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/upas/ned/
H A Dnedmail.c11 int rootlen; variable
480 if(strlen(path) < rootlen) in dosingleton()
482 if(path[rootlen] != '/') in dosingleton()
484 p = path+rootlen+1; in dosingleton()
2485 rootlen = strlen(root); in switchmb()