Searched defs:comment (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppcomment.c25 * common preprocessor comment handler
31 ppcomment(char* head, char* comment, char* tail, int line) argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail);
H A Dppargs.c169 pplint(char* head, char* comment, char* tail, int line) argument
172 if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANTCOND|CONSTANTCONDITION|EMPTY|FALLTHRU|FALLTHROUGH|LINTLIBRARY|LINTED*|NOTREACHED"))
174 strncopy(pp.token, comment, MAXTOKEN);
H A Dppproto.c83 char cc[3]; /* beg mid end comment char */
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2191 if (!comment)
2192 comment = "/*";
2193 if (!(proto->cc[0] = comment[0]))
2195 else if (comment[1])
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm45 sub comment { subroutine
51 return $self->SUPER::comment( "$CGI::Pretty::LINEBREAK$CGI::Pretty::INDENT$s$CGI::Pretty::LINEBREAK" ) . $CGI::Pretty::LINEBREAK;
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c71 const char *comment)
94 if (comment != NULL)
95 (void) strlcpy(retval->dn_comment, comment,
69 alloc_dnrec(const uchar_t *cid, uchar_t cid_len, uchar_t flags, struct in_addr cip, struct in_addr sip, lease_t lease, const char *macro, const char *comment) argument
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c73 char *buffer, *comment, *attr_str; local
107 comment = _NO_VALUE;
109 comment = descr[0];
111 comment);
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmakemap.c88 char comment = '#'; local
169 comment = *optarg;
418 if (ibuf[0] == '\0' || ibuf[0] == comment)
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c112 const char *comment; local
929 comment = "unknown IPSECKEY gateway type";
1040 comment = "unknown RR type";
1045 comment = "RR format error";
1051 rdlen != 0U ? " (" : "", comment));
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sasl.c355 char *tokenp, *comment; local
358 * Ignore portion of line following the comment character '#'.
360 if ((comment = strchr(linep, '#')) != NULL) {
361 *comment = '\0';
/osnet-11/usr/src/lib/libnsl/netselect/
H A Dnetselect.c54 static int comment(char *);
278 if (!(blank(line) || comment(line))) {
332 if (!(blank(linep) || comment(linep))) {
604 * comment() returns true if the line is a comment, 0 otherwise.
608 comment(char *cp) function
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_clnt.c165 char *comment; local
210 comment = "";
212 comment = (char *)info1[i].shi1_comment;
218 si->si_comment = strdup(comment);
H A Dnetdfs.c226 (const char *)param->comment, param->flags, SMB_NS_DFS);
695 const char *comment = (const char *)param->comment; local
703 param->status = dfs_ns_create(share, comment, SMB_NS_DFS);
754 * Sets the comment for the DFS link/root.
761 char *cmnt = (char *)netinfo->comment;
897 * Sets the comment, state, time-out information, and property flags for the
906 char *cmnt = (char *)netinfo->comment;
1042 void *comment; local
1045 comment
1071 void *comment; local
1100 void *comment; local
1133 void *comment; local
1168 void *comment; local
[all...]
H A Dsrvsvc_svc.c854 uint8_t *comment; local
868 comment = (uint8_t *)NDR_STRDUP(mxa, si.shr_cmnt);
873 if (netname == NULL || comment == NULL || info == NULL) {
890 info1->shi1_comment = comment;
905 info2->shi2_comment = comment;
917 info501->shi501_comment = comment;
933 info502->shi502_comment = comment;
961 info503->shi503_comment = comment;
982 info1004->shi1004_comment = comment;
2120 * Level 1: share name, share type and comment fiel
2349 uint8_t *comment = empty_string; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c789 int pos = 0, literal = 0, comment = 0; local
833 if (comment)
836 comment = 0;
841 comment = 1;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnsparse.c547 char *tokenp, *comment; local
550 * Ignore portion of line following the comment character '#'.
552 if ((comment = strchr(linep, '#')) != NULL) {
553 *comment = '\0';
644 char *tokenp, *comment; local
647 * Ignore portion of line following the comment character '#'.
649 if ((comment = strchr(linep, '#')) != NULL) {
650 *comment = '\0';
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_pca.c112 char *product_id, char *chassis_id, char *alias_id, char *comment)
128 if (comment)
129 r->r_comment = strdup(comment);
242 * Add a record but verify that this is valid record(not a comment)
248 char *product_id, char *chassis_id, char *alias_id, char *comment)
273 if (!comment) {
274 _pca_rec_add(h, -1, product_id, chassis_id, alias_id, comment);
276 if (*comment != '#')
277 (void) snprintf(comm, sizeof (comm), "#%s", comment);
279 (void) snprintf(comm, sizeof (comm), "%s", comment);
111 _pca_rec_add(di_pca_hdl_t h, int lnum, char *product_id, char *chassis_id, char *alias_id, char *comment) argument
247 di_pca_rec_add(di_pca_hdl_t h, char *product_id, char *chassis_id, char *alias_id, char *comment) argument
414 char *prod, *chassis, *alias, *comment; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c75 grub_uint8_t comment[1]; member in struct:grub_sfs_obj
425 /* The filename and comment dynamically increase the size of
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c28 * generate a license comment -- see proto(1)
88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
219 * center and copy comment line s to p
229 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) function
373 * read the license file and generate a comment in p, length size
673 comment(&notice, &buf, NiL, 1, 0);
674 comment(&notice, &buf, NiL, 0, 0);
680 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
685 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0);
693 comment(
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c600 char *t, *comment; local
625 * comment (col 3)
626 * All leading spaces will be deleted from the comment
630 comment = t = strchr(buf, '#');
631 if (comment) {
633 ++comment;
634 } while (*comment != '\0' && isspace(*comment));
635 if (*comment != '\0') {
636 *--comment
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm235 input Select option comment charset escapeHTML/],
1875 my $comment = '//'; # javascript by default
1876 $comment = '#' if $type=~/perl|tcl/i;
1877 $comment = "'" if $type=~/vbscript/i;
1881 $cdata_start = "$comment<![CDATA[\n";
1882 $cdata_end .= "\n$comment]]>";
1885 $cdata_end = $comment;
2264 #### Method: comment
2265 # Create an HTML <!-- comment -->
2267 'comment'
2268 sub comment { subroutine
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c89 #define DTD_ELEM_COMMENT (const xmlChar *) "comment"
1020 addcomment(zone_dochandle_t handle, const char *comment) argument
1023 node = xmlNewComment((xmlChar *) comment);

Completed in 152 milliseconds