/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, argument 52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br));
|
H A D | wborder.c | 54 * bs : bottom side. 79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) 90 _BOTTOMSIDE = bs; 78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lfind.c | 56 lfind(const void *ky, const void *bs, size_t *nelp, argument 60 char *base = (char *)bs;
|
H A D | lsearch.c | 55 lsearch(const void *ky, void *bs, size_t *nelp, size_t width, argument 59 char *base = (char *)bs;
|
/illumos-gate/usr/src/common/util/ |
H A D | bsearch.c | 45 const void *bs, /* Beginning of table */ 57 base = (char *)bs; 44 bsearch(const void *ky, const void *bs, size_t nel, size_t width, int (*compar)(const void *, const void *)) argument
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | brdr.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, argument 57 ls, rs, ts, bs, tl, tr, bl, br 61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
|
H A D | wbrdr.c | 54 chtype ls, chtype rs, chtype ts, chtype bs, 63 w, ls, rs, ts, bs, tl, tr, bl, br 79 if (bs == 0) 80 bs = ACS_HLINE; 81 (void) __m_acs_cc(bs, &wbs); 53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | brdr.c | 52 border(chtype ls, chtype rs, chtype ts, chtype bs, argument 57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
|
H A D | brdr_st.c | 53 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, 58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 52 border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr_st.c | 57 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, 80 (void) whline_set(w, bs, w->_maxx-2); 56 wborder_set(WINDOW *w, const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr.c | 57 chtype ls, chtype rs, chtype ts, chtype bs, 75 if (bs == 0) 76 bs = ACS_HLINE; 77 (void) __m_acs_cc(bs, &wbs); 56 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | big5.c | 93 _BIG5State *bs; local 97 bs = (_BIG5State *)ps; 99 if ((bs->ch & ~0xFF) != 0) { 115 if (bs->ch != 0) { 120 wc = (bs->ch << 8) | (*s & 0xFF); 123 bs->ch = 0; 132 bs->ch = wc; 153 _BIG5State *bs; local 155 bs = (_BIG5State *)ps; 157 if (bs [all...] |
/illumos-gate/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 145 rpterr(char *bs, char *mp) argument 154 gettext("%s: %s no such device\n"), myname, bs); 160 myname, mp, bs); 165 myname, bs, mp); 169 myname, bs); 174 myname, bs, mp); 178 myname, bs); 182 gettext("%s: %s write-protected\n"), myname, bs); 188 myname, bs); 193 myname, bs); [all...] |
/illumos-gate/usr/src/cmd/fs.d/mntfs/ |
H A D | mount.c | 142 rpterr(char *bs, char *mp) argument 151 myname, bs); 156 myname, mp, bs); 161 myname, bs, mp); 165 myname, bs); 170 myname, bs, mp); 174 myname, bs); 180 myname, bs); 185 myname, bs);
|
/illumos-gate/usr/src/cmd/fs.d/proc/ |
H A D | mount.c | 143 rpterr(char *bs, char *mp) argument 152 myname, bs); 157 myname, mp, bs); 162 myname, bs, mp); 166 myname, bs); 171 myname, bs, mp); 175 myname, bs); 179 myname, bs); 185 myname, bs); 190 myname, bs); [all...] |
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 146 rpterr(char *bs, char *mp) argument 155 gettext("%s: %s no such device\n"), myname, bs); 161 myname, mp, bs); 166 myname, bs, mp); 171 typename, bs); 176 myname, bs, mp); 180 gettext("%s: %s not a block device\n"), myname, bs); 185 myname, bs); 190 myname, bs); 195 gettext("%s: cannot mount %s\n"), myname, bs); [all...] |
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap_common.c | 51 const lwpstack_t *bs = bp; local 53 uintptr_t b = (uintptr_t)bs->lwps_stack.ss_sp + bs->lwps_stack.ss_size;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | bitset.c | 38 bitset_free(bitset_t *bs) argument 40 if (bs == NULL) 42 if (bs->bs_set && bs->bs_words) 43 mdb_free(bs->bs_set, bs->bs_words * sizeof (ulong_t)); 44 mdb_free(bs, sizeof (*bs)); 50 bitset_t *bs; local 52 bs 72 bitset_highbit(bitset_t *bs) argument 139 bitset_print(bitset_t *bs, char *label, int width) argument 203 bitset_t *bs; local [all...] |
H A D | damap.c | 66 bitset_free(bitset_t *bs, int embedded) argument 68 if (bs == NULL) 70 if (bs->bs_set && bs->bs_words) 71 mdb_free(bs->bs_set, bs->bs_words * sizeof (ulong_t)); 73 mdb_free(bs, sizeof (*bs)); /* not embedded, free */ 79 bitset_t *bs; local 81 bs 161 bitset_t *bs; local [all...] |
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 241 rpterr(char *bs, char *mp) argument 250 myname, bs); 254 "component of %s is not a directory\n"), myname, mp, bs); 259 myname, bs, mp); 263 "system.\n"), typename, bs); 268 myname, bs, mp); 272 gettext("%s: %s not a block device\n"), myname, bs); 276 myname, bs); 281 myname, bs); 286 bs); [all...] |
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 80 struct bs { struct 149 extern struct bs barray[];
|
/illumos-gate/usr/src/test/zfs-tests/cmd/getholes/ |
H A D | getholes.c | 72 uint64_t lz_holes, bs = 0; local 76 if (0 == bs) 77 if (zfs_get_hole_count(fname, &lz_holes, &bs) != 0) { 89 hole_blks_seen += seg->seg_len / bs; 91 data_blks_seen += seg->seg_len / bs;
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_beacon.c | 229 struct ath9k_beacon_state bs; local 247 (void) memset(&bs, 0, sizeof (bs)); 282 bs.bs_intval = intval; 283 bs.bs_nexttbtt = nexttbtt; 284 bs.bs_dtimperiod = dtimperiod*intval; 285 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval; 286 bs.bs_cfpperiod = cfpperiod*bs [all...] |
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | wordexp.c | 333 size_t bs = (eob - line); local 336 if ((nl = realloc(line, bs + BUFSZ)) == NULL) { 341 cp = line + bs;
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cache_a.out.c | 161 static long bs; /* cached blocksize for getdents */ local 188 bs = sb.st_blksize; 189 buf = calloc(bs, 1); 205 while ((n = getdents(fd, (struct dirent *)buf, bs)) > 0)
|