/osnet-11/usr/src/cmd/ldap/common/ |
H A D | idtest.c | 32 PE pe; local 35 /* read the pe from standard in */ 44 /* write the pe to standard out */ 63 while ( (pe = ps2pe( psin )) != NULLPE ) { 64 pe2pl( pserr, pe ); 65 pe2ps( psout, pe );
|
/osnet-11/usr/src/lib/libc/amd64/fp/ |
H A D | _base_il.c | 41 __mul_set(double x, double y, int *pe) { argument 50 *pe = 0; 53 *pe = 1; 62 __div_set(double x, double y, int *pe) { argument 71 *pe = 0; 73 *pe = 1;
|
/osnet-11/usr/src/lib/libc/i386/fp/ |
H A D | _base_il.c | 38 __mul_set(double x, double y, int *pe) { argument 47 *pe = 0; 50 *pe = 1; 59 __div_set(double x, double y, int *pe) { argument 68 *pe = 0; 70 *pe = 1;
|
/osnet-11/usr/src/lib/libc/inc/ |
H A D | base_inlines.h | 45 __mul_set(double x, double y, int *pe) argument 57 : "=&e" (__result), "=m" (*pe), "=r" (__fsr), "=m" (*__addr) 65 __div_set(double x, double y, int *pe) argument 77 : "=&e" (__result), "=m" (*pe), "=r" (__fsr), "=m" (*__addr)
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | getprotoent_r.c | 41 struct protoent *pe = getprotobyname(name); local 45 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) 52 if (pe == NULL) 55 return (copy_protoent(pe, pptr, PROTO_R_COPY)); 61 struct protoent *pe = getprotobynumber(proto); local 65 if (pe == NULL || (n = copy_protoent(pe, pptr, PROTO_R_COPY)) != 0) 72 if (pe == NULL) 75 return (copy_protoent(pe, ppt 87 struct protoent *pe = getprotoent(); local 139 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) argument 183 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) argument [all...] |
/osnet-11/usr/src/lib/libshare/common/ |
H A D | sharetab.c | 165 char *p, *pe; local 177 if (pe = strchr(p, '=')) { 178 *pe = '\0'; 180 val = strdup(pe + 1);
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 69 port_get(int port, port_event_t *pe, struct timespec *to) argument 73 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, to->tv_sec, 76 r.r_vals = _portfs(PORT_GET, port, (uintptr_t)pe, 0, 0, NULL);
|
H A D | getexecattr.c | 311 * incrementing the buffer pointer saved in pe->head_exec. When look for 325 _priv_execattr *pe = argp->key.attrp; local 332 if (pe->head_exec == NULL) { 333 if ((pe->head_exec = _dup_execstr(exec)) != NULL) 334 pe->prev_exec = pe->head_exec; 338 if ((pe->prev_exec->next = _dup_execstr(exec)) != NULL) 339 pe->prev_exec = pe->prev_exec->next; 348 result = (char *)pe 458 _priv_execattr *pe = argp->key.attrp; local [all...] |
H A D | nss_dbdefs.c | 435 _priv_execattr *pe; local 586 pe = (_priv_execattr *)(arg->key.attrp); 587 if (pe == NULL) 597 if (pe->name != NULL) 598 len2 = strlen(pe->name) + 1; 599 if (pe->type != NULL) 600 len3 = strlen(pe->type) + 1; 601 if (pe->id != NULL) 602 len4 = strlen(pe->id) + 1; 603 if (pe 917 _priv_execattr *pe; local [all...] |
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | osspec.c | 206 port_event_t pe; local 217 (void) port_get(mnttab_port, &pe, &timeout);
|
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | __flt_decim.c | 187 * *pe. On entry, nrx is the number of rounding errors already com- 188 * mitted in forming *x. On exit, *pe is 0 if *x was already integral 218 __arint_set_n(double *x, int nrx, int *pe) argument 231 *pe = 0; 233 *pe = 1; 235 *pe = 2; 240 *pe = (*x == halfdec)? 2 : 1; 242 *pe = 1; 248 *pe = (rx == *x)? 0 : 1; 253 *pe [all...] |
H A D | decimal_bin.c | 283 * to an integer value in double precision format, and set *pe 287 __digits_to_double(char *s, int n, int *pe) argument 299 *pe = 0; 315 *pe = ((t - th) == tl)? 0 : 1;
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 989 char *pe; local 1013 pe = *result + *resultsz; 1018 p < pe) 1024 pe - p); 1025 if (p < pe) 1030 pe - p); 1032 if (p >= pe)
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | getexecattr.c | 63 _priv_execattr *pe = (_priv_execattr *)(argp->key.attrp); local 64 const char *name = pe->name; 76 _priv_execattr *pe = (_priv_execattr *)(argp->key.attrp); local 77 const char *id = pe->id; 89 _priv_execattr *pe = (_priv_execattr *)(argp->key.attrp); local 90 const char *name = pe->name; 91 const char *id = pe->id; 118 _priv_execattr *pe = (_priv_execattr *)(argp->key.attrp); local 123 exec_field[0] = pe->name; /* name */ 126 exec_field[1] = pe 196 _priv_execattr *pe = (_priv_execattr *)(argp->key.attrp); local [all...] |
H A D | files_common.c | 671 _priv_execattr *pe = args->key.attrp; local 672 if (!IS_GET_ONE(pe->search_flag)) { 837 _priv_execattr *pe = args->key.attrp; local 838 if (!IS_GET_ONE(pe->search_flag)) {
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | SLPUtils.c | 555 slp_prop_entry_t *pe, **pe2; local 563 if (!(pe = malloc(sizeof (*pe)))) { 569 if (!(pe->key = strdup(pcName))) { 570 free(pe); 575 if (!(pe->val = strdup(pcValue))) { 576 free((void *) pe->key); 577 free(pe); 584 pe2 = slp_tsearch((void *) pe, &slp_props, compare_props); 585 if (pe ! 596 slp_prop_entry_t pe[1], **ans; local 615 slp_prop_entry_t *pe; local [all...] |
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 242 commit_delete(pool_elem_t *pe) argument 248 if (elem_is_tmp(pe)) 251 switch (pool_elem_class(pe)) { 255 pool = pool_elem_pool(pe); 256 ret = pool_destroy(TO_CONF(pe), pool); 260 res = pool_elem_res(pe); 261 ret = pool_resource_destroy(TO_CONF(pe), res); 467 process_elem_lt(pool_elem_t *pe, pool_conf_t *dyn) argument 469 if (pool_elem_class(pe) == PEC_COMP) { 470 if (pool_component_destroy(pool_elem_comp(pe)) 482 process_elem_gt(pool_elem_t *pe, pool_conf_t *stc, pool_conf_t *dyn) argument 773 pool_elem_t *pe; local 1293 clone_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, pool_value_t *pv, void *user) argument 1328 clean_element(pool_conf_t *conf, pool_elem_t *pe, const char *name, pool_value_t *pv, void *user) argument [all...] |
H A D | pool.c | 261 prop_buf_build_cb(pool_conf_t *UNUSED, pool_elem_t *pe, const char *name, argument 277 strcmp(property_name_minus_ns(pe, name), c_name) == 0) 323 * pe is a pointer to the element 327 pool_base_info(const pool_elem_t *pe, char_buf_t *cb, int deep) argument 336 pool_conf_t *conf = TO_CONF(pe); 347 (void) pool_base_info(pe, cb, deep); 355 pool_elem_class_string(pe)) == PO_FAIL) { 359 if (pool_get_ns_property(pe, c_name, &val) == POC_STRING) { 369 if (pool_walk_properties(conf, (pool_elem_t *)pe, cb, 378 if (pe 500 pool_elem_t *pe; local 529 pool_elem_t *pe; local 558 pool_elem_t *pe; local 586 pool_elem_t *pe; local 853 pool_get_property(const pool_conf_t *conf, const pool_elem_t *pe, const char *name, pool_value_t *val) argument 889 pool_get_ns_property(const pool_elem_t *pe, const char *name, pool_value_t *val) argument 913 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, const pool_value_t *val) argument 978 pool_set_temporary(pool_conf_t *conf, pool_elem_t *pe) argument 1020 pool_put_ns_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument 1049 pool_put_any_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument 1069 pool_put_any_ns_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument 1094 pool_rm_property(pool_conf_t *conf, pool_elem_t *pe, const char *name) argument 1130 is_ns_property(const pool_elem_t *pe, const char *name) argument 1147 property_name_minus_ns(const pool_elem_t *pe, const char *name) argument 1163 pool_elem_t *pe; local 1224 pool_elem_t *pe; local 1341 pool_elem_t *pe; local 1858 pool_elem_t *pe; local 1967 pool_elem_t *pe; local 2028 pool_elem_t *pe; local 2055 pool_elem_t *pe; local 2134 pool_elem_t *pe = TO_ELEM(pr); local 2150 pool_elem_remove(pool_elem_t *pe) argument 2633 pool_elem_t *pe; local 2709 pool_elem_t *pe; local [all...] |
H A D | pool_internal.c | 1220 pool_elem_class_string(const pool_elem_t *pe) argument 1222 switch (pool_elem_class(pe)) { 1225 return (pool_elem_class_name[pool_elem_class(pe)]); 1229 [pool_resource_elem_class(pe)]); 1232 [pool_component_elem_class(pe)]); 1394 pool_elem_system(const pool_elem_t *pe) argument 1396 if (pe->pe_class != PEC_SYSTEM) { 1400 return ((pool_system_t *)pe); 1404 pool_elem_pool(const pool_elem_t *pe) argument 1406 if (pe 1414 pool_elem_res(const pool_elem_t *pe) argument 1425 pool_elem_comp(const pool_elem_t *pe) argument 1607 pool_get_pair(const pool_elem_t *pe) argument 1991 pool_elem_dprintf(const pool_elem_t *pe) argument [all...] |
H A D | pool_kernel.c | 873 prop_build_cb(pool_conf_t *UNUSED, pool_elem_t *pe, const char *name, argument 878 return (pool_knl_put_xml_property((pool_elem_t *)pe, info->ktx_node, 890 pool_knl_put_xml_property(pool_elem_t *pe, xmlNodePtr node, const char *name, argument 902 if (is_ns_property(pe, name) != NULL) { /* in ns */ 904 BAD_CAST property_name_minus_ns(pe, name), val) == PO_FAIL) 1595 pool_elem_t *pe; local 1631 pe = TO_ELEM(elem); 1632 pe->pe_conf = conf; 1633 pe->pe_class = class; 1634 pe 1789 pool_knl_elem_remove(pool_elem_t *pe) argument 1939 pool_knl_get_container(const pool_elem_t *pe) argument 2297 pool_knl_get_property(const pool_elem_t *pe, const char *name, pool_value_t *val) argument 2331 pool_knl_get_dynamic_property(const pool_elem_t *pe, const char *name, pool_value_t *val) argument 2389 pool_knl_put_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument 2485 pool_knl_rm_property(pool_elem_t *pe, const char *name) argument 2503 (void) pool_get_property(TO_CONF(pe), pe, name, &proprm->pru_oldval); local 2548 pool_knl_get_properties(const pool_elem_t *pe, uint_t *nprops) argument 3576 hash_id(const pool_elem_t *pe) argument [all...] |
H A D | pool_xml.c | 209 static int pool_xml_elem_remove(pool_elem_t *pe); 381 pool_elem_t *pe; local 389 for (pe = rs->prs_next(rs); pe != NULL; pe = rs->prs_next(rs)) { 393 free(pe); 409 pool_xml_elem_remove(pool_elem_t *pe) argument 411 pool_xml_elem_t *pxe = (pool_xml_elem_t *)pe; 417 switch (pe->pe_class) { 469 pool_xml_get_property(const pool_elem_t *pe, cons argument 507 pool_xml_put_property(pool_elem_t *pe, const char *name, const pool_value_t *val) argument 536 pool_xml_rm_property(pool_elem_t *pe, const char *name) argument 932 pool_xml_get_properties(const pool_elem_t *pe, uint_t *nprops) argument 1329 pool_elem_t *pe = TO_ELEM(elem); local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
H A D | bsd_glob.c | 434 const Char *pe, *pm, *pl; local 444 for (i = 0, pe = ++ptr; *pe; pe++) 445 if (*pe == BG_LBRACKET) { 447 for (pm = pe++; *pe != BG_RBRACKET && *pe != BG_EOS; pe++) 449 if (*pe 1230 char *pb, *pe, *lastchar; local 1337 Char *p, *pe; local [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | usage.c | 560 * Point entry (pe) functions 564 clear_pe(net_plot_entry_t *pe, int entries, int *pentries) argument 569 pe[count].net_pe_totbytes = 0; 570 pe[count].net_pe_totibytes = 0; 571 pe[count].net_pe_totobytes = 0; 572 pe[count].net_pe_tottime = 0; 579 update_pe(net_plot_entry_t *pe, net_stat_t *nns, int nentries, argument 585 if (strcmp(pe[count].net_pe_name, nns->net_stat_name) == 0) 591 if (pe[count].net_pe_totbytes == 0) 592 pe[coun 604 add_pe_to_file(int (*fn)(dladm_usage_t *, void *), net_plot_entry_t *pe, net_stat_t *ns, int entries, void *arg) argument 1194 net_plot_entry_t *pe; local [all...] |
/osnet-11/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 684 struct protoent pe; local 905 getprotobyname_r(gsproto, &pe, gpbuf, 909 si->protocol = pe.p_proto;
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | argp-help.c | 1082 const struct hol_entry *pe = pest->hhstate->prev_entry; 1085 if (pest->hhstate->sep_groups && pe && pest->entry->group != pe->group) 1089 && (!pe 1090 || (pe->cluster != cl 1091 && !hol_cluster_is_child (pe->cluster, cl)))) 1066 const struct hol_entry *pe = pest->hhstate->prev_entry; local
|