Home | History | Annotate | Download | only in lib

Lines Matching full:pathsep

1484   char *pathsep;
1509 pathsep = strchr(protsep, '?');
1510 if(pathsep)
1511 *pathsep=0;
1518 pathsep = strrchr(protsep, '/');
1519 if(pathsep)
1520 pathsep=0;
1525 pathsep = strchr(protsep, '/');
1526 if(pathsep)
1527 protsep = pathsep+1;
1547 pathsep = strrchr(protsep, '/');
1548 if(pathsep)
1549 *pathsep=0;
1570 pathsep = strchr(protsep, '/');
1571 if(pathsep) {
1576 if(sep && (sep < pathsep))
1577 pathsep = sep;
1578 *pathsep=0;
1585 pathsep = strchr(protsep, '?');
1586 if(pathsep)
1587 *pathsep=0;