Searched refs:up (Results 1 - 25 of 182) sorted by relevance

12345678

/osnet-11/usr/src/lib/librpcsvc/common/
H A Drusersxdr.c47 xdr_ru_utmp(xdrsp, up)
49 struct ru_utmp *up;
60 len = (int)sizeof (up->ut_line);
63 if (len != sizeof (up->ut_line)) {
66 if (!xdr_opaque(xdrsp, (char *)up->ut_line, len)) {
69 len = (int)sizeof (up->ut_name);
72 if (len != sizeof (up->ut_name)) {
75 if (!xdr_opaque(xdrsp, (char *)up->ut_name, len)) {
78 len = (int)sizeof (up->ut_host);
81 if (len != sizeof (up
[all...]
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/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); ) {
/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/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/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL100 U32 *up;
111 up = (U32*)(buf + i);
112 if (! ((*up == 1 << (8*i)) || /* big-endian */
113 (*up == 1 << (8*(3-i))) /* little-endian */
117 printf("read failed (%x)\n", *up);
124 up = (U32*)(buf + i);
125 *up = 0xBeef;
126 if (*up != 0xBeef) {
127 printf("write failed (%x)\n", *up);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dinc.t122 my %up = (1=>2, ab => 'ac');
126 my $ans = $up{$_};
127 my $up;
128 eval {$up = ++$_};
129 ok ((defined $up and $up eq $ans), $up, $@);
145 my $up;
146 eval {$up = $_++};
147 ok ((defined $up an
[all...]
H A Dconcat.t128 my $up = "\x{100}\xB6";
136 ok(!beq($u.$p, $up), "perl #26905, right ne unicode");
/osnet-11/usr/src/lib/libc/amd64/fp/
H A D__xgetRD.s32 / 10 - Round up
/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/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/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/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dwrap.t21 This is a test of a very long line. It should be broken up and put onto multiple lines.
22 This is a test of a very long line. It should be broken up and put onto multiple lines.
24 This is a test of a very long line. It should be broken up and put onto multiple lines.
26 This is a test of a very long line. It should be broken up and put onto
28 This is a test of a very long line. It should be broken up and put onto
31 This is a test of a very long line. It should be broken up and put onto
35 This is a test of a very long line. It should be broken up and put onto multiple lines.
37 This is a test of a very long line. It should be broken up and put onto
41 This is a test of a very long line. It should be broken up and put onto multiple lines.
44 This is a test of a very long line. It should be broken up an
[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/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/libc/i386/gen/
H A Dalloca.s34 andl $0xfffffffc,%eax / round up to multiple of 4
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-suspend-sunos.sh10 echo Waking the system up is not supported >&2
/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/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...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c1504 register union Value *up; local
1544 up= &np->nvalue;
1547 if(!np->nvalue.up || !nv_isarray(np))
1549 up = &u;
1550 up->up = &np->nvalue;
1554 else if(np->nvalue.up && nv_isarray(np) && (ap=nv_arrayptr(np)) && !ap->fixed)
1556 else if(np->nvalue.up && nv_isarray(np) && nv_arrayptr(np))
1558 up = np->nvalue.up;
2354 register union Value *up; local
2627 register union Value *up= &np->nvalue; local
2751 register union Value *up; local
[all...]
/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...]

Completed in 101 milliseconds

12345678