/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_tx.c | 212 cpp++; 217 cpp++; 242 cpp++; 243 } else if (ISDIGIT(**cpp) && !index(*cpp, '.')) { 245 cpp++; 267 cpp++; 283 cpp++; 292 cpp++; 308 cpp++; 313 if (*cpp && !strcasecmp(*cpp, "opt")) { [all …]
|
H A D | loglevel.c | 12 int loglevel(cpp, facpri, linenum) in loglevel() argument 13 char **cpp; in loglevel() 22 if (!*++cpp) { 28 s = strchr(*cpp, '.'); 31 fac = fac_findname(*cpp); 34 "Unknown facility", *cpp); 44 pri = pri_findname(*cpp); 47 "Unknown priority", *cpp);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 90 const char **cpp; in profile_update_relation() local 106 for (cpp = names; cpp[1]; cpp++) { in profile_update_relation() 108 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation() 142 const char **cpp; in profile_clear_relation() local 152 for (cpp = names; cpp[1]; cpp++) { in profile_clear_relation() 154 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation() 188 const char **cpp; in profile_rename_section() local 201 for (cpp = names; cpp[1]; cpp++) { in profile_rename_section() 203 retval = profile_find_node(section, *cpp, 0, 1, in profile_rename_section() 240 const char **cpp; in profile_add_relation() local [all …]
|
H A D | prof_get.c | 98 char **cpp; in is_list_member() local 103 for (cpp = list->list; *cpp; cpp++) { in is_list_member() 104 if (!strcmp(*cpp, str)) in is_list_member()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | get_krbhst.c | 64 char **values, **cpp, *cp; in krb5_get_krbhst() local 92 for (cpp = values; *cpp; cpp++) { in krb5_get_krbhst() 93 cp = strchr(*cpp, ' '); in krb5_get_krbhst() 96 cp = strchr(*cpp, '\t'); in krb5_get_krbhst() 99 cp = strchr(*cpp, ':'); in krb5_get_krbhst() 103 count = cpp - values; in krb5_get_krbhst() 121 for (cpp = rethosts; *cpp; cpp++) in krb5_get_krbhst() 122 free(*cpp); in krb5_get_krbhst()
|
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 450 cpp++; 456 memput(*cpp, strlen(*cpp) + 1); 457 cpp++; 825 cpp++; 830 cpp++; 838 cpp++; 881 cpp++; 922 cpp++; 940 memput(*cpp, strlen(*cpp) + 1); 941 cpp++; [all …]
|
H A D | dns_pr.c | 190 char *p, *cp, **cpp, **new; in parse_hes_list() local 194 for (cpp = hes_list; *cpp; cpp++) { in parse_hes_list() 195 cp = *cpp; in parse_hes_list()
|
H A D | dns_sv.c | 183 char *p, *cp, **cpp, **new; in parse_hes_list() local 188 for (cpp = hes_list; *cpp; cpp++) { in parse_hes_list() 189 cp = *cpp; in parse_hes_list()
|
H A D | hesiod.c | 269 char *key, *data, *cp, **cpp; in parse_config_file() local 308 cpp = &ctx->LHS; in parse_config_file() 310 cpp = &ctx->RHS; in parse_config_file() 314 *cpp = malloc(strlen(data) + 1); in parse_config_file() 315 if (!*cpp) { in parse_config_file() 319 strcpy(*cpp, data); in parse_config_file()
|
/illumos-gate/usr/src/tools/aw/ |
H A D | aw.c | 610 if (cpp) in main() 697 if (cpp) in main() 708 if (cpp == NULL) { in main() 709 cpp = newael(); in main() 710 newae(cpp, cpp_pgm); in main() 716 if (cpp) in main() 717 newae(cpp, arg); in main() 724 if (cpp) in main() 725 newae(cpp, arg); in main() 750 if (cpp) { in main() [all …]
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_comp.c | 145 u_char **cpp, **lpp, *sp, *eob; local 153 for (cpp = dnptrs; *cpp != NULL; cpp++) 155 lpp = cpp; /* end of list to search */ 170 if (lastdnptr != NULL && cpp < lastdnptr-1) { 171 *cpp++ = cp; 172 *cpp = NULL; 251 register u_char *dn, *cp, **cpp; in dn_find() local 255 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find() 257 sp = cp = *cpp; in dn_find()
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2.c | 44 const ses2_ctl_prop_t *cpp; in ses2_setprop() local 50 for (cpp = ctlprops; cpp->scp_name != NULL; cpp++) in ses2_setprop() 51 if (strcmp(cpp->scp_name, nvpair_name(nvp)) == 0) in ses2_setprop() 53 if (cpp->scp_name == NULL) in ses2_setprop() 56 if (cpp->scp_setprop(sp, np, cpp->scp_num, nvp) != 0) in ses2_setprop()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | docmd.c | 103 char **cpp; in docmds() local 128 for (cpp = dhosts; *cpp; cpp++) in docmds() 129 if (strcmp(c->c_name, *cpp) == 0) in docmds() 135 for (cpp = argv; *cpp; cpp++) { in docmds() 138 cpp = NULL; in docmds() 147 cpp = NULL; in docmds() 171 char **cpp; in doarrow() local 200 for (cpp = filev; *cpp; cpp++) in doarrow() 201 if (strcmp(f->n_name, *cpp) == 0) in doarrow() 504 char **cpp; in dodcolon() local [all …]
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | setkey.c | 464 *cpp != NULL && (*cpp)->uid != uid; in mapuid2cache() 465 cpp = &(*cpp)->next) { in mapuid2cache() 510 *cpp = cp; in appendsecretkey3() 512 cp = *cpp; in appendsecretkey3() 848 *cpp = cp; in appendnetname3() 850 cp = *cpp; in appendnetname3() 1035 cp = *cpp; in getcachekey3() 1372 *cpp != NULL && !(cachehit3(public, secret, *cpp)); in map_ps2cache() 1373 cpp = &(*cpp)->next) { in map_ps2cache() 1484 *cpp = cp; in getdeskey3() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_join.c | 169 DBC **cpp; local 207 for (cpp = jc->j_curslist + 1; *cpp != NULL; cpp++) { 208 retry2: if ((ret = ((*cpp)->c_get)(*cpp, 218 if (F_ISSET(*cpp, DBC_KEYSET)) { 219 F_CLR(*cpp, DBC_KEYSET); 220 F_SET(*cpp, DBC_CONTINUE);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.c | 462 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes() 484 *cpp = sp = (char *)mem_alloc(nodesize); in xdr_bytes() 493 *cpp = NULL; in xdr_bytes() 566 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) in xdr_string() argument 568 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_string() 608 if (*cpp == NULL) { in xdr_string() 614 if (*cpp == NULL) { in xdr_string() 619 *cpp = sp; in xdr_string() 627 *cpp = NULL; in xdr_string() 664 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 290 #define PERM6464(d,d0,d1,cpp,p) \ argument 292 OR (d,d0,d1,(p)[(1<<CHUNKBITS)+(cpp)[1]]); \ 293 OR (d,d0,d1,(p)[(2<<CHUNKBITS)+(cpp)[2]]); \ 294 OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]); \ 295 OR (d,d0,d1,(p)[(4<<CHUNKBITS)+(cpp)[4]]); \ 296 OR (d,d0,d1,(p)[(5<<CHUNKBITS)+(cpp)[5]]); \ 298 OR (d,d0,d1,(p)[(7<<CHUNKBITS)+(cpp)[7]]); 299 #define PERM3264(d,d0,d1,cpp,p) \ argument 303 OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]); 308 #define PERM6464(d,d0,d1,cpp,p) \ argument [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_name.c | 514 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local 521 lpp = cpp = NULL; in ns_name_pack() 524 for (cpp = dnptrs; *cpp != NULL; cpp++) in ns_name_pack() 526 lpp = cpp; /*%< end of list to search */ in ns_name_pack() 572 *cpp++ = dstp; in ns_name_pack() 573 *cpp = NULL; in ns_name_pack() 921 const u_char * const *cpp; in dn_find() local 924 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find() 925 sp = *cpp; in dn_find() 976 const unsigned char *cp = *cpp; in decode_bitstring() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | appdefault.c | 130 char **cpp; in appdefault_get() local 131 for (cpp = nameval; *cpp; cpp++) in appdefault_get() 132 free(*cpp); in appdefault_get()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | C+probe | 425 echo "" $@' > cpp 426 chmod +x cpp 427 case `./cpp -Dprobe` in 430 *) cp /bin/echo cpp 431 chmod u+w cpp 435 do cp cpp ${prefix}cpp 443 elif test `cppC=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1 650 chmod +x cpp 651 ppcmd=cpp 658 cp /bin/echo cpp [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 381 if (cpp != NULL) { in term_tbl() 382 if (uvert < cpp->vert && in term_tbl() 385 !IS_HORIZ(cpp)) || in term_tbl() 387 cpp->next != NULL && in term_tbl() 390 uvert = cpp->vert; in term_tbl() 391 cpp = cpp->next; in term_tbl() 641 if (cpp != NULL) { in tbl_hrule() 643 uw = cpp->vert; in tbl_hrule() 647 cpp = cpp->next; in tbl_hrule() 659 if (cpp == NULL && cpn == NULL) in tbl_hrule() [all …]
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr.c | 418 xdr_bytes(XDR *xdrs, char **cpp, uint_t *sizep, const uint_t maxsize) in xdr_bytes() argument 420 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes() 443 *cpp = sp = malloc(nodesize); in xdr_bytes() 454 *cpp = NULL; in xdr_bytes() 526 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) in xdr_string() argument 528 char *newsp, *sp = *cpp; /* sp is the actual string pointer */ in xdr_string() 597 *cpp = sp; in xdr_string() 603 *cpp = NULL; in xdr_string() 670 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument 672 return (xdr_string(xdrs, cpp, LASTUNSIGNED)); in xdr_wrapstring()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 842 char **cpp, *cp; in __ns_ldap_freeAttributeMaps() local 852 for (cpp = ptr->mappedAttr; (cp = *cpp) != NULL; cpp++) in __ns_ldap_freeAttributeMaps() 992 char **cpp, **npp; in __ns_ldap_mapAttributeList() local 1002 if (cpp == NULL) in __ns_ldap_mapAttributeList() 1009 cpp[i] = strdup(npp[0]); in __ns_ldap_mapAttributeList() 1012 if (cpp[i] == NULL) { in __ns_ldap_mapAttributeList() 1013 __s_api_free2dArray(cpp); in __ns_ldap_mapAttributeList() 1017 cpp[i] = strdup(*opp); in __ns_ldap_mapAttributeList() 1018 if (cpp[i] == NULL) { in __ns_ldap_mapAttributeList() 1019 __s_api_free2dArray(cpp); in __ns_ldap_mapAttributeList() [all …]
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7chttp.c | 739 *cpp = ++cp; in ttree_line_parse() 753 cp = *cpp; in ttree_line_parse() 798 *hpp = *cpp; in ttree_line_parse() 846 *cpp = cp; in ttree_line_parse() 1451 *cpp = cp; in nl7c_http_request() 1455 *cpp = NULL; in nl7c_http_request() 1459 *cpp = NULL; in nl7c_http_request() 1889 *cpp = cp; in nl7c_http_response() 1893 *cpp = NULL; in nl7c_http_response() 1897 *cpp = NULL; in nl7c_http_response() [all …]
|
/illumos-gate/usr/src/uts/sun4u/serengeti/ |
H A D | Makefile.rules | 62 $(SBDP_IL): $(UTSBASE)/sun4u/serengeti/ml/sbdp.il.cpp 63 $(IL_CPP) $(UTSBASE)/sun4u/serengeti/ml/sbdp.il.cpp >$@
|