Searched refs:label_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libdpv/
H A Ddprompt.h41 extern int label_size;
H A Ddpv.c155 label_size = LABEL_SIZE_DEFAULT;
199 label_size = config->label_size;
215 if (label_size < -1)
216 label_size = -1;
231 if (label_size == 0 && no_labels == FALSE)
232 label_size = LABEL_SIZE_DEFAULT;
283 if (label_size == -1)
307 if ((int)len > (label_size - 3)) {
308 if (label_size >
[all...]
H A Ddpv.h105 int label_size; /* Label size. Default 28 */ member in struct:dpv_config
H A Ddprompt.c64 int label_size = LABEL_SIZE_DEFAULT; /* Max width for labels */ variable
131 dwidth = label_size + pbar_size + 9;
221 label_size = 0;
225 label_size = dwidth - 8;
227 else if (label_size > (dwidth - pbar_size - 9) || wide)
228 label_size = no_labels ? 0 : dwidth - pbar_size - 9;
233 label_size = 0;
326 warnx("label_size = %i pbar_size = %i", label_size, pbar_size);
450 flabel_size = label_size;
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dwire2host.c58 uint8_t label_size; local
73 label_size = wire[*pos];
74 while (label_size > 0) {
76 while (label_size >= 192) {
99 label_size = wire[*pos];
101 if(label_size == 0)
103 if (label_size > LDNS_MAX_LABELLEN) {
106 if (*pos + 1 + label_size > max) {
114 tmp_dname[dname_pos] = label_size;
115 if (label_size >
[all...]
H A Ddname.c163 uint8_t label_size; local
175 label_size = data[0] + 1;
176 data += label_size;
177 if (data_size < label_size) {
181 data_size -= label_size;
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c317 config->label_size =
319 if (config->label_size == 0 && errno == EINVAL)
322 else if (config->label_size < -1)
323 config->label_size = -1;
/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c162 config->label_size = -1;
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c99 SYSCTL_INT(_security_mac_biba, OID_AUTO, label_size, CTLFLAG_RD,
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c100 SYSCTL_INT(_security_mac_lomac, OID_AUTO, label_size, CTLFLAG_RD,
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c100 SYSCTL_INT(_security_mac_mls, OID_AUTO, label_size, CTLFLAG_RD,

Completed in 141 milliseconds