/osnet-11/usr/src/lib/libeti/menu/common/ |
H A D | connect.c | 48 ITEM **ip; local 51 for (ip = Items(m); *ip; ip++) { 52 if (NameLen(*ip) > maxn) { 53 maxn = NameLen(*ip); 55 if (DescriptionLen(*ip) > maxd) { 56 maxd = DescriptionLen(*ip); 66 ITEM **ip; local 70 for (ip 118 ITEM **ip; local [all...] |
H A D | menuopts.c | 41 ITEM **ip; local 63 for (ip = Items(m); *ip; ip++) { 65 Value(*ip) = FALSE;
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_inttab.c | 38 dt_inttab_t *ip; local 42 if ((ip = dt_zalloc(dtp, sizeof (dt_inttab_t))) == NULL || 43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { 44 dt_free(dtp, ip); 48 ip->int_hdl = dtp; 49 ip->int_hashlen = len; 51 return (ip); 55 dt_inttab_destroy(dt_inttab_t *ip) argument 59 for (hp = ip->int_head; hp != NULL; hp = np) { 61 dt_free(ip 69 dt_inttab_insert(dt_inttab_t *ip, uint64_t value, uint_t flags) argument 103 dt_inttab_size(const dt_inttab_t *ip) argument 109 dt_inttab_write(const dt_inttab_t *ip, uint64_t *dst) argument [all...] |
H A D | udp.sed.in | 25 #include <inet/ip.h>
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_fletcher.c | 32 const uint64_t *ip = buf; local 33 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { 37 a0 += ip[0]; 38 a1 += ip[1]; 49 const uint64_t *ip = buf; local 50 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); 53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip 66 const uint32_t *ip = buf; local 83 const uint32_t *ip = buf; local [all...] |
/osnet-11/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 130 decode(Sfio_t* ip) argument 136 if ((c = sfgetc(ip)) == EOF) 142 while ((c = sfgetc(ip)) != EOF && c != ';') 185 sfungetc(ip, name[i]); 207 sfnext(Sfio_t* ip) argument 211 while (isspace(c = sfgetc(ip))); 216 html2msg(register Sfio_t* ip, register Sfio_t* op, int flags) argument 222 while ((c = sfgetc(ip)) != EOF) 225 if ((c = sfnext(ip)) == 'O' && 226 (c = sfnext(ip)) 430 msg2html(register Sfio_t* ip, register Sfio_t* op, register int flags) argument [all...] |
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 147 char *ip, *op; local 155 for (ip = ibp, olen = 1; *ip != '\0'; ip++, olen++) 157 if (SM_MM_QUOTE(*ip)) 197 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++) 199 if (SM_MM_QUOTE(*ip)) 205 op[bufused++] = *ip; 230 char *ip, *op; local [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getopt.c | 132 char *ip; /* ptr into optstring, traverses every char */ local 136 cp = ip = (char *)optstring; 138 if (*ip != '(' && *++ip == '\0') 140 if (*ip == ':' && *++ip == '\0') 142 while (*ip == '(') { 143 if (*++ip == '\0') 147 while (*ip != ')' && *ip ! [all...] |
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | fmtgid.c | 62 register Id_t* ip; local 76 else if (ip = (Id_t*)dtmatch(dict, &gid)) 77 return ip->name; 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 95 ip->id = gid; 96 strcpy(ip->name, name); 97 dtinsert(dict, ip); 98 return ip->name;
|
H A D | fmtuid.c | 62 register Id_t* ip; local 76 else if (ip = (Id_t*)dtmatch(dict, &uid)) 77 return ip->name; 93 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 95 ip->id = uid; 96 strcpy(ip->name, name); 97 dtinsert(dict, ip); 98 return ip->name;
|
H A D | fmtfs.c | 59 register Id_t* ip; local 75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev)) 76 return ip->name; 84 if (!dict || !(ip = newof(0, Id_t, 1, strlen(s)))) 93 strcpy(ip->name, s); 96 dtinsert(dict, ip); 97 return ip->name;
|
H A D | struid.c | 67 register Id_t* ip; local 80 else if (ip = (Id_t*)dtmatch(dict, name)) 81 return ip->id; 102 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 104 strcpy(ip->name, name); 105 ip->id = id >= 0 ? id : -2; 106 dtinsert(dict, ip);
|
H A D | strgid.c | 72 register Id_t* ip; local 86 else if (ip = (Id_t*)dtmatch(dict, name)) 87 return ip->id; 114 if (dict && (ip = newof(0, Id_t, 1, strlen(name)))) 116 strcpy(ip->name, name); 117 ip->id = id >= 0 ? id : -2; 118 dtinsert(dict, ip);
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 76 char* ip; /* input buffer pointer */ member in struct:proto 480 #define CACHEIN() (ip=proto->ip) 482 #define GETCHR() (*(unsigned char*)ip++) 487 #define SYNCIN() (proto->ip=ip) 489 #define UNGETCHR() (ip--) 547 register char* ip; local 589 proto->tp = ip; 591 bp = ip; 2475 register char* ip = proto->ip; local [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_delete.c | 160 indx_t *ip, cnt, offset; local 189 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip) 190 if (ip[0] < offset) 191 ip[0] += nbytes; 192 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip) 193 ip[0] = ip[1] < offset ? ip[ [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfs_fletcher.c | 45 const grub_uint64_t *ip = buf; local 46 const grub_uint64_t *ipend = ip + (size / sizeof (grub_uint64_t)); 49 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) 51 a0 += grub_zfs_to_cpu64 (ip[0], endian); 52 a1 += grub_zfs_to_cpu64 (ip[1], endian); 67 const grub_uint32_t *ip = buf; local 68 const grub_uint32_t *ipend = ip + (size / sizeof (grub_uint32_t)); 71 for (a = b = c = d = 0; ip < ipend; ip [all...] |
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | authsys_prot.c | 89 xdr_uid_t(XDR *xdrs, uid_t *ip) argument 93 return (xdr_short(xdrs, (short *)ip)); 94 return (xdr_int(xdrs, (int *)ip)); 101 xdr_gid_t(XDR *xdrs, gid_t *ip) argument 105 return (xdr_short(xdrs, (short *)ip)); 106 return (xdr_int(xdrs, (int *)ip));
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_error.c | 179 md_dev_error_t *ip = local 182 ep->name = dev_name(MD_SET_BAD, ip->dev); 189 md_use_error_t *ip = local 192 ep->name = dev_name(MD_SET_BAD, ip->dev); 193 if (ip->where == NULL) { 194 ip->where = Strdup(dgettext(TEXT_DOMAIN, 203 md_md_error_t *ip = local 206 ep->name = md_name(ip->mnum); 213 md_comp_error_t *ip = local 218 mdname = md_name(ip 234 md_hsp_error_t *ip = local 244 md_hs_error_t *ip = local 264 md_mddb_error_t *ip = local 275 md_ds_error_t *ip = local 295 md_void_error_t *ip = &ep->info.md_error_info_t_u.void_error; local 315 md_sys_error_t *ip = &ep->info.md_error_info_t_u.sys_error; local 338 md_rpc_error_t *ip = &ep->info.md_error_info_t_u.rpc_error; local 361 md_rpc_error_t *ip = &ep->info.md_error_info_t_u.rpc_error; local 383 md_dev_error_t *ip = &ep->info.md_error_info_t_u.dev_error; local 406 md_use_error_t *ip = &ep->info.md_error_info_t_u.use_error; local 431 md_overlap_error_t *ip = local 458 md_md_error_t *ip = &ep->info.md_error_info_t_u.md_error; local 481 md_comp_error_t *ip = &ep->info.md_error_info_t_u.comp_error; local 504 md_hsp_error_t *ip = &ep->info.md_error_info_t_u.hsp_error; local 527 md_hs_error_t *ip = &ep->info.md_error_info_t_u.hs_error; local 552 md_mddb_error_t *ip = &ep->info.md_error_info_t_u.mddb_error; local 578 md_ds_error_t *ip = &ep->info.md_error_info_t_u.ds_error; local 663 md_void_error_t *ip = &ep->info.md_error_info_t_u.void_error; local 916 md_sys_error_t *ip = &ep->info.md_error_info_t_u.sys_error; local 942 md_rpc_error_t *ip = &ep->info.md_error_info_t_u.rpc_error; local 960 md_dev_error_t *ip = &ep->info.md_error_info_t_u.dev_error; local 1090 md_overlap_error_t *ip = local 1128 md_use_error_t *ip = &ep->info.md_error_info_t_u.use_error; local 1207 md_md_error_t *ip = &ep->info.md_error_info_t_u.md_error; local 1485 md_comp_error_t *ip = &ep->info.md_error_info_t_u.comp_error; local 1539 md_hsp_error_t *ip = &ep->info.md_error_info_t_u.hsp_error; local 1595 md_hs_error_t *ip = &ep->info.md_error_info_t_u.hs_error; local 1635 md_mddb_error_t *ip = &ep->info.md_error_info_t_u.mddb_error; local 1760 md_ds_error_t *ip = &ep->info.md_error_info_t_u.ds_error; local [all...] |
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astquery.c | 48 Sfio_t* ip; local 73 ip = rfp; 78 ip = sfstdin; 84 for (n = c = sfgetc(ip);; c = sfgetc(ip))
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | interp.c | 94 token_t *ip; local 96 ip = IP; 100 IP = ip; 106 token_t *ip, *wa; local 114 ip = IP; 119 IP = ip;
|
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_sel.c | 43 ipmi_sel_info_t *ip; local 56 ip = (ipmi_sel_info_t *)rsp->ic_data; 58 tmp16 = LE_IN16(&ip->isel_entries); 59 (void) memcpy(&ip->isel_entries, &tmp16, sizeof (tmp16)); 60 tmp16 = LE_IN16(&ip->isel_free); 61 (void) memcpy(&ip->isel_free, &tmp16, sizeof (tmp16)); 62 tmp32 = LE_IN32(&ip->isel_add_ts); 63 (void) memcpy(&ip->isel_add_ts, &tmp32, sizeof (tmp32)); 64 tmp32 = LE_IN32(&ip->isel_erase_ts); 65 (void) memcpy(&ip [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | idlok.c | 118 IDST *ip, *ep, *eip; local 127 ip = sid; 130 ip = eid - 1; 135 while (ip != eip) { 137 if ((dir > 0 && ip->_wy > ip->_sy) || 138 (dir < 0 && ip->_wy < ip->_sy)) { 140 ip += dir; 145 for (ep = ip [all...] |
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 25 #include "ip.h" 116 * (the ip hdr and arp requests) we offset the packet by 2 bytes. 222 * compute an ip style checksum. 279 unsigned short ptype, struct iphdr *ip __unused, struct udphdr *udp __unused) 299 struct iphdr *ip; local 304 ip = (struct iphdr *)buf; 305 destip = ip->dest.s_addr; 364 struct iphdr *ip; local 365 ip = (struct iphdr *)buf; 366 ip 380 udpchksum(struct iphdr *ip, struct udphdr *udp) argument 405 struct iphdr *ip; local 455 await_rarp(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *udp) argument 575 struct bootpip_t ip; local 673 struct dhcpip_t ip; local 775 process_igmp(struct iphdr *ip, unsigned long now) argument 884 struct iphdr *ip; local 1163 ifconfig(char *ip, char *sm, char *gw, char *svr) argument [all...] |
H A D | igmp.h | 21 struct igmp_ip_t { /* Format of an igmp ip packet */ 22 struct iphdr ip; member in struct:igmp_ip_t
|
/osnet-11/usr/src/lib/libwrap/ |
H A D | fix_options.c | 20 #include <netinet/ip.h> 47 struct protoent *ip; local 53 if ((ip = getprotobyname("ip")) != 0) 54 ipproto = ip->p_proto;
|