Searched refs:extra (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dialog/samples/
H A Dcalendar37 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar3-stdout6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dmenubox73 # example with --extra-button
9 $DIALOG --clear --item-help --extra-button --extra-label "Choice" \
H A Dyesno-both10 --extra-label "Previous" --extra-button \
H A Dyesno-extra2 # $Id: yesno-extra,v 1.5 2010/01/13 10:40:39 tom Exp $
10 --extra-label "Previous" --extra-button "$@" \
H A Dinputbox-both9 --extra-button \
H A Dinputbox-extra2 # $Id: inputbox-extra,v 1.6 2010/01/13 10:20:03 tom Exp $
9 --extra-button "$@" \
H A Dpause-both8 --extra-button "$@" \
H A Dpause-extra2 # $Id: pause-extra,v 1.1 2011/01/18 09:49:07 tom Exp $
7 --extra-button "$@" \
H A Deditbox33 # example with extra- and help-buttons
13 --extra-button \
H A Dtextbox-both16 --extra-button "$@" \
H A Dtextbox315 --extra-button "$@" \
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_uudecode.c80 int extra; local
84 /* Remove '\n' from extra data to make a very long line. */
97 for (extra = 0; extra <= 64; extra = extra==0?1:extra*2) {
100 size = extra * 1024;
101 /* Add extra text size of which is from 1K bytes to
111 *p++ = '\n';/* the last of extra tex
[all...]
/freebsd-11-stable/usr.bin/calendar/
H A Devents.c44 char *extra)
67 e->extra = NULL;
68 if (extra != NULL && extra[0] != '\0')
69 e->extra = strdup(extra);
120 e->extra != NULL ? " (" : "",
121 e->extra != NULL ? e->extra : "",
122 e->extra !
43 event_add(int year, int month, int day, char *date, int var, char *txt, char *extra) argument
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dfastpos.h97 #define fastpos_shift(extra, n) \
98 ((extra) + (n) * (FASTPOS_BITS - 1))
100 #define fastpos_limit(extra, n) \
101 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
103 #define fastpos_result(dist, extra, n) \
104 (uint32_t)(lzma_fastpos[(dist) >> fastpos_shift(extra, n)]) \
105 + 2 * fastpos_shift(extra, n)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dvis.c130 #define MAKEEXTRALIST(flag, extra, orig_str) \
137 extra = malloc((size_t)((o - orig) + MAXEXTRAS)); \
138 if (!extra) break; \
139 for (o = orig, e = extra; (*e++ = *o++) != '\0';) \
153 do_hvis(char *dst, int c, int flag, int nextc, const char *extra) argument
160 dst = do_svis(dst, c, flag, nextc, extra);
171 * extra: Pointer to the list of extra characters to be
175 do_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
178 isextra = strchr(extra,
253 rk_svis(char *dst, int c, int flag, int nextc, const char *extra) argument
291 rk_strsvis(char *dst, const char *csrc, int flag, const char *extra) argument
320 rk_strsvisx(char *dst, const char *csrc, size_t len, int flag, const char *extra) argument
360 char *extra = NULL; local
393 char *extra = NULL; local
410 char *extra = NULL; local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dbitmap.c47 size_t extra; local
54 * correspond to the first logical bit in the group, so extra bits
58 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK))
60 if (extra != 0)
61 bitmap[binfo->levels[1].group_offset - 1] >>= extra; local
65 extra = (BITMAP_GROUP_NBITS - (group_count &
67 if (extra != 0)
68 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; local
95 size_t extra; local
98 extra
101 bitmap[binfo->ngroups - 1] >>= extra; local
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_peap_common.c23 u8 extra[2]; local
43 extra[0] = 0;
44 extra[1] = 0;
48 addr[4] = extra;
60 extra[0] = buf_len & 0xff;
62 addr[3] = extra;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_spinlock.c52 static struct spinlock_extra extra[MAX_SPINLOCKS]; variable in typeref:struct:spinlock_extra
94 lck->thr_extra = &extra[spinlock_count];
95 _thr_umutex_init(&extra[spinlock_count].lock);
96 extra[spinlock_count].owner = lck;
120 _thr_umutex_init(&extra[i].lock);
/freebsd-11-stable/stand/efi/libefi/
H A Dhandles.c38 uint64_t extra; member in struct:entry
83 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) argument
94 if (extra != NULL)
95 *extra = entry[idx].extra;
113 entry[idx].extra = guid;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcond1.exp1 make: "cond1.mk" line 75: warning: extra else
2 make: "cond1.mk" line 85: warning: extra else
/freebsd-11-stable/contrib/ntp/libntp/
H A Demalloc.c90 size_t extra
110 return ereallocz(optr, extra + (size * nmemb), 0, TRUE);
112 return ereallocz(optr, extra + (size * nmemb), 0, TRUE, file, line);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_join.c40 int echar = 0, extra, first; local
105 extra = 0;
113 extra = 1;
149 sp->cno = (tbp - bp) - (1 + extra);
152 sp->cno = (tbp - bp) - len - (1 + extra);
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst.c26 union fst_event_extra extra; local
28 extra.peer_state.connected = connected;
29 os_strlcpy(extra.peer_state.ifname, fst_iface_get_name(iface),
30 sizeof(extra.peer_state.ifname));
31 os_memcpy(extra.peer_state.addr, peer_addr, ETH_ALEN);
34 iface, NULL, &extra);
/freebsd-11-stable/usr.sbin/ppp/
H A Dproto.c58 proto_Prepend(struct mbuf *bp, u_short proto, unsigned comp, int extra) argument
66 bp = m_prepend(bp, cp + 1, 1, extra);
68 bp = m_prepend(bp, cp, 2, extra);

Completed in 304 milliseconds

1234567891011>>