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

/freebsd-11-stable/usr.bin/calendar/
H A Dday.c51 char *oldl, *lbufp; local
69 oldl = NULL;
71 if (lbufp != NULL && (oldl = strdup(lbufp)) == NULL)
74 (void)setlocale(LC_TIME, (oldl != NULL ? oldl : ""));
75 if (oldl != NULL)
76 free(oldl);
/freebsd-11-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-11-stable/usr.bin/diff/
H A Ddiffreg.c654 int oldc, tc, oldl, sq; local
671 oldl = 0;
678 if (l != oldl + 1)
686 oldl = l;

Completed in 65 milliseconds