Searched refs:cntrl (Results 1 – 25 of 236) sorted by relevance
12345678910
/illumos-gate/usr/src/cmd/enhance/ |
H A D | enhance.c | 111 static int pty_open_manager(const char *prog, int *cntrl, char *subsid_name); 114 static int pty_parent(const char *prog, int cntrl); 115 static int pty_stop_parent(int waserr, int cntrl, GetLine *gl, char *rbuff); 129 int cntrl = -1; /* The fd of the pseudo-terminal controller device */ in main() local 170 if(pty_open_manager(prog, &cntrl, subsid_name)) in main() 199 status = pty_parent(prog, cntrl); in main() 200 close(cntrl); in main() 202 close(cntrl); /* The child doesn't use the subsidiary device */ in main() 230 static int pty_open_manager(const char *prog, int *cntrl, char *subsid_name) in pty_open_manager() argument 238 *cntrl = -1; in pty_open_manager() [all …]
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 105 struct termios cntrl; in v831_disconnect() local 114 (void) ioctl(FD, TCGETS, &cntrl); in v831_disconnect() 115 (void) cfsetospeed(&cntrl, B0); in v831_disconnect() 116 cntrl.c_cflag &= ~XCLUDE; in v831_disconnect() 117 (void) ioctl(FD, TCSETSF, &cntrl); in v831_disconnect() 168 struct termios cntrl; in dialit() local 185 (void) ioctl(AC, TCGETS, &cntrl); in dialit() 186 (void) cfsetospeed(&cntrl, B0); in dialit() 187 (void) cfsetispeed(&cntrl, B0); in dialit() 188 cntrl.c_cflag &= ~(CSIZE|PARENB|PARODD); in dialit() [all …]
|
/illumos-gate/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 1708 rsm_controller_t *cntrl; in rsm_memseg_import_getv() local 1730 cntrl = (rsm_controller_t *)seg->rsmseg_controller; in rsm_memseg_import_getv() 1731 if (cntrl == NULL) { in rsm_memseg_import_getv() 1767 e = cntrl->cntr_segops->rsm_memseg_import_getv(sg_io); in rsm_memseg_import_getv() 2038 rsm_controller_t *cntrl; in rsm_memseg_import_putv() local 2061 cntrl = (rsm_controller_t *)seg->rsmseg_controller; in rsm_memseg_import_putv() 2062 if (cntrl == NULL) { in rsm_memseg_import_putv() 2099 e = cntrl->cntr_segops->rsm_memseg_import_putv(sg_io); in rsm_memseg_import_putv() 2935 rsm_controller_t *cntrl = (rsm_controller_t *)cntrl_handle; in rsm_create_localmemory_handle() local 2962 e = cntrl->cntr_segops->rsm_create_localmemory_handle( in rsm_create_localmemory_handle() [all …]
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | isdigit.c | 82 DEFN_ISTYPE(cntrl, _ISCNTRL)
|
H A D | iswctype.c | 139 DEFN_ISWTYPE(cntrl, _CTYPE_C) in DEFN_ISWTYPE()
|
/illumos-gate/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 65 test_ctype(cntrl); in main()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Makefile.inc | 29 chremdir.c cntrl.c conn.c cpmv.c ct.c \ 85 uucico.cat := POBJS = uucpdefs.o uucico.o conn.o callers.o cntrl.o \
|
H A D | uucico.c | 74 cmtseq(), conn(), startup(), cntrl(); 727 exitcode = cntrl();
|
H A D | cntrl.c | 245 cntrl() in cntrl() function
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.re | 222 [[:cntrl:]] ~
|
/illumos-gate/usr/src/boot/include/xlocale/ |
H A D | _ctype.h | 125 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)
|
/illumos-gate/usr/src/data/locale/data/ |
H A D | gu_IN.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | pa_IN.UTF-8.src | 167 cntrl <NULL>;/
|
H A D | te_IN.UTF-8.src | 177 cntrl <NULL>;/
|
H A D | th_TH.UTF-8.src | 166 cntrl <NULL>;/
|
H A D | hy_AM.UTF-8.src | 183 cntrl <NULL>;/
|
H A D | kn_IN.UTF-8.src | 176 cntrl <NULL>;/
|
H A D | or_IN.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | si_LK.UTF-8.src | 178 cntrl <NULL>;/
|
H A D | as_IN.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | bg_BG.ISO8859-5.src | 194 cntrl <NULL>;/
|
H A D | bn_BD.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | bn_IN.UTF-8.src | 171 cntrl <NULL>;/
|
H A D | ca_ES.ISO8859-15.src | 174 cntrl <NULL>;/
|
H A D | cs_CZ.ISO8859-2.src | 184 cntrl <NULL>;/
|
12345678910