Searched refs:itsdir (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.c111 static int itsdir P((const char * name));
614 if (!itsdir(toname))
626 !itsdir(fromname)) {
688 itsdir(name) function
1459 if (!itsdir(fullname) && remove(fullname) != 0 && errno != ENOENT)
2167 if (!itsdir(name)) {
2175 && (errno != EEXIST || !itsdir(name))) {
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c111 static int itsdir P((const char * name));
614 if (!itsdir(toname))
626 !itsdir(fromname)) {
688 itsdir(name) function
1459 if (!itsdir(fullname) && remove(fullname) != 0 && errno != ENOENT)
2167 if (!itsdir(name)) {
2175 && (errno != EEXIST || !itsdir(name))) {
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c157 static int itsdir(const char * name);
773 if (!itsdir(toname))
785 !itsdir(fromname)) {
832 itsdir(name) function
1695 if (!itsdir(fullname) && remove(fullname) != 0 && errno != ENOENT) {
2968 if (!itsdir(name)) {
2978 if (errno != EEXIST || !itsdir(name)) {

Completed in 81 milliseconds