Searched refs:fn2 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcmp.c80 static void compare (const char *fn1, const char *fn2,
289 match_domain (const char *fn1, const char *fn2, argument
347 compare (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax) argument
360 ref = remove_obsoletes (read_catalog_file (fn2, input_syntax));
412 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
426 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
H A Dmsgmerge.c154 static msgdomain_list_ty *merge (const char *fn1, const char *fn2,
1102 match_domain (const char *fn1, const char *fn2, argument
1379 merge (const char *fn1, const char *fn2, catalog_input_format_ty input_syntax, argument
1398 ref = read_catalog_file (fn2, input_syntax);
1619 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
1641 match_domain (fn1, fn2, &definitions, refmlp, resultmlp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Drealcalls.h48 #define real_link(fn1, fn2) (syscall(SYS_link, (fn1), (fn2)))
240 #define real_rename(fn1, fn2) (syscall(SYS_rename, (fn1), (fn2)))
241 #define real_symlink(fn1, fn2) (syscall(SYS_symlink, (fn1), (fn2)))
248 #define real_symlink(fn1, fn2) (syscall(SYS_symlink, (fn1), (fn2)))

Completed in 137 milliseconds