Searched refs:pad (Results 1 - 25 of 133) sorted by relevance

123456

/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_pecho_wchar.c38 pecho_wchar(WINDOW *pad, const cchar_t * wch) argument
40 T((T_CALLED("pecho_wchar(%p, %s)"), pad, _tracech_t(wch)));
42 if (pad == 0)
45 if (!(pad->_flags & _ISPAD))
46 returnCode(wecho_wchar(pad, wch));
48 wadd_wch(pad, wch);
49 prefresh(pad, pad->_pad._pad_y,
50 pad->_pad._pad_x,
51 pad
[all...]
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_pad.c52 | Function : int set_menu_pad(MENU *menu, int pad)
62 set_menu_pad(MENU * menu, int pad) argument
66 T((T_CALLED("set_menu_pad(%p,%d)"), menu, pad));
68 if (!isprint(UChar(pad)))
72 menu->pad = pad;
86 | Return Values : The pad character
92 returnCode(Normalize_Menu(menu)->pad);
/haiku-fatelf/src/libs/ncurses/form/
H A Dfld_pad.c41 | Description : Set the pad character used to fill the field. This must
45 | E_BAD_ARGUMENT - invalid field pointer or pad character
58 if (field->pad != ch)
60 field->pad = ch;
73 | Description : Retrieve the fields pad character.
75 | Return Values : The pad character.
82 returnCode(Normalize_Field(field)->pad);
H A Dfrm_data.c76 | int pad)
84 Only_Padding(WINDOW *w, int len, int pad) argument
98 if ((chtype)CharOf(cell) != ChCharOf(pad)
107 if (ChCharOf(cell) != ChCharOf(pad))
162 if (Only_Padding(form->w, check_len, field->pad))
179 if (!Only_Padding(form->w, field->cols, field->pad))
H A Dfld_dup.c75 New_Field->pad = field->pad;
H A Dfld_link.c80 New_Field->pad = field->pad;
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diopadn.c37 _IO_padn (fp, pad, count)
39 int pad;
48 if (pad == ' ')
50 else if (pad == '0')
55 padbuf[i] = pad;
H A Diowpadn.c43 _IO_wpadn (fp, pad, count)
45 wint_t pad;
54 if (pad == L' ')
56 else if (pad == L'0')
61 padbuf[i] = pad;
/haiku-fatelf/src/libs/ncurses/include/
H A DMKparametrized.sh15 * A value of -1 in the table means suppress both pad and % translations.
16 * A value of 0 in the table means do pad but not % translations.
17 * A value of 1 in the table means do both pad and % translations.
/haiku-fatelf/src/bin/sharutils/lib/
H A Dstrftime.c37 - do not pad the field
38 _ pad the field with spaces
129 add_num2 (string, num, max, pad)
133 enum padding pad;
138 if (top == 0 && pad == blank)
140 else if (top != 0 || pad == zero)
150 add_num3 (string, num, max, pad)
154 enum padding pad;
160 if (top == 0 && pad == blank)
162 else if (top != 0 || pad
268 enum padding pad; /* Type of padding to apply. */ local
[all...]
H A Dmd5.c46 /* This array contains the bytes used to pad the buffer to the next
91 size_t pad, sum; local
144 pad = sum & 63;
145 pad = pad >= 56 ? 64 + 56 - pad : 56 - pad;
148 *(md5_uint32 *) &buffer[sum + pad] = SWAP (len[0] << 3);
149 *(md5_uint32 *) &buffer[sum + pad + 4] = SWAP ((len[1] << 3)
153 md5_process_block (buffer, sum + pad
173 size_t pad, rest; local
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Drscode.h36 extern RS *init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad);
H A Drscode.c57 int pad; /* Padding bytes in shortened block */ member in struct:_RS
87 #define PAD (rs->pad)
97 * pad = padding bytes at front of shortened block
99 static RS *init_rs_char(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad) argument
125 if(pad < 0 || pad >= ((1<<symsize) -1 - nroots))
134 rs->pad = pad;
212 RS *init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad) argument
220 if(rs->pad !
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dmktemp.c96 char *pad; local
161 pad = strchr(padchar, *trv);
162 if (pad == NULL || *++pad == '\0')
165 *trv++ = *pad;
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-slow.c88 u_int8_t pad[3]; member in struct:lacp_tlv_actor_partner_info_t
105 u_int8_t pad[12]; member in struct:lacp_tlv_collector_info_t
112 u_int8_t pad[2]; member in struct:marker_tlv_marker_info_t
116 u_int8_t pad[50]; member in struct:lacp_marker_tlv_terminator_t
235 tlv_len = sizeof(tlv_ptr.lacp_marker_tlv_terminator->pad) +
242 TCHECK2(tlv_ptr.lacp_marker_tlv_terminator->pad[0],
243 sizeof(tlv_ptr.lacp_marker_tlv_terminator->pad));
H A Dpf.h75 u_int8_t pad[3]; member in struct:pfloghdr
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_pad.c36 * newpad -- create a new pad
37 * pnoutrefresh -- refresh a pad, no update
38 * pechochar -- add a char to a pad and refresh
162 T(("pad being refreshed"));
168 T(("pad being shifted by %d line(s)", displaced));
175 * from the pad to newscr whenever the window is wide enough that
180 * really ugly. So. What we do is consider the pad "wide" if it
242 * Clean up debris from scrolling or resizing the pad, so we do not
264 * Use the pad's current position, if it will be visible.
279 * Update our cache of the line-numbers that we displayed from the pad
294 pechochar(WINDOW *pad, const chtype ch) argument
[all...]
/haiku-fatelf/headers/private/vmdk/
H A Dvmdk.h32 uint8_t pad[435]; member in struct:SparseExtentHeader
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpf.h75 u_int8_t pad[3]; member in struct:pfloghdr
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinftrees.h25 uInt pad; /* pad structure to a power of 2 (4 bytes for */ member in union:inflate_huft_s::__anon4901
/haiku-fatelf/src/libs/ncurses/test/
H A Dtestcurs.c655 WINDOW *pad, *spad; local
657 pad = newpad(50, 100);
658 wattron(pad, A_REVERSE);
659 mvwaddstr(pad, 5, 2, "This is a new pad");
660 wattrset(pad, A_NORMAL);
661 mvwaddstr(pad, 8, 0,
663 mvwaddstr(pad, 11, 1, "This line should not appear.It will now");
664 wmove(pad, 10, 1);
665 wclrtoeol(pad);
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dhashes.cpp59 uint32 pad; local
65 pad = (uint32)len | ((uint32)len << 8);
66 pad |= pad << 16;
112 d = pad;
133 c = d = pad;
150 b = c = d = pad;
162 a = b = c = d = pad;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dhashes.cpp59 uint32 pad; local
65 pad = (uint32)len | ((uint32)len << 8);
66 pad |= pad << 16;
112 d = pad;
133 c = d = pad;
150 b = c = d = pad;
162 a = b = c = d = pad;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-abi.c190 char pad[14]; local
197 pad[padcount] = 0;
199 pad[--padcount] = ' ';
200 ui_out_text (uiout, pad);
/haiku-fatelf/src/libs/ncurses/tack/
H A Dedit.c834 char pad[1024]; local
840 read_string(pad, 32);
841 if (pad[0] == '\0' || pad[1] == '\0') {
842 *chp = pad[0];
845 if ((nt = _nc_find_entry(pad, _nc_info_hash_table)) &&
850 sprintf(temp, "%s is not a string capability", pad);
858 strcpy(pad, strnames[x]);
864 _nc_trans_string(pad, pad
[all...]

Completed in 261 milliseconds

123456