HomeSort by: relevance | last modified time | path
    Searched refs:findentry (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/refuse/fanoutfs/
fanoutfs.c 110 findentry(const char *path, char *name, size_t namesize, struct stat *sp) function
208 if (findentry(path, name, sizeof(name), st) < 0) {
260 if ((d = findentry(path, name, sizeof(name), NULL)) < 0) {
287 if (findentry(path, name, sizeof(name), NULL) < 0) {
316 if (findentry(path, name, sizeof(name), NULL) < 0) {
351 if (findentry(path, name, sizeof(name), NULL) < 0) {
366 if (findentry(path, name, sizeof(name), NULL) < 0) {
381 if (findentry(path, name, sizeof(name), NULL) < 0) {
396 if (findentry(path, name, sizeof(name), NULL) < 0) {
412 if (findentry(from, fromname, sizeof(fromname), NULL) < 0)
    [all...]
  /src/sys/arch/m68k/m68k/
db_trace.c 108 static void findentry(struct stackpos *, void (*)(const char *, ...));
136 findentry(sp, pr);
225 findentry(sp, pr);
234 findentry(struct stackpos *sp, void (*pr)(const char *, ...)) function
471 findentry(&pos, pr);
  /src/crypto/external/bsd/netpgp/dist/src/libmj/
mj.c 89 findentry(mj_t *atom, const char *name, const unsigned from, const unsigned incr) function
392 return findentry(atom, name, from, incr);
414 return ((n = findentry(atom, name, 0, 2)) >= 0) ? &atom->value.v[n + 1] : NULL;

Completed in 17 milliseconds