Home
last modified time | relevance | path

Searched refs:cpp (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/onnv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c188 char *cps[20], **cpp, c, ipopts[68]; local
202 cpp = cps;
203 if (!*cpp)
206 c = **cpp;
208 fprintf(stderr, "bad direction \"%s\"\n", *cpp);
212 cpp++;
213 if (!*cpp)
216 if (!strcasecmp(*cpp, "on")) {
217 cpp++;
218 if (!*cpp)
[all …]
H A Dloglevel.c12 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);
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c90 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()
117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); 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()
162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation()
188 const char **cpp; in profile_rename_section() local
201 for (cpp = names; cpp[1]; cpp++) { in profile_rename_section()
[all …]
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dget_krbhst.c64 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()
/onnv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c443 char **cpp; local
449 cpp = he->h_addr_list;
450 while (*cpp != NULL) {
451 memput(*cpp, (he->h_addrtype == AF_INET) ?
453 *cpp = NULL;
454 cpp++;
458 cpp = he->h_aliases;
459 while (*cpp != NULL) {
460 memput(*cpp, strlen(*cpp) + 1);
461 cpp++;
[all …]
H A Ddns_pr.c194 char *p, *cp, **cpp, **new; in parse_hes_list() local
198 for (cpp = hes_list; *cpp; cpp++) { in parse_hes_list()
199 cp = *cpp; in parse_hes_list()
H A Ddns_sv.c187 char *p, *cp, **cpp, **new; in parse_hes_list() local
192 for (cpp = hes_list; *cpp; cpp++) { in parse_hes_list()
193 cp = *cpp; in parse_hes_list()
/onnv-gate/usr/src/lib/libresolv/
H A Dres_comp.c145 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()
/onnv-gate/usr/src/tools/aw/
H A Daw.c483 struct aelist *cpp = NULL; in main() local
630 if (cpp) in main()
631 newae(cpp, filename); in main()
717 if (cpp) in main()
728 if (cpp == NULL) { in main()
729 cpp = newael(); in main()
730 newae(cpp, cpp_pgm); in main()
731 newae(cpp, "-D__GNUC_AS__"); in main()
736 if (cpp) in main()
737 newae(cpp, arg); in main()
[all …]
/onnv-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c44 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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL148 my $cpp = default_cpp();
149 open(CPPO,"$cpp < errno.c |") or
150 die "Cannot exec $cpp";
215 my $cpp = "$Config{cppstdin} $Config{cppflags} $Config{cppminus}";
216 $cpp =~ s/sys\$input//i;
217 open(CPPO,"$cpp errno.c |") or
223 my $cpp = default_cpp();
224 open(CPPO,"$cpp < errno.c |")
225 or die "Cannot exec $cpp";
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c109 register char **cpp; local
133 for (cpp = dhosts; *cpp; cpp++)
134 if (strcmp(c->c_name, *cpp) == 0)
140 for (cpp = argv; *cpp; cpp++) {
142 strcmp(c->c_label, *cpp) == 0) {
143 cpp = NULL;
147 if (strcmp(f->n_name, *cpp) == 0)
152 cpp = NULL;
156 doarrow(cpp, c->c_files, c->c_name, c->c_cmds);
159 dodcolon(cpp, c->c_files, c->c_name, c->c_cmds);
[all …]
/onnv-gate/usr/src/cmd/keyserv/
H A Dsetkey.c459 struct cacheuid_list **cpp; in mapuid2cache() local
463 for (cpp = &mdp->bucket[hash]; in mapuid2cache()
464 *cpp != NULL && (*cpp)->uid != uid; in mapuid2cache()
465 cpp = &(*cpp)->next) { in mapuid2cache()
466 debug(KEYSERV_DEBUG0, ("mapuid2cache %x", cpp)); in mapuid2cache()
468 debug(KEYSERV_DEBUG, ("mapuid2cache ret %x", cpp)); in mapuid2cache()
469 return (cpp); in mapuid2cache()
476 struct cacheuid_list **cpp, *cp; in appendsecretkey3() local
497 cpp = mapuid2cache(uid, mdp); in appendsecretkey3()
498 if (*cpp == NULL) { in appendsecretkey3()
[all …]
/onnv-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c169 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);
/onnv-gate/usr/src/uts/common/rpc/
H A Dxdr.c460 xdr_bytes(XDR *xdrs, char **cpp, uint_t *sizep, const uint_t maxsize) in xdr_bytes() argument
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()
[all …]
/onnv-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c290 #define PERM6464(d,d0,d1,cpp,p) \ argument
291 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \
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]]); \
297 OR (d,d0,d1,(p)[(6<<CHUNKBITS)+(cpp)[6]]); \
298 OR (d,d0,d1,(p)[(7<<CHUNKBITS)+(cpp)[7]]);
299 #define PERM3264(d,d0,d1,cpp,p) \ argument
[all …]
/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dappdefault.c130 char **cpp; in appdefault_get() local
131 for (cpp = nameval; *cpp; cpp++) in appdefault_get()
132 free(*cpp); in appdefault_get()
/onnv-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c518 const u_char **cpp, **lpp, *eob, *msg; in ns_name_pack() local
525 lpp = cpp = NULL; in ns_name_pack()
528 for (cpp = dnptrs; *cpp != NULL; cpp++) in ns_name_pack()
530 lpp = cpp; /*%< end of list to search */ in ns_name_pack()
574 if (lastdnptr != NULL && cpp < lastdnptr - 1 && in ns_name_pack()
576 *cpp++ = dstp; in ns_name_pack()
577 *cpp = NULL; in ns_name_pack()
925 const u_char * const *cpp; in dn_find() local
928 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find()
929 sp = *cpp; in dn_find()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
29 { $cpp=1; require "x86unix.pl"; }
71 return unless $cpp;
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Dxdr.c426 xdr_bytes(XDR *xdrs, char **cpp, uint_t *sizep, const uint_t maxsize) in xdr_bytes() argument
428 char *sp = *cpp; /* sp is the actual string pointer */ in xdr_bytes()
451 *cpp = sp = malloc(nodesize); in xdr_bytes()
462 *cpp = NULL; in xdr_bytes()
534 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) in xdr_string() argument
536 char *newsp, *sp = *cpp; /* sp is the actual string pointer */ in xdr_string()
605 *cpp = sp; in xdr_string()
611 *cpp = NULL; in xdr_string()
677 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring() argument
679 return (xdr_string(xdrs, cpp, LASTUNSIGNED)); in xdr_wrapstring()
/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c843 char **cpp, *cp; in __ns_ldap_freeAttributeMaps() local
853 for (cpp = ptr->mappedAttr; (cp = *cpp) != NULL; cpp++) in __ns_ldap_freeAttributeMaps()
993 char **cpp, **npp; in __ns_ldap_mapAttributeList() local
1002 cpp = (char **)calloc(i+1, sizeof (char *)); in __ns_ldap_mapAttributeList()
1003 if (cpp == NULL) in __ns_ldap_mapAttributeList()
1010 cpp[i] = strdup(npp[0]); in __ns_ldap_mapAttributeList()
1013 if (cpp[i] == NULL) { in __ns_ldap_mapAttributeList()
1014 __s_api_free2dArray(cpp); in __ns_ldap_mapAttributeList()
1018 cpp[i] = strdup(*opp); in __ns_ldap_mapAttributeList()
1019 if (cpp[i] == NULL) { in __ns_ldap_mapAttributeList()
[all …]
/onnv-gate/usr/src/lib/libkmsagent/
H A DMakefile.com80 LIBSRCS = $(LIB_CPP_OBJECTS:%.o=$(LIBSRCDIR)/%.cpp) $(CSRCS)
81 SOAPSRCS= $(SOAP_OBJECTS:%.o=$(SOAPSRCDIR)/%.cpp)
140 # Need special rules here because the files are named ".cpp" instead
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c717 ttree_line_parse(ttree_t *t, char **cpp, char **epp, char **hpp, uint32_t *hash) in ttree_line_parse() argument
721 char *cp = *cpp; in ttree_line_parse()
739 *cpp = ++cp; in ttree_line_parse()
748 *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()
1187 nl7c_http_request(char **cpp, char *ep, uri_desc_t *uri, struct sonode *so) in nl7c_http_request() argument
1191 char *cp = *cpp; in nl7c_http_request()
1451 *cpp = cp; in nl7c_http_request()
[all …]
/onnv-gate/usr/src/cmd/prtdiag/
H A DMakefile.com54 $(COMPILE.cpp) $< > $<.i
58 $(COMPILE.cpp) $< > $<.i
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dkey.c331 read_bignum(char **cpp, BIGNUM * value) in read_bignum() argument
333 char *cp = *cpp; in read_bignum()
345 *cpp = cp; in read_bignum()
356 if (BN_dec2bn(&value, *cpp) == 0) in read_bignum()
363 *cpp = cp; in read_bignum()
382 key_read(Key *ret, char **cpp) in key_read() argument
391 cp = *cpp; in key_read()
402 *cpp = cp; in key_read()
404 if (!read_bignum(cpp, ret->rsa->e)) in key_read()
406 if (!read_bignum(cpp, ret->rsa->n)) in key_read()
[all …]

12345678910>>...16