Home
last modified time | relevance | path

Searched refs:extendpath (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/upas/ned/
H A Dnedmail.c159 String* extendpath(String*, char*);
370 m->path = path = extendpath(parent->path, name); in file2message()
518 s = extendpath(dir, file); in file2string()
554 path = extendpath(dir, file); in filelen()
570 extendpath(String *dir, char *name) in extendpath() function
723 execl("/bin/file", "file", "-m", s_to_c(extendpath(m->path, "body")), nil); in findctype()
1046 path = extendpath(m->path, "raw"); in rawsearch()
1350 path = extendpath(s, part); in printpart()
1542 path = extendpath(s, part); in printpartindented()
1906 path = rooted(extendpath(m->path, "raw")); in rcmd()
[all …]
/plan9/sys/src/cmd/ip/ftpfs/
H A Dftpfs.c403 node = extendpath(node, s_copy(elems[i])); in rwalk()
486 f->node = extendpath(f->node, s_copy(name)); in rcreate()
735 extendpath(Node *parent, String *elem) in extendpath() function
791 np = extendpath(remroot, s_copy(name)); in newtopsdir()
H A Dftpfs.h76 Node* extendpath(Node*, String*);
H A Dproto.c793 np = extendpath(node, remname); in readdir()
1366 np = extendpath(np, s_copy(name)); in vmsextendpath()