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

  /src/external/ibm-public/postfix/dist/src/util/
dir_forest.c 1 /* $NetBSD: dir_forest.c,v 1.1.1.1 2009/06/23 10:08:59 tron Exp $ */
5 /* dir_forest 3
9 /* #include <dir_forest.h>
11 /* char *dir_forest(buf, path, depth)
20 /* dir_forest() maps a file basename to a directory forest and
60 #include "dir_forest.h"
62 /* dir_forest - translate base name to directory forest */
64 char *dir_forest(VSTRING *buf, const char *path, int depth) function
66 const char *myname = "dir_forest";

Completed in 65 milliseconds