Home
last modified time | relevance | path

Searched refs:_add (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/locale/
H A Dstrftime.c30 static char *_add(const char *, char *, const char *);
110 pt = _add((t->tm_wday < 0 || in _fmt()
116 pt = _add((t->tm_wday < 0 || in _fmt()
122 pt = _add((t->tm_mon < 0 || in _fmt()
129 pt = _add((t->tm_mon < 0 || in _fmt()
232 pt = _add("\n", pt, ptlim); in _fmt()
235 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
256 pt = _add(buf, pt, ptlim); in _fmt()
264 pt = _add("\t", pt, ptlim); in _fmt()
402 pt = _add(tzname[t->tm_isdst != 0], in _fmt()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/
H A Darc.c1153 #define LBP_GET_LSIZE(_add) BLKPROP_GET_LSIZE(_add, lbp_prop) argument
1154 #define LBP_SET_LSIZE(_add, x) BLKPROP_SET_LSIZE(_add, lbp_prop, x) argument
1155 #define LBP_GET_PSIZE(_add) BLKPROP_GET_PSIZE(_add, lbp_prop) argument
1156 #define LBP_SET_PSIZE(_add, x) BLKPROP_SET_PSIZE(_add, lbp_prop, x) argument
1157 #define LBP_GET_COMPRESS(_add) BLKPROP_GET_COMPRESS(_add, lbp_prop) argument
1158 #define LBP_SET_COMPRESS(_add, x) BLKPROP_SET_COMPRESS(_add, lbp_prop, \ argument
1160 #define LBP_GET_CHECKSUM(_add) BLKPROP_GET_CHECKSUM(_add, lbp_prop) argument
1161 #define LBP_SET_CHECKSUM(_add, x) BLKPROP_SET_CHECKSUM(_add, lbp_prop, \ argument
1163 #define LBP_GET_TYPE(_add) BLKPROP_GET_TYPE(_add, lbp_prop) argument
1164 #define LBP_SET_TYPE(_add, x) BLKPROP_SET_TYPE(_add, lbp_prop, x) argument