Home | History | Annotate | Download | only in lib

Lines Matching full:pathsep

1558   char *pathsep;
1584 pathsep = strchr(protsep, '?');
1585 if(pathsep)
1586 *pathsep = 0;
1593 pathsep = strrchr(protsep, '/');
1594 if(pathsep)
1595 *pathsep = 0;
1600 pathsep = strchr(protsep, '/');
1601 if(pathsep)
1602 protsep = pathsep + 1;
1622 pathsep = strrchr(protsep, '/');
1623 if(pathsep)
1624 *pathsep = 0;
1646 pathsep = strchr(protsep, '/');
1647 if(pathsep) {
1652 if(sep && (sep < pathsep))
1653 pathsep = sep;
1654 *pathsep = 0;
1661 pathsep = strchr(protsep, '?');
1662 if(pathsep)
1663 *pathsep = 0;