/src/lib/libintl/ |
gettext_iconv.c | 51 static int cache_enter(const char *, const char *); 70 cache_enter(const char *origmsg, const char *resultmsg) function in typeref:typename:int 206 } else if (cache_enter(origmsg, buffer)) {
|
gettext_iconv.c | 51 static int cache_enter(const char *, const char *); 70 cache_enter(const char *origmsg, const char *resultmsg) function in typeref:typename:int 206 } else if (cache_enter(origmsg, buffer)) {
|
/src/sys/kern/ |
vfs_cache.c | 152 * what really matters; insertion of new entries with cache_enter() is 915 cache_enter(struct vnode *dvp, struct vnode *vp, function in typeref:typename:void 1072 cache_enter(cvp, rvp, cache_mp_name, cache_mp_nlen, MAKEENTRY);
|
vfs_cache.c | 152 * what really matters; insertion of new entries with cache_enter() is 915 cache_enter(struct vnode *dvp, struct vnode *vp, function in typeref:typename:void 1072 cache_enter(cvp, rvp, cache_mp_name, cache_mp_nlen, MAKEENTRY);
|