Searched defs:up (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drusers_simple.c42 struct utmpidlearr up; local
51 up.uia_cnt = 0;
52 up.uia_arr = NULL;
53 if (rusers(host, &up) != 0)
60 uap->utmp_array_val = (rusers_utmp *)malloc(up.uia_cnt
63 xdr_free(xdr_utmpidlearr, (char *)&up);
66 uap->utmp_array_len = up.uia_cnt;
68 i < up.uia_cnt; rutp++, i++) {
85 xdr_free(xdr_utmpidlearr, (char *)&up);
89 up
[all...]
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dlink.c44 int left, up; local
69 /* Set up left and right links at edge of menu */
81 /* Setup up and down links at edge of menu */
84 up = n + Rows(m) - 1;
85 if (up >= Nitems(m)) {
88 Up(IthItem(m, n)) = IthItem(m, up);
89 Down(IthItem(m, up)) = IthItem(m, n);
101 int left, up; local
145 /* Setup up and down links at edge of menu */
149 up
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Datoi.c52 unsigned char *up = (unsigned char *)p; local
54 if (!isdigit(c = *up)) {
56 c = *++up;
62 c = *++up;
67 for (n = '0' - c; isdigit(c = *++up); ) {
H A Datol.c52 unsigned char *up = (unsigned char *)p; local
54 if (!isdigit(c = *up)) {
56 c = *++up;
62 c = *++up;
67 for (n = '0' - c; isdigit(c = *++up); ) {
H A Datoll.c55 unsigned char *up = (unsigned char *)p; local
57 if (!isdigit(c = *up)) {
59 c = *++up;
65 c = *++up;
70 for (n = '0' - c; isdigit(c = *++up); ) {
H A Dgetut.c367 * be up to date in the future.
543 struct utmp *up; /* "current" utmp entry being examined */ local
558 up = _compat_pututline(ucp);
559 if (up)
560 _compat_updwtmp(WTMP_FILE, up);
562 return (up);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetoptl.c37 static Sfio_t* up; variable
49 if (!up || optstring != lastoptstring || longopts != lastlongopts)
51 if (!up && !(up = sfstropen()))
53 sfprintf(up, "[-1p%d]", flags);
58 sfprintf(up, "\n[%d:%s]", UCHAR_MAX + 1 + (o - longopts), o->name);
61 sfprintf(up, "\n[%c:%s]", o->val, o->name);
75 sfputc(up, ':');
77 sfputc(up, '?');
78 sfprintf(up, "[strin
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadr.c112 adr_uid(adr_t *adr, uid_t *up, int count) argument
117 for (; count-- > 0; up++) {
118 for (i = 0, l = *(uint32_t *)up; i < 4; i++) {
H A Dadrm.c86 adrm_uid(adr_t *adr, uid_t *up, int count) argument
90 for (; count-- > 0; up++) {
91 *up = 0;
93 *up <<= 8;
94 *up += ((uid_t)*adr->adr_now++) & 0x000000ff;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent_r.c67 NGR_R_CONST char *mp, *up, *dp; local
68 int res = getnetgrent(&mp, &up, &dp);
74 mp, up, dp, NGR_R_COPY));
151 NGR_R_CONST char **domainp, const char *mp, const char *up,
164 if (up != NULL) len += strlen(up) + 1;
197 if (up != NULL) {
198 n = strlen(up) + 1;
199 strcpy(cp, up);
150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, NGR_R_CONST char **domainp, const char *mp, const char *up, const char *dp, NGR_R_COPY_ARGS) argument
/osnet-11/usr/src/lib/libsocket/inet/
H A Dnetmasks.c67 uchar_t *up = (uchar_t *)&addr; local
73 if (up[0]) {
75 up[0], up[1], up[2], up[3]);
76 } else if (up[1]) {
77 (void) snprintf(result, len, "%d.%d.%d", up[1], up[2], up[
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c135 /* up - return active field on page above f */
137 up(FIELD *f) function
250 return (_set_current_field(f, up(C(f))));
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c114 register struct ppdirs* up; local
334 for (up = dp->info.subdir; up; up = up->next)
335 if (up->name == prefix)
337 if (!up)
339 up = newof(0, struct ppdirs, 1, 0);
340 up->name = prefix;
341 up
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dwho.c167 static void outline(Sfio_t *out,register struct utmpx *up,register State_t* sp) argument
170 time_t t = up->ut_time;
172 char line[sizeof(up->ut_line)+6];
176 sfsprintf(line,sizeof(line),"/dev/%s\0",up->ut_line);
184 sfprintf(out,"%-*.*s %c %-*.*s %.12s ",sp->siz_user,sp->siz_user,up->ut_user,state,sp->siz_line,sp->siz_line,up->ut_line,date+4);
187 sfprintf(out,"%-*.*s %-*.*s %.12s ",sp->siz_user,sp->siz_user,up->ut_user,sp->siz_line,sp->siz_line,up->ut_line,date+4);
191 sfsprintf(line,sizeof(line),"/dev/%s\0",up->ut_line);
194 t = (t-(up
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_user.c184 ipmi_user_t *up; local
228 up = &uip->iu_user;
230 up->iu_enabled = resp->igua_enabled_uid;
231 up->iu_uid = i;
232 up->iu_ipmi_msg_enable = resp->igua_ipmi_msg_enable;
233 up->iu_link_auth_enable = resp->igua_link_auth_enable;
234 up->iu_priv = resp->igua_privilege_level;
254 if ((up->iu_name = ipmi_strdup(ihp, name)) == NULL)
274 ipmi_user_callback(ipmi_user_t *up, void *data) argument
281 if (up
[all...]
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c119 ses_snap_page_t *pp, *up, **loc; local
140 if ((up = alloc_snap_page()) == NULL)
143 up->ssp_num = pp->ssp_num;
144 up->ssp_control = B_TRUE;
150 *loc = up;
151 pp = up;
546 * up to the end of a page and unmap the following page so that any
618 ses_snap_page_t *pp, *up; local
628 for (up = pp->ssp_unique; up !
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c285 /* set up state table based on IFS */
328 char buf[256],*var=buf,*cur,*end,*up,*v; local
338 up = cur = var;
379 ssize_t cx = cur - var, ux = up - var;
390 up = var + ux;
405 while (up < cur && (z = mbsize(up)) > 0)
407 up += z;
410 if((size -= x) > 0 && (up >= cur || z < 0) && ((flags & NN_FLAG) || z < 0 || m > c))
416 if(!binary && mbwide() && (up
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr.c115 * up to 32-bit integer quantity over the wire.
172 xdr_u_int(XDR *xdrs, uint_t *up) argument
176 return (XDR_PUTINT32(xdrs, (int *)up));
178 return (XDR_GETINT32(xdrs, (int *)up));
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dmenu.h68 struct ITEM *up; member in struct:ITEM
/osnet-11/usr/src/cmd/sendmail/src/
H A Dudb.c85 # define UDB_REMOTE 2 /* look up in remote database */
86 # define UDB_DBFETCH 3 /* look up in local database */
88 # define UDB_HESIOD 5 /* look up via hesiod */
107 ** UDBEXPAND -- look up user in database and expand
138 register struct udbent *up; local
187 for (up = UdbEnts; !breakout; up++)
212 switch (up->udb_type)
222 i = (*up->udb_dbp->seq)(up
598 register struct udbent *up; local
901 register struct udbent *up; local
1202 struct udbent *up; local
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dname.h51 union Value *up; /* for indirect node */ member in union:Value
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c172 /* Print an up arrow. */
205 int up, int down, enum update_mode mode)
223 up = 1;
292 /* Draw up and down arrows. */
293 if (up)
311 int up, int down, enum update_mode mode)
316 up, down, mode);
203 update_screen(struct screen *screen, struct per_term_screen *term_screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
309 update_screen_all(struct screen *screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c197 register union Value *up; local
211 up = &mp->nvalue;
221 up = &np->nvalue;
222 up->cp = fp->data+fp->size*fp->curi;
229 up = &(ap->val[ap->cur]);
239 return(up);
245 union Value *up; local
250 up = &(ap->val[ap->cur]);
251 if(up->cp==Empty)
260 return(up
271 register union Value *up; local
596 register union Value *up; local
896 union Value *up; local
989 union Value *up; local
[all...]
H A Dnvdisc.c258 union Value *up = np->nvalue.up; local
308 np->nvalue.up = up;
375 union Value *up = np->nvalue.up; local
413 np->nvalue.up = up;
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c548 grub_uint8_t *up; local
556 up = blank_line;
559 up = cur - row_bytes;
577 for (i = 0; i < row_bytes; i++, cur++, up++)
578 *cur += *up;
586 for (i = 0; i < data->bpp; i++, cur++, up++)
587 *cur += *up >> 1;
589 for (; i < row_bytes; i++, cur++, up++, left++)
590 *cur += ((int) *up + (int) *left) >> 1;
597 grub_uint8_t *upper_left = up;
[all...]

Completed in 73 milliseconds

12