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

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c628 register char * symlinkcontents = NULL; local
630 symlinkcontents = ecatalloc(symlinkcontents, "../");
631 symlinkcontents = ecatalloc(symlinkcontents, fromfile);
633 result = symlink(symlinkcontents, toname);
636 ifree(symlinkcontents);
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c628 register char * symlinkcontents = NULL; local
630 symlinkcontents = ecatalloc(symlinkcontents, "../");
631 symlinkcontents = ecatalloc(symlinkcontents, fromfile);
633 result = symlink(symlinkcontents, toname);
636 ifree(symlinkcontents);
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c787 register char * symlinkcontents = NULL; local
790 symlinkcontents =
791 ecatalloc(symlinkcontents,
793 symlinkcontents =
794 ecatalloc(symlinkcontents,
796 result = symlink(symlinkcontents,
800 ifree(symlinkcontents);

Completed in 123 milliseconds