Searched refs:npath (Results 1 - 7 of 7) sorted by relevance
/third_party/curl/lib/ |
H A D | curl_path.c | 45 struct dynbuf npath; in Curl_getworkingpath() local 53 Curl_dyn_init(&npath, MAX_SSHPATH_LEN); in Curl_getworkingpath() 59 if(Curl_dyn_addn(&npath, &working_path[3], working_path_len - 3)) { in Curl_getworkingpath() 67 if(Curl_dyn_add(&npath, homedir)) { in Curl_getworkingpath() 76 len = Curl_dyn_len(&npath); in Curl_getworkingpath() 77 p = Curl_dyn_ptr(&npath); in Curl_getworkingpath() 81 if(Curl_dyn_addn(&npath, in Curl_getworkingpath() 89 if(Curl_dyn_len(&npath)) { in Curl_getworkingpath() 93 *path = Curl_dyn_ptr(&npath); in Curl_getworkingpath()
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | path.c | 32 const char *npath = strchr(path, ':'); in find_in_path() local 34 if (npath) { in find_in_path() 35 plen = npath - path; in find_in_path() 36 npath++; in find_in_path() 61 path = npath; in find_in_path()
|
/third_party/littlefs/scripts/ |
H A D | readtree.py | 92 npath = tag.data.decode('utf8') 96 pending.append(((path + '/' + npath), nmdir))
|
/third_party/curl/tests/server/ |
H A D | sws.c | 395 size_t npath = 0; /* httppath length */ in ProcessRequest() local 406 npath = http - httppath; in ProcessRequest() 409 while(npath && ISSPACE(*httppath)) { in ProcessRequest() 411 npath--; in ProcessRequest() 414 while(npath && ISSPACE(httppath[npath - 1])) { in ProcessRequest() 415 npath--; in ProcessRequest() 417 if(npath) in ProcessRequest() 428 ptr = &httppath[npath]; in ProcessRequest() 437 if((npath in ProcessRequest() [all...] |
/third_party/mksh/ |
H A D | exec.c | 1177 union mksh_cchack npath; in findcom() local 1231 npath.ro = search_path(name, in findcom() 1234 if (npath.ro) { in findcom() 1235 strdupx(tp->val.s, npath.ro, APERM); in findcom() 1236 if (npath.ro != name) in findcom() 1237 afree(npath.rw, ATEMP); in findcom() 1241 (npath.ro = search_path(name, fpath, R_OK, in findcom() 1253 tp->u.fpath = npath.ro; in findcom()
|
/third_party/python/Python/ |
H A D | traceback.c | 307 Py_ssize_t npath; in _Py_FindSourceFile() local 337 npath = PyList_Size(syspath); in _Py_FindSourceFile() 340 for (i = 0; i < npath; i++) { in _Py_FindSourceFile()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 297 String npath = ".".equals(name) ? path : path + fin.getName() + File.separator; in process() 298 count += process(npath, fin.list(filter)); // recursive call in process()
|
Completed in 7 milliseconds