Searched defs:comment (Results 26 - 50 of 67) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c39 * ones named in a %%DocumentFonts: comment and listed in a special map table.
110 char *comment = DOCUMENTFONTS; /* look for this comment */ variable
111 int atend = FALSE; /* TRUE only if a comment says so */
205 case 'c': /* look for this comment */
206 comment = optarg;
425 * only contain part of stdin - if there's no %%DocumentFonts: (atend) comment
447 } else if ( strncmp(buf, comment, strlen(comment)) == 0 ) {
471 * list points to a %%DocumentFonts: or continuation comment
[all...]
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h68 char * comment; member in struct:FORM
94 #define COMMENT "comment"
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c57 * | -s shell | -c comment | -k skel_dir | -b base_dir] ]
74 * comment - any text string
118 static char *comment = NULL; /* comment from command line */ variable
176 comment = optarg;
290 dir != NULL || mflag || comment != NULL) {
578 if (comment != NULL) {
579 /* comment */
581 nargv[argindex++] = comment;
H A Dusermod.c55 * | -s shell | -c comment | -l new_logname]
69 * comment - any text string
99 static char *comment = NULL; /* comment from command line */ variable
183 comment = optarg;
548 if (comment) {
549 /* ignore comment if comment is not changed */
550 if (strcmp(pstruct->pw_comment, comment))
553 comment
[all...]
/illumos-gate/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));
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c57 static int comment(char *);
281 if (!(blank(line) || comment(line))) {
335 if (!(blank(linep) || comment(linep))) {
605 * comment() returns true if the line is a comment, 0 otherwise.
609 comment(char *cp) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c550 char *tokenp, *comment; local
553 * Ignore portion of line following the comment character '#'.
555 if ((comment = strchr(linep, '#')) != NULL) {
556 *comment = '\0';
647 char *tokenp, *comment; local
650 * Ignore portion of line following the comment character '#'.
652 if ((comment = strchr(linep, '#')) != NULL) {
653 *comment = '\0';
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c804 int pos = 0, literal = 0, comment = 0; local
848 if (comment)
851 comment = 0;
856 comment = 1;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNS.c61 "_pmTestAuthToken", NULL, NULL, "new comment", "false");
73 THOSTNAME, "", "new comment", "true");
79 THOSTNAME, "", "new comment", "true");
85 THOSTNAME, "Solaris", "new comment", "true");
91 THOSTNAME, "", "modified comment", "true");
280 const char *comment,
354 if ((comment != NULL) && (strlen(comment) > 0)) {
356 comment, printer);
389 if ((comment !
275 _updateoldyp( const char *action, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
445 _updateldap( const char *action, const char *host, const char *binddn, const char *passwd, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
[all...]
H A DPrinter.java43 private String comment = null; field in class:Printer
321 comment = arg;
413 return (comment);
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c124 char *comment = " "; /* argument to -y */ local
262 comment = optarg;
314 add_svc(pmtag, type, svctag, id, pmspec, flags, version, comment, script);
381 (void) fprintf(stderr, "\t\t-v version [ -f xu ] [ -y comment ] [ -z script]\n");
404 * comment - comment describing service
409 add_svc(tag, type, svctag, id, pmspec, flags, version, comment, script)
417 char *comment;
523 (comment ? comment
[all...]
H A Dsacadm.c119 char *comment = " "; /* argument to -y */ local
249 comment = optarg;
297 add_pm(pmtag, type, command, version, flags, count, script, comment);
413 (void) fprintf(stderr, "\t\t[ -y comment ] [ -z script]\n");
439 * comment - comment describing port monitor
443 add_pm(tag, type, command, version, flags, count, script, comment)
451 char *comment;
629 (comment ? comment
863 char *comment; /* returned comment string */ local
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c64 char *comment; member in struct:_SetID
76 char *comment; member in struct:_MsgID
84 /* comment for messages. */
87 /* comment for set numbers. */
182 if (si->comment &&
186 si->comment);
193 if (si->comment &&
196 si->comment);
215 if (mi->comment) {
217 mi->comment);
538 char **comment = (mode == MsgCommentMode) local
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h121 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
122 uInt comm_max; /* space at comment (only when reading header) */
509 file name, no extra data, no comment, no modification time (set to zero),
677 deflate(). The text, time, os, extra field, name, and comment information
680 caller must assure that, if not Z_NULL, name and comment are terminated with
688 the time set to zero, and os set to 255, with no extra, name, or comment
838 comment is not Z_NULL, then up to comm_max characters are written there,
840 any of extra, name, or comment are not Z_NULL and the respective field is
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c490 char *comment; local
495 comment = "Print Share";
498 (void) strlcpy(si->shr_cmnt, comment, SMB_SHARE_CMNT_MAX);
511 comment = value;
516 (void) strlcpy(si->shr_cmnt, comment, SMB_SHARE_CMNT_MAX);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c700 print_row(int boff, int eltlen, int nelts, int issigned, char *comment) argument
703 boff, eltlen, nelts, issigned, comment);
729 char comment[100]; local
747 (void) snprintf(comment, sizeof (comment), "sizeof (%s)", tname);
748 print_row(0, sz, 0, 0, comment);
776 char comment[100]; local
799 (void) snprintf(comment, sizeof (comment), "%s[]", fname);
800 print_row(off, esz, ai.ctr_nelems, _sign, comment);
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c232 (const char *)param->share, (const char *)param->comment,
703 const char *comment = (const char *)param->comment; local
713 param->status = dfs_namespace_add(share, comment);
766 * Sets the comment for the DFS link/root.
773 char *cmnt = (char *)netinfo->comment;
899 * Sets the comment, state, time-out information, and property flags for the
908 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...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c116 * Ignore a comment to the end of the line.
120 comment(void) function
243 comment();
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c110 char *comment; member in struct:svcfields
125 char *comptr = NULL; /* set with -y comment (old) */
783 entry.command, (*entry.comment)?entry.comment:"");
1176 p = strchr(entry.comment, '\n');
1179 old_addsvc(NLPSSVCCODE, laddr, entry.command, entry.comment, entry.modules, entry.id, entry.flags, netspec);
1218 p = strchr(entry.comment, '\n');
1221 old_addsvc(TTYSVCCODE, taddr, entry.command, entry.comment, entry.modules, entry.id, entry.flags, netspec);
1309 entry->comment = ptr;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java161 public void comment(String s) throws IOException { method in class:ResourceWriter
560 // comment block
569 rw.comment(commentLine);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c60 static void comment(char *s);
1663 comment(buf);
1667 comment(s) function
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h204 char *comment; member in struct:form_node
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c99 * comment() returns true if the line is a comment, 0 otherwise.
102 comment(cp) function
374 if (!(blank(line) || comment(line))) {
721 if (!(blank(line) || comment(line))) {
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c709 char comment; local
712 comment = '#';
714 comment = '$';
716 if (fprintf(fdmsgs, "%c%s", comment,

Completed in 343 milliseconds

123