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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcatomic.c36 * lck - the lock file
41 * Attempt to link it to 'lck'
45 * On Windows, where there are no links, no tmp file is used, and lck
96 atomic->lck = atomic->new + new_len + 1;
97 strcpy ((char *) atomic->lck, (char *) file);
98 strcat ((char *) atomic->lck, LCK_NAME);
100 atomic->tmp = atomic->lck + lck_len + 1;
140 ret = link ((char *) atomic->tmp, (char *) atomic->lck);
143 /* the filesystem where atomic->lck points to may not supports
146 ret = mkdir ((char *) atomic->lck, 060
[all...]
H A Dfcint.h516 FcChar8 *lck; /* lockfile name (used for locking) */ member in struct:_FcAtomic
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h533 FcChar8 *lck; /* lockfile name (used for locking) */ member in struct:_FcAtomic

Completed in 11 milliseconds