Lines Matching +defs:val +defs:d
688 #define strdupx(d,s,ap) do { \ argument
691 #define strndupx(d,s,n,ap) do { \ argument
696 #define strdupx(d,s,ap) do { \ argument
707 #define strndupx(d,s,n,ap) do { \ argument
720 #define strdup2x(d,s1,s2) do { \ argument
731 #define strpathx(d,s1,s2,cond) do { \ argument
1764 } val; member
2378 #define notok2mul(max,val,c) (((val) != 0) && ((c) != 0) && \ argument
2380 #define notok2add(max,val,c) ((val) > ((max) - (c))) argument
2381 #define notoktomul(val,cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument
2382 #define notoktoadd(val,cnst) notok2add(SIZE_MAX, (val), (cnst)) argument
2383 #define checkoktoadd(val,cnst) do { \ argument