/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | id_subwins.c | 32 _id_subwins(WINDOW *orig) argument 38 realy = orig->_begy + orig->_cury; 39 for (win = orig->_nextp; win != orig; win = win->_nextp) { 47 oy = orig->_cury; 49 win->_y[y] = &orig->_y[oy][win->_ch_off];
|
H A D | mvwin.c | 33 WINDOW *orig; local 40 orig = win->_orig; 41 if (orig == NULL) { 42 orig = win; 48 } while (win != orig); 50 if (by < orig->_begy || win->_maxy + dy > orig->_maxy) 52 if (bx < orig->_begx || win->_maxx + dx > orig->_maxx) 57 _set_subwin_(orig, wi [all...] |
H A D | newwin.c | 95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) argument 109 fprintf(outf, "SUBWIN(%0.2o, %d, %d, %d, %d)\n", orig, nl, nc, by, bx); 111 if (by < orig->_begy || bx < orig->_begx || 112 by + nl > orig->_maxy + orig->_begy || 113 bx + nc > orig->_maxx + orig->_begx) 116 nl = orig->_maxy + orig 133 _set_subwin_(WINDOW *orig, WINDOW *win) argument [all...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | parser.c | 45 static char *orig = NULL; local 52 if (string != orig || string == NULL) { 53 orig = string;
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | derwin.c | 50 * orig: the original window 57 derwin(WINDOW *orig, int num_lines, int nc, int by, int bx) argument 67 if (by < 0 || (by + num_lines) > orig->_maxy || bx < 0 || 68 (bx + nc) > orig->_maxx) 71 nc = orig->_maxx - bx; 73 num_lines = orig->_maxy - by; 76 if ((win = _makenew(num_lines, nc, by + orig->_begy, 77 bx + orig->_begx)) == NULL) 85 win->_bkgd = orig->_bkgd; 86 win->_attrs = orig [all...] |
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | unused.c | 90 Dbg_unused_path(Lm_list *lml, const char *path, uint_t orig, uint_t dup, argument 100 if (orig & LA_SER_LIBPATH) { 101 if (orig & LA_SER_CONFIG) { 112 } else if (orig & LA_SER_RUNPATH) {
|
H A D | libs.c | 109 Dbg_libs_path(Lm_list *lml, const char *path, uint_t orig, const char *obj) argument 119 search = orig & 124 if (orig & LA_SER_CONFIG) 135 if (orig & LA_SER_CONFIG) 142 if (orig & LA_SER_CONFIG) 188 Dbg_libs_ylu(Lm_list *lml, const char *path, const char *orig, int index) argument 193 dbg_print(lml, MSG_INTL(MSG_LIB_YPATH), path, orig,
|
H A D | map.c | 170 Dbg_map_sort_title(Lm_list *lml, Boolean orig) argument 177 if (orig) {
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | SLPParseSrvURL.c | 49 char *orig; member in struct:slp_type 157 type->orig = typeString;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_scheme.cc | 38 * Constructor: create new scheme by making copy of 'orig'. 41 db_scheme::db_scheme(db_scheme* orig) argument 47 if (orig == NULL) { 52 READLOCKV(orig, "r orig db_scheme::db_scheme"); 54 numkeys = this->keys.keys_len = orig->keys.keys_len; 56 db_key_desc * srccols = orig->keys.keys_val; 60 READUNLOCKV(orig, "ru orig db_scheme::db_scheme"); 69 READUNLOCKV(orig, "r [all...] |
H A D | db_index.cc | 401 db_index::move_xdr_db_index(db_index *orig) argument 403 table_size = orig->table_size; 404 orig->table_size = 0; 405 count = orig->count; 406 orig->count = 0; 407 case_insens = orig->case_insens; 408 tab = orig->tab; 409 orig->tab = NULL;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select_large_fdset.c | 370 * in orig, free the buffer after copying the contents. 373 realloc_fds(int *num, struct pollfd **list_head, struct pollfd *orig) argument 385 if (*list_head != orig)
|
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log_archive.c | 380 char **array, **arrayp, **orig, *strp; local 383 for (len = 0, orig = *listp; *orig != NULL; ++orig) 384 len += sizeof(char *) + strlen(*orig) + 1; 391 strp = (char *)(array + (orig - *listp) + 1); 394 for (orig = *listp, arrayp = array; *orig != NULL; ++orig, ++arrayp) { 395 len = strlen(*orig); [all...] |
/illumos-gate/usr/src/ucbcmd/vipw/ |
H A D | vipw.c | 226 editfile(char *editor, char *temp, char *orig, time_t *mtime) argument 230 return (sanity_check(temp, mtime, orig)); 259 sanity_check(char *temp, time_t *mtime, char *orig) argument 267 if (!strcmp(orig, shadow)) 274 temp, orig); 280 temp, orig); 287 temp, orig); 388 temp, orig);
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 471 DBT orig, repl; local 507 orig.data = (u_int8_t *)bk->data + prefix; 508 orig.size = bk->len - (prefix + suffix); 514 &orig, &repl, (u_int32_t)prefix, (u_int32_t)suffix)) != 0)
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | btree_auto.h | 129 DBT orig; member in struct:_bam_repl_args
|
/illumos-gate/usr/src/tools/stabs/ |
H A D | main.c | 191 char *new, *orig, c; local 201 orig = --cp; 206 len = cp - orig; 208 while (orig < cp - 1) 209 *new++ = *orig++;
|
H A D | stabs.c | 267 char *orig, c; local 269 orig = cp; 279 char *new, *orig, c; local 282 orig = cp; 291 len = cp - orig; 293 while (orig < cp - 1) 294 *new++ = *orig++;
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_resource.c | 147 struct memlist *prev, *orig, *new; local 149 if ((orig = acpi_bus_res[bus]) == NULL) 157 new->ml_address = orig->ml_address; 158 new->ml_size = orig->ml_size; 159 new->ml_prev = orig;
|
/illumos-gate/usr/src/lib/librdc/common/ |
H A D | rdcconfig.c | 79 rdc_dup_config(rdcconfig_t *orig) argument 89 *rc = *orig;
|
/illumos-gate/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 966 char orig[NS_MAXCDNAME] = {0}; local 967 (void) strncpy(orig, value, NS_MAXCDNAME); 984 if (orig[0] != '\0') { 986 " found in SMF."), whoami, orig);
|
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_patounum.c | 60 uint64_t orig = pa; local 104 "a dramhole size of 0x%llx\n", orig, pa, holesz);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | tables.c | 84 log_change(int level, struct rt_entry *orig, struct rt_entry *new) argument 91 (void) inet_ntop(AF_INET6, (void *) &orig->rt_router, buf2, 98 (orig->rt_ifp != NULL && orig->rt_ifp->int_name != NULL) ? 99 orig->rt_ifp->int_name : "(noname)",
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 129 fixit(char *type, char *orig) argument 135 return (orig); 143 return (fixit(def->def.ty.old_type, orig)); 145 return (orig);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 343 expand(char **name, size_t *len, char **list, uint_t orig, uint_t omit, argument 368 (orig & LA_SER_MASK) && (*optr == '/') && 1030 uint_t orig, uint_t omit) 1059 if (!(orig & (LA_SER_LIBPATH | LA_SER_RUNPATH))) 1089 if ((_tkns = expand(&str, &len, &elist, orig, omit, 1100 (is_path_secure(str, clmp, orig, tkns) == 0)) 1111 if (orig & PD_FLG_UNIQUE) { 1139 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); 1029 expand_paths(Rt_map *clmp, const char *list, Alist **alpp, Aliste alni, uint_t orig, uint_t omit) argument
|