Searched defs:val (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libsocket/socket/
H A Dsockatmark.c41 int val; local
43 if (ioctl(sock, SIOCATMARK, &val) == -1)
45 return (val);
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dsis315_init.c1 static const struct { grub_uint8_t reg; grub_uint8_t val; } sr_dump [] = member in struct:__anon683
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathbin.c37 static char* val; local
39 if ((!(bin = getenv("PATH")) || !*bin) && !(bin = val))
43 val = bin;
H A Dpathshell.c60 static char* val; local
105 if (!(sh = val))
109 val = sh;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetwd.c42 long val; local
45 if ((val = pathconf(".", _PC_PATH_MAX)) == -1)
46 val = MAXPATHLEN + 1;
48 if ((c = getcwd(pathname, val)) == NULL) {
H A Dllog10.c37 llog10(dl_t val) argument
42 val = ldivide(val, lten);
44 while (val.dl_hop != 0 || val.dl_lop != 0) {
45 val = ldivide(val, lten);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dsiglongjmp.c38 siglongjmp(sigjmp_buf env, int val) argument
43 if (val)
44 ucp->uc_mcontext.gregs[REG_R0] = val;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dsiglongjmp.c42 siglongjmp(sigjmp_buf env, int val) argument
46 if (val)
47 ucp->uc_mcontext.gregs[EAX] = val;
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbstowcs.c40 int i, val; local
43 if ((val = _curs_mbtowc(pwcs++, s, MB_CUR_MAX)) == -1)
44 return (val);
45 if (val == 0)
47 s += val;
H A Dwcstombs.c43 int val; local
53 if ((val = _curs_wctomb(temp, *pwcs++)) == -1)
54 return (val);
55 if ((total += val) > n) {
56 total -= val;
59 for (i = 0; i < val; i++)
/osnet-11/usr/src/lib/libpp/i386/
H A Dppdebug.h7 long val; member in struct:map
/osnet-11/usr/src/lib/libpp/sparc/
H A Dppdebug.h7 long val; member in struct:map
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_network.c56 register u_long val, base, n, i; local
62 val = 0; base = 10; digit = 0;
71 val = (val * base) + (c - '0');
77 val = (val << 4) +
87 if (pp >= parts + 4 || val > 0xffU)
90 *pp++ = val, cp++;
95 *pp++ = val;
99 for (val
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet_network.c54 in_addr_t val; local
62 val = 0; base = 10;
73 val = (val * base) + (c - '0');
78 val = (val << 4) + (c + 10 - (islower(c) ? 'a' : 'A'));
84 if (pp >= parts + 4 || val > 0xff)
86 *pp++ = val;
94 for (val = 0, i = 0; i < n; i++) {
95 val <<
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dadb_xdr.c120 osa_free_princ_ent(osa_princ_ent_t val) argument
126 xdr_osa_princ_ent_rec(&xdrs, val);
127 free(val);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c73 DBT key, val; local
82 val.data = (u_char *)item.data;
83 val.size = strlen(item.data) + 1;
84 status = (dbp->put)(dbp, &key, &val, R_NOOVERWRITE);
89 status = (dbp->get)(dbp, &key, &val, 0);
93 item.data = (char *)val.data;
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Drescue_parser.c46 char *val = grub_strchr (args[0], '='); local
47 val[0] = 0;
48 grub_env_set (args[0], val + 1);
49 val[0] = '=';
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h71 to the value given in the field `val' when the option is found, but
76 option's `flag' field to zero and its `val' field to a nonzero
79 returns the contents of the `val' field. */
92 int val; member in struct:option
/osnet-11/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c87 DBT key, val; local
94 memset(&val, 0, sizeof(val));
100 val.data = item.data;
101 val.size = strlen(item.data) + 1;
108 dbp->put(dbp, NULL, &key, &val, DB_NOOVERWRITE)) == 0)
112 if ((errno = dbp->get(dbp, NULL, &key, &val, 0)) == 0)
119 if ((errno = dbp->get(dbp, NULL, &key, &val, 0)) != 0) {
124 item.data = (char *)val.data;
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dcf.c52 char *val; local
69 val = strchr(id, '=');
70 if (val == NULL)
71 val = idend = id + strlen(id);
74 idend = val;
75 ++val;
76 while (*val == ' ')
77 ++val;
87 optv[i].opt_val = sm_strdup_x(val);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h53 int val; member in struct:option
/osnet-11/usr/src/lib/libast/common/comp/
H A Dgetopt.h44 int val; member in struct:option
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfungetc.c29 static int _uexcept(Sfio_t* f, int type, Void_t* val, Sfdisc_t* disc) argument
31 static int _uexcept(f,type,val,disc)
34 Void_t* val;
38 NOTUSED(val);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h53 int val; member in struct:option
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h53 int val; member in struct:option

Completed in 81 milliseconds

1234567891011>>