Home
last modified time | relevance | path

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

12345678910>>...14

/titanic_52/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);
/titanic_52/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()
188 const char **cpp; profile_rename_section() local
240 const char **cpp; profile_add_relation() local
[all...]
H A Dprof_get.c98 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()
/titanic_52/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; cp in krb5_get_krbhst()
[all...]
/titanic_52/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)
820 char **cpp, **npp; global() local
[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()
H A Dhesiod.c273 char *key, *data, *cp, **cpp; in parse_config_file() local
312 cpp = &ctx->LHS; in parse_config_file()
314 cpp = &ctx->RHS; in parse_config_file()
318 *cpp = malloc(strlen(data) + 1); in parse_config_file()
319 if (!*cpp) { in parse_config_file()
323 strcpy(*cpp, data); in parse_config_file()
/titanic_52/usr/src/tools/aw/
H A Daw.c245 * by cpp:
483 struct aelist *cpp = NULL; in main() local
544 (void) snprintf(cpp_pgm, sizeof (cpp_pgm), "%s/cpp", dir); in main()
608 if (cpp) in main()
609 newae(cpp, filename); in main()
695 if (cpp) in main()
706 if (cpp == NULL) { in main()
707 cpp = newael(); in main()
708 newae(cpp, cpp_pgm); in main()
709 newae(cpp, " in main()
[all...]
/titanic_52/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 in dn_find()
[all...]
/titanic_52/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()
/titanic_52/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
180 register char **cpp; global() local
523 register char **cpp; global() local
[all...]
/titanic_52/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, *c in appendsecretkey3() local
658 struct cacheuid_list **cpp, *cp; pk_clear3() local
820 struct cacheuid_list **cpp, *cp; appendnetname3() local
1004 add_ref(struct cacheuid_list ** cpp) add_ref() argument
1021 struct cacheuid_list **cpp, *cp; getcachekey3() local
1051 struct cacheuid_list **cpp, *cp; getanycache3() local
1367 struct cachekey3_list **cpp; map_ps2cache() local
1392 struct cachekey3_list **cpp, *cp, *cachep; getdeskey3() local
1905 char **cpp; init_mechs() local
[all...]
/titanic_52/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);
/titanic_52/usr/src/uts/common/rpc/
H A Dxdr.c451 * *cpp is a pointer to the bytes, *sizep is the count.
452 * If *cpp is NULL maxsize bytes are allocated
460 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()
560 * terminated by a NULL character. The parameter cpp references a
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 in xdr_string()
664 xdr_wrapstring(XDR * xdrs,char ** cpp) xdr_wrapstring() argument
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/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, argument
308 PERM6464(d,d0,d1,cpp,p) global() argument
310 PERM3264(d,d0,d1,cpp,p) global() argument
[all...]
/titanic_52/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()
/titanic_52/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
978 decode_bitstring(const unsigned char ** cpp,char * dn,const char * eom) decode_bitstring() argument
[all...]
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe425 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
441 if test `realcppC=./cpp $cc -Dprobe -E flags.$src | tee cpp.out | grep -c '[-]Dprobe'` -eq 1
443 elif test `cppC=./cpp
[all...]
/titanic_52/usr/src/lib/libnsl/rpc/
H A Dxdr.c411 * *cpp is a pointer to the bytes, *sizep is the count.
412 * If *cpp is NULL maxsize bytes are allocated
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()
520 * terminated by a NULL character. The parameter cpp references a
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 in xdr_string()
670 xdr_wrapstring(XDR * xdrs,char ** cpp) xdr_wrapstring() argument
[all...]
/titanic_52/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()
[all...]
/titanic_52/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c697 * by "**cpp" of multiline text data up to the pointer "**epp", the
701 * "**cpp" will point to the next line, "**epp" will point to the first
713 * *cpp points to past EOH, no further calls can be made.
717 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 in ttree_line_parse()
1187 nl7c_http_request(char ** cpp,char * ep,uri_desc_t * uri,struct sonode * so) nl7c_http_request() argument
1465 nl7c_http_response(char ** cpp,char * ep,uri_desc_t * uri,struct sonode * so) nl7c_http_response() argument
[all...]
/titanic_52/usr/src/cmd/prtdiag/
H A DMakefile.com56 $(COMPILE.cpp) $< > $<.i
60 $(COMPILE.cpp) $< > $<.i
/titanic_52/usr/src/cmd/diff/
H A DMakefile56 $(COMPILE.cpp) $(SRCS) > diff.po.i
63 $(COMPILE.cpp) $(SRCS) > diff.dc.i

12345678910>>...14