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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_v2.c 112 yphome = find_entry(uname, "auto.home");
146 yphome = find_entry(uname, "auto.home");
475 * find_entry returns NULL on any error (printing a message) and
480 find_entry(const char *key, const char *map) function in typeref:typename:char *
  /src/sys/compat/linux/common/
linux_inotify.c 890 find_entry(struct inotify_dir_entries *i1, struct inotify_dir_entries *i2) function in typeref:typename:size_t
923 i = find_entry(new_idep, old_idep);
933 i = find_entry(old_idep, new_idep);

Completed in 12 milliseconds