Searched refs:pathtype (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 1354 def __init__(self, cmpts, pathtype): argument 1355 self.pathtype = pathtype 1371 t = StdExpPathPrinter(self.pathtype, item)._path_type() 1409 def __init__(self, impl, pathtype): argument 1410 self.pathtype = pathtype 1415 cmpt_type = gdb.lookup_type(pathtype+'::_Cmpt') 1443 t = StdPathPrinter(self.pathtype, item)._path_type()
|
| /netbsd-src/lib/librumphijack/ |
| H A D | hijack.c | 444 enum pathtype { PATH_HOST, PATH_RUMP, PATH_RUMPBLANKET }; 447 static enum pathtype path_isrump(const char *); 620 enum pathtype pt; \ 1085 static enum pathtype in path_isrump() 1195 enum pathtype pt; in open() 1227 enum pathtype pt; in chdir() 1327 enum pathtype ptf, ptt; in moveish() 1369 enum pathtype pt; in do_pathconf() 2726 enum pathtype pt; 443 enum pathtype { PATH_HOST, PATH_RUMP, PATH_RUMPBLANKET }; global() enum
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 1516 def __init__(self, cmpts, pathtype): argument 1517 self.pathtype = pathtype 1533 t = StdExpPathPrinter(self.pathtype, item)._path_type() 1572 def __init__(self, impl, pathtype): argument 1573 self.pathtype = pathtype 1578 cmpt_type = gdb.lookup_type(pathtype + '::_Cmpt') 1606 t = StdPathPrinter(self.pathtype, item)._path_type()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | privsep.c | 1504 unsafe_path(script, pathtype) in unsafe_path() argument 1506 int pathtype; 1515 path = lcconf->pathinfo[pathtype];
|