Home
last modified time | relevance | path

Searched refs:local_free (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v2_v3.c864 void (*local_free)() = NULL; in autofs_program_2() local
880 local_free = autofs_lookup_2_free; in autofs_program_2()
887 local_free = autofs_mount_2_free; in autofs_program_2()
954 if (local_free) in autofs_program_2()
955 (*local_free)(&result); in autofs_program_2()
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.c45 uv_free_func local_free; member
88 uv__allocator.local_free(ptr); in uv__free()
126 uv__allocator.local_free = free_func; in uv_replace_allocator()