Searched refs:area (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dgetent.c45 static char *area; variable
56 retval = cgetent(&area, dba, tempnam) == 0 ? 1 : 0;
69 retval = cgetstr(area, tempid, &answer);
/freebsd-11-stable/contrib/tcsh/
H A Dvms.termcap.c202 * it in area (advancing area at same time). Expand escape sequences
206 tgetstr(char *id, char **area) argument
224 for (ret = *area, cp++; *cp && *cp != ':' ;
225 (*area)++, cp++)
228 **area = *++cp - '@'; /* fix (efth)*/
233 **area = CTL_ESC('\033');
236 **area = '\n';
239 **area = '\r';
242 **area
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ds390-nat.c239 The only thing we actually need is the total address space area
280 struct watch_area *area; local
282 for (area = watch_base; area; area = area->next)
284 watch_lo_addr = min (watch_lo_addr, area->lo_addr);
285 watch_hi_addr = max (watch_hi_addr, area->hi_addr);
314 struct watch_area *area = xmalloc (sizeof (struct watch_area)); local
315 if (!area)
331 struct watch_area *area, **parea; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dsvc_auth_unix.c65 struct area { struct
69 } *area; local
77 area = (struct area *) rqst->rq_clntcred;
78 aup = &area->area_aup;
79 aup->aup_machname = area->area_machname;
80 aup->aup_gids = area->area_gids;
H A Dsvc_auth_des.c127 struct area { struct
130 } *area; local
136 area = (struct area *)rqst->rq_clntcred;
137 cred = (struct authdes_cred *)&area->area_cred;
150 cred->adc_fullname.name = area->area_netname;
/freebsd-11-stable/tools/tools/locale/
H A DMakefile37 .for area enc in ${COLLATION_SPECIAL}
38 COLLATIONS_SPECIAL_ENV+= ${area}.${enc}
92 .for area enc in ${COLLATION_SPECIAL}
93 awk -f tools/extract-colldef.awk ${CLDRDIR}/posix/${area}.${enc}.src > colldef/${area}.${enc}.src
153 . for area in ${BASE_LOCALES_OF_INTEREST}
154 . if !exists(${CLDRDIR}/posix/${area}.UTF-8.src)
157 -d ${CLDRDIR}/posix -m ${area} -c UTF-8
160 . for area encoding in ${COLLATION_SPECIAL}
161 . if !exists(${CLDRDIR}/posix/${area}
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c345 * tgetstr(str, area)
353 NCURSES_SP_NAME(tgetstr) (NCURSES_SP_DCLx NCURSES_CONST char *id, char **area) argument
358 T((T_CALLED("tgetstr(%s,%p)"), id, (void *) area));
389 if (area != 0
390 && *area != 0) {
391 _nc_STRCPY(*area, result, 1024);
392 result = *area;
393 *area += strlen(*area) + 1;
403 tgetstr(NCURSES_CONST char *id, char **area) argument
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dcreator_vt.c225 const term_rect_t *area)
235 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
236 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
260 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
261 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
262 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
263 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
224 creatorfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
/freebsd-11-stable/sys/dev/vt/
H A Dvt_buf.c255 vtbuf_dirty_locked(struct vt_buf *vb, const term_rect_t *area) argument
258 if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row)
259 vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row;
260 if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col)
261 vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col;
262 if (vb->vb_dirtyrect.tr_end.tp_row < area->tr_end.tp_row)
263 vb->vb_dirtyrect.tr_end.tp_row = area->tr_end.tp_row;
264 if (vb->vb_dirtyrect.tr_end.tp_col < area->tr_end.tp_col)
265 vb->vb_dirtyrect.tr_end.tp_col = area->tr_end.tp_col;
269 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) argument
280 term_rect_t area; local
310 term_rect_t area; local
672 term_rect_t area; local
[all...]
H A Dvt_core.c653 * Compute the drawable area, so that the text is centered on
1141 vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area) argument
1152 if (mx >= area->tr_end.tp_col ||
1153 mx + vd->vd_mcursor->width <= area->tr_begin.tp_col ||
1154 my >= area->tr_end.tp_row ||
1155 my + vd->vd_mcursor->height <= area->tr_begin.tp_row)
1163 term_rect_t area; local
1175 area.tr_begin.tp_col = x / vf->vf_width;
1176 area.tr_begin.tp_row = y / vf->vf_height;
1177 area
1199 vt_set_border(struct vt_device *vd, const term_rect_t *area, const term_color_t c) argument
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c789 /* -------- area.c -------- */
797 /* #include "area.h" */
801 int area; member in struct:region
806 * exclusively administered by the area management routines.
809 static struct region *areabot; /* bottom of area */
810 static struct region *areatop; /* top of area */
820 areabot->area = BUSY;
836 * round upwards and add administration area
840 if (p->area > areanum) {
844 while ((q = p->next)->area > areanu
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dcrti.asm1 /* 4 slots for argument spill area. 1 for cpreturn, 1 for stack.
H A Dcrtn.asm1 /* 4 slots for argument spill area. 1 for cpreturn, 1 for stack.
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dadvcap.c356 * placed in area, which is a ref parameter which is updated.
357 * No checking on area overflow.
360 tgetstr(char *id, char **area) argument
376 return (tdecode(bp, area));
385 tdecode(char *str, char **area) argument
394 cp = *area;
433 str = *area;
434 *area = cp;
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c228 const term_rect_t *area)
238 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
239 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
263 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
264 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
265 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
266 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
227 ofwfb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c326 const term_rect_t *area)
336 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
337 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
361 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
362 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
363 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
364 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
325 vt_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
/freebsd-11-stable/contrib/apr/mmap/unix/
H A Dmmap.c62 rv = delete_area(mm->area);
106 /* There seems to be some strange interactions that mean our area must
115 /* we failed to get an area we can use... */
123 (*new)->area = aid;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_mmap.h66 /** An area ID. Only valid on BeOS */
67 area_id area; member in struct:apr_mmap_t
72 /** The start of the real memory page area (mapped view) */
79 /** The start of the memory mapped area */
/freebsd-11-stable/usr.bin/tabs/
H A Dtabs.c85 char area[1024], *ap, *arg, *end; local
144 ap = area;
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mapper.c67 * create mapper area
73 const char *__restrict area)
87 snprintf(path, (size_t)PATH_MAX, "%s/%s", area, _CITRUS_MAPPER_DIR);
98 ma->ma_dir = strdup(area);
71 _citrus_mapper_create_area( struct _citrus_mapper_area *__restrict *__restrict rma, const char *__restrict area) argument
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_util.c232 show_area_being_processed(char *area, int n) argument
245 if (!last_area || !STREQ(area, last_area)) {
251 (void) col_output(strlen(area) + 2);
252 fprintf(stdout, "[%s", area);
253 last_area = area;
H A Dfsinfo.h99 extern void show_area_being_processed(char *area, int n);
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c530 vm_offset_t area; local
532 area = kva_alloc(PAGE_SIZE * max_nr_grant_frames());
533 KASSERT(area, ("can't allocate VM space for grant table"));
534 shared = (grant_entry_t *)area;
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h951 drm_alloc(size_t size, struct malloc_type *area) argument
953 return malloc(size, area, M_NOWAIT);
957 drm_calloc(size_t nmemb, size_t size, struct malloc_type *area) argument
959 return malloc(size * nmemb, area, M_NOWAIT | M_ZERO);
964 struct malloc_type *area)
966 return reallocf(oldpt, size, area, M_NOWAIT);
970 drm_free(void *pt, size_t size, struct malloc_type *area) argument
972 free(pt, area);
963 drm_realloc(void *oldpt, size_t oldsize, size_t size, struct malloc_type *area) argument
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c637 * i is in the margin used to center the text area on
713 * to mark the area dirty.
777 const term_rect_t *area)
789 * This is calculated from the top-left column of te dirty area:
794 * NOTE: x offset is used to center the text area on the
809 col = area->tr_begin.tp_col;
810 row = area->tr_begin.tp_row;
821 * on the "right border" of the dirty area.
824 col = area->tr_end.tp_col;
825 row = area
776 vga_bitblt_text_gfxmode(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
858 vga_bitblt_text_txtmode(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
902 vga_bitblt_text(struct vt_device *vd, const struct vt_window *vw, const term_rect_t *area) argument
[all...]

Completed in 274 milliseconds

123