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

/freebsd-12-stable/usr.bin/calendar/
H A Dday.c53 char *oldl, *lbufp; local
71 oldl = NULL;
73 if (lbufp != NULL && (oldl = strdup(lbufp)) == NULL)
76 (void)setlocale(LC_TIME, (oldl != NULL ? oldl : ""));
77 if (oldl != NULL)
78 free(oldl);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { argument
53 long original = InterlockedCompareExchange(dst, newl, oldl);
54 return (original == oldl);
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) { argument
73 return __sync_bool_compare_and_swap(dst, oldl, newl);
/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c607 int oldc, tc, oldl, sq; local
624 oldl = 0;
631 if (l != oldl + 1)
639 oldl = l;

Completed in 110 milliseconds