HomeSort by: relevance | last modified time | path
    Searched defs:dir_reqd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/realpath/
realpath.c 113 bool dir_reqd = false; local in function:process
128 dir_reqd = true;
187 if (dir_reqd) {
201 (dir_reqd ? "/" : "")) >= sizeof buf) {
228 if (dir_reqd) {
realpath.c 113 bool dir_reqd = false; local in function:process
128 dir_reqd = true;
187 if (dir_reqd) {
201 (dir_reqd ? "/" : "")) >= sizeof buf) {
228 if (dir_reqd) {

Completed in 22 milliseconds