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

123

/illumos-gate/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.c167 pplint(char* head, char* comment, char* tail, int line) argument
170 if (strmatch(comment, "(ARGSUSED|PRINTFLIKE|PROTOLIB|SCANFLIKE|VARARGS)*([0-9])|CONSTCOND|CONSTANTCOND|CONSTANTCONDITION|EMPTY|FALLTHRU|FALLTHROUGH|LINTLIBRARY|LINTED*|NOTREACHED"))
172 strncopy(pp.token, comment, MAXTOKEN);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y58 po : comment
69 comment : COMMENT label
H A Dgnu_handle.c53 * Line beginning with '#' is a comment
296 handle_comment(char *comment) argument
300 p = comment;
304 * This comment is just informative only.
306 free(comment);
322 free(comment);
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.h58 char *comment; member in struct:GssCredEntry_t
76 const char *comment, char **errDetails);
H A Dgsscred_file.c69 const char *comment, char **errDetails)
85 "%s\t%s\t%s\n", (char *)hexName->value, uid, comment);
68 file_addGssCredEntry(const gss_buffer_t hexName, const char *uid, const char *comment, char **errDetails) argument
H A Dgsscred.c70 *uid = NULL, *comment = NULL, *mech = NULL, local
105 comment = optarg;
128 addUser(userName, nameTypeOID, uid, comment, mech);
158 char comment[MAX_STR_LEN+1], hexBuf[MAX_STR_LEN+MAX_STR_LEN+1], local
242 sprintf(comment, "%s, %s", name, mechOidStr);
243 commentPtr = comment;
297 sprintf(comment, "%s, %s", aUser->pw_name, mechOidStr);
300 uidStr, comment, &errDetail);
307 comment);
401 entryPtr->unix_uid, entryPtr->comment);
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h53 struct comment { struct
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deft.h55 char comment[EFT_HDR_MAXCOMMENT]; member in struct:eftheader
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c41 new_share(char *name, char *path, char *comment, int flags) argument
48 (void) strlcpy(si.shr_cmnt, comment, SMB_SHARE_CMNT_MAX);
59 * name path comment
69 char *name, *path, *comment; local
88 comment = "";
92 comment = p;
97 new_share(name, path, comment, 0);
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c30 * either modify an existing .comment section and/or append
31 * a new .comment section to an existing ELF file.
43 static const char *CommentStr = ".comment";
46 update_comment(Elf *elf, const char *file, const char *comment) argument
62 * to see if it is a ".comment" section. If it is then
78 (void) printf("%s has no .comment section. "
81 * First add the ".comment" string to the string table
104 * Add the ".comment" section to the end of the file.
133 (void) printf("%s: .comment section is part of a "
143 data->d_buf = (void *)comment;
[all...]
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h74 struct comment { struct
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c41 process_line(char *line, char **key, char **value, char **comment) argument
47 *comment = NULL;
54 * *key: value/comment
56 * *key value/comment: data
66 * *key value/comment: data
80 *comment = ptr;
/illumos-gate/usr/src/head/
H A Dpwd.h61 struct comment { struct
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h104 * comment Comment flag, TRUE if record is a comment
117 int comment; /* Comment flag */ member in struct:devtabent
151 * comment Comment flag, TRUE if record is a comment
161 int comment; /* TRUE if a comment record */ member in struct:dgrptabent
/illumos-gate/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);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.java41 String comment, String isdefault);
45 String comment, String isdefault);
77 p.setComment("This is a comment");
125 String comment = p.getComment();
220 Debug.message("SVR: comment=" + comment);
224 printserver, extensions, comment, def);
247 if (comment != null) {
249 "\"" + comment + "\"");
360 String comment
39 updateoldyp(String action, String printername, String printserver, String extensions, String comment, String isdefault) argument
42 updateldap(String action, String host, String binddn, String passwd, String printername, String printserver, String extensions, String comment, String isdefault) argument
[all...]
H A DValid.java65 System.out.println(comment("abad:comment"));
80 // Valid comment
82 public static boolean comment(String cstr) method in class:Valid
84 Debug.message("SVR: Valid.comment()");
85 Debug.message("SVR: comment=" + cstr);
H A DDoPrinterNS.c55 const char *comment,
66 const char *comment,
176 const char *comment = NULL; local
195 comment =
201 extensions, comment, isdefault);
233 const char *comment = NULL; local
261 comment =
267 printserver, extensions, comment, isdefault);
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c95 * default comment is null
98 caddr_t comment = 0; variable
176 comment = optarg;
240 printstatusline(char *fn, char *locktype, char *comment) argument
244 printf("%-20s %-10s %s\n", fn, locktype, comment);
404 lf.lf_comment = comment;
405 lf.lf_comlen = (comment) ? strlen(comment)+1 : 0;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h46 char *comment; member in struct:_prf_data_t
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c274 char *tokenp, *comment; local
277 * Ignore portion of line following the comment character '#'.
279 if ((comment = strchr(linep, '#')) != NULL) {
280 *comment = '\0';
/illumos-gate/usr/src/cmd/who/
H A Dwho.c112 static char comment[BUFSIZ]; /* holds inittab comment */ variable
605 * Handle /etc/inittab comment
655 comment[rc++] = *iinit;
656 comment[rc] = '\0';
658 (void) strcpy(comment, " ");
660 (void) printf(" %s", comment);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmakemap.c90 char comment = '#'; local
171 comment = *optarg;
420 if (ibuf[0] == '\0' || ibuf[0] == comment)
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c60 static int comment(void);
148 if (comment()) {
174 comment(void) function
605 /* The whole rest of the line is a comment token. */

Completed in 263 milliseconds

123