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

  /src/usr.bin/cksum/
cksum.c 119 char *(*filefunc)(const char *, char *); member in struct:hash
427 && (h = hash->filefunc(filename, NULL)) != NULL
514 cp = hash->filefunc(fn, NULL);
cksum.c 119 char *(*filefunc)(const char *, char *); member in struct:hash
427 && (h = hash->filefunc(filename, NULL)) != NULL
514 cp = hash->filefunc(fn, NULL);
  /src/usr.sbin/veriexecgen/
veriexecgen.c 73 char *(*filefunc)(const char *, char *); /* function */ member in struct:hash_t
173 return h->filefunc(filename, NULL);
veriexecgen.c 73 char *(*filefunc)(const char *, char *); /* function */ member in struct:hash_t
173 return h->filefunc(filename, NULL);

Completed in 22 milliseconds