Home
last modified time | relevance | path

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

12345678910>>...14

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c210 cpp++;
215 cpp++;
240 cpp++;
241 } else if (ISDIGIT(**cpp) && !index(*cpp, '.')) {
243 cpp++;
265 cpp++;
281 cpp++;
290 cpp++;
306 cpp++;
311 if (*cpp && !strcasecmp(*cpp, "opt")) {
[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);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c89 const char **cpp; in profile_update_relation() local
105 for (cpp = names; cpp[1]; cpp++) { in profile_update_relation()
107 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation()
141 const char **cpp; in profile_clear_relation() local
151 for (cpp = names; cpp[1]; cpp++) { in profile_clear_relation()
153 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation()
187 const char **cpp; in profile_rename_section() local
200 for (cpp = names; cpp[1]; cpp++) { in profile_rename_section()
202 retval = profile_find_node(section, *cpp, 0, 1, in profile_rename_section()
239 const char **cpp; in 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()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dget_krbhst.c63 char **values, **cpp, *cp; in krb5_get_krbhst() local
91 for (cpp = values; *cpp; cpp++) { in krb5_get_krbhst()
92 cp = strchr(*cpp, ' '); in krb5_get_krbhst()
95 cp = strchr(*cpp, '\t'); in krb5_get_krbhst()
98 cp = strchr(*cpp, ':'); in krb5_get_krbhst()
102 count = cpp - values; in krb5_get_krbhst()
120 for (cpp = rethosts; *cpp; cpp++) in krb5_get_krbhst()
121 free(*cpp); in krb5_get_krbhst()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c450 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 Ddns_pr.c190 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 Ddns_sv.c183 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 Dhesiod.c269 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/lib/libresolv/
H A Dres_comp.c143 u_char **cpp, **lpp, *sp, *eob; local
151 for (cpp = dnptrs; *cpp != NULL; cpp++)
153 lpp = cpp; /* end of list to search */
168 if (lastdnptr != NULL && cpp < lastdnptr-1) {
169 *cpp++ = cp;
170 *cpp = NULL;
249 register u_char *dn, *cp, **cpp; in dn_find() local
253 for (cpp = dnptrs; cpp < lastdnptr; cpp++) { in dn_find()
255 sp = cp = *cpp; in dn_find()
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c42 const ses2_ctl_prop_t *cpp; in ses2_setprop() local
48 for (cpp = ctlprops; cpp->scp_name != NULL; cpp++) in ses2_setprop()
49 if (strcmp(cpp->scp_name, nvpair_name(nvp)) == 0) in ses2_setprop()
51 if (cpp->scp_name == NULL) in ses2_setprop()
54 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 Ddocmd.c103 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 Dsetkey.c462 *cpp != NULL && (*cpp)->uid != uid; in mapuid2cache()
463 cpp = &(*cpp)->next) { in mapuid2cache()
508 *cpp = cp; in appendsecretkey3()
510 cp = *cpp; in appendsecretkey3()
846 *cpp = cp; in appendnetname3()
848 cp = *cpp; in appendnetname3()
1033 cp = *cpp; in getcachekey3()
1370 *cpp != NULL && !(cachehit3(public, secret, *cpp)); in map_ps2cache()
1371 cpp = &(*cpp)->next) { in map_ps2cache()
1482 *cpp = cp; in getdeskey3()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c167 DBC **cpp; local
205 for (cpp = jc->j_curslist + 1; *cpp != NULL; cpp++) {
206 retry2: if ((ret = ((*cpp)->c_get)(*cpp,
216 if (F_ISSET(*cpp, DBC_KEYSET)) {
217 F_CLR(*cpp, DBC_KEYSET);
218 F_SET(*cpp, DBC_CONTINUE);
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.c462 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 Dcrypt.c290 #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 Dns_name.c514 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 Dappdefault.c130 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 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
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/lib/libnsl/rpc/
H A Dxdr.c418 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/cmd/mandoc/
H A Dtbl_term.c340 cpp = sp->prev == NULL ? NULL : in term_tbl()
371 if (cpp != NULL) { in term_tbl()
372 if (uvert < cpp->vert && in term_tbl()
375 !IS_HORIZ(cpp)) || in term_tbl()
377 cpp->next != NULL && in term_tbl()
380 uvert = cpp->vert; in term_tbl()
381 cpp = cpp->next; in term_tbl()
637 if (cpp != NULL) { in tbl_hrule()
639 uw = cpp->vert; in tbl_hrule()
643 cpp = cpp->next; in tbl_hrule()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c842 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/cmd/prtdiag/
H A DMakefile.com56 $(COMPILE.cpp) $< > $<.i
60 $(COMPILE.cpp) $< > $<.i
/illumos-gate/usr/src/cmd/diff/
H A DMakefile54 $(COMPILE.cpp) $(SRCS) > diff.po.i
61 $(COMPILE.cpp) $(SRCS) > diff.dc.i
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c139 static void cpp(char *, FILE *, FILE *);
674 cpp(ltemp, left, odes); in cmdin()
679 cpp(rtemp, right, odes); in cmdin()
707 cpp(ltemp, left, tempdes); in cmdin()
708 cpp(rtemp, right, tempdes); in cmdin()
732 cpp(ename, tempdes, odes); in cmdin()
744 cpp(char *from, FILE *fromdes, FILE *todes) in cpp() function

12345678910>>...14