ut 474 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ ut 477 maint/gnulib/lib/intprops.h : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax)) ut 479 maint/gnulib/lib/intprops.h # define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \ ut 532 maint/gnulib/lib/intprops.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ ut 534 maint/gnulib/lib/intprops.h ? (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 1) \ ut 535 maint/gnulib/lib/intprops.h : (*(r) = _GL_INT_OP_WRAPV_VIA_UNSIGNED (a, b, op, ut, t), 0)) ut 554 maint/gnulib/lib/intprops.h #define _GL_INT_OP_WRAPV_VIA_UNSIGNED(a, b, op, ut, t) \ ut 555 maint/gnulib/lib/intprops.h ((t) ((ut) (a) op (ut) (b))) ut 48 maint/gnulib/lib/readutmp.c extract_trimmed_name (const STRUCT_UTMP *ut) ut 52 maint/gnulib/lib/readutmp.c trimmed_name = xmalloc (sizeof (UT_USER (ut)) + 1); ut 53 maint/gnulib/lib/readutmp.c strncpy (trimmed_name, UT_USER (ut), sizeof (UT_USER (ut))); ut 57 maint/gnulib/lib/readutmp.c trimmed_name[sizeof (UT_USER (ut))] = '\0'; ut 215 maint/gnulib/lib/readutmp.h char *extract_trimmed_name (const STRUCT_UTMP *ut) ut 503 maint/gnulib/lib/utimens.c struct utimbuf *ut; ut 508 maint/gnulib/lib/utimens.c ut = &utimbuf; ut 511 maint/gnulib/lib/utimens.c ut = NULL; ut 513 maint/gnulib/lib/utimens.c return utime (file, ut);