Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 238) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt111 # comment is an array of strings separated by colons. If comments
113 # readability/sustainability of the file), the preceding comment
114 # must end with a colon. The array starts at 1. (If the comment
126 # comment <= unlimited; if necessary, text continues on a new line
149 comment=1, file descriptor, "so"
153 comment=1, "so", file descriptor:
154 comment="family", so_family:
155 comment="type", so_type
159 comment=1, file descriptor, "Bad so"
163 comment=1, file descriptor, "so":
[all …]
H A Dauditrecord.pl197 my ($note1, $format, $comment, $note2) = @$caseElement;
216 my @comment = split(/\s*:\s*/, $comment);
224 @comment);
343 my ($note1, $format, $comment, $note2) = @$caseElement;
362 my @comment = split(/\s*:\s*/, $comment);
369 @comment);
550 my @comment = @_;
554 my ($token, $comment);
570 unless(defined($comment[$cmt])) {
575 $comment = gettext('missing comment field');
[all …]
H A Dmkmsg.pl107 my @comment = split(/\s*:\s*/, ${$case}[2]);
110 my $comment;
111 foreach $comment (@comment) {
112 addToMsgFile($comment);
H A Daudit_record_xml86 my $comment = $entry[4];
89 if (defined $comment && ($comment ne '')) {
92 push @$comments, $comment;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 …nd; int vendor; char* dirtab; char* strtab; PPBUILTIN builtin; PPCOMMENT comment; PPINCREF incref;… member
1606 comment __PARAM__((Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u)… in __OTORP__()
2161 comment(&notice, &buf, ((char*)0), 1, 0);
2162 comment(&notice, &buf, ((char*)0), 0, 0);
2168comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp…
2173comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp…
2175 comment( &notice, &buf, "All Rights Reserved",sizeof( "All Rights Reserved")-1, 0);
2181comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp…
2191comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp…
2211comment(&notice, &buf, (( &tmp)->buf), (( &tmp)->siz=( &tmp)->nxt-( &tmp)->buf,( &tmp)->nxt=( &tmp…
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastlicense.c101 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u)
247 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u) in comment() function
807 comment(&notice, &buf, NiL, 1, 0); in astlicense()
808 comment(&notice, &buf, NiL, 0, 0); in astlicense()
814 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
819 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
827 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
837 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
857 comment(&notice, &buf, BUF(&tmp), USE(&tmp), 0); in astlicense()
859 comment(&notice, &buf, NiL, 0, 0); in astlicense()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c235 if (formp->comment) in rdform()
236 Free (formp->comment); in rdform()
237 formp->comment = 0; in rdform()
265 if (formp->comment) in rdform()
266 formp->comment = Realloc( in rdform()
267 formp->comment, in rdform()
271 formp->comment = Malloc( in rdform()
274 if (!formp->comment) { in rdform()
286 strcpy (formp->comment + size, p); in rdform()
296 if (size && formp->comment[size - 1] == '\n') in rdform()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c43 new_share(char *name, char *path, char *comment, int flags) in new_share() argument
50 (void) strlcpy(si.shr_cmnt, comment, SMB_SHARE_CMNT_MAX); in new_share()
77 char *name, *path, *comment; in shr_load_file() local
96 comment = ""; in shr_load_file()
100 comment = p; in shr_load_file()
105 new_share(name, path, comment, 0); in shr_load_file()
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c62 char *comment; member
74 char *comment; member
180 if (si->comment && in write_msgfile()
184 si->comment); in write_msgfile()
191 if (si->comment && in write_msgfile()
194 si->comment); in write_msgfile()
213 if (mi->comment) { in write_msgfile()
215 mi->comment); in write_msgfile()
233 if (mi->comment) { in write_msgfile()
235 mi->comment); in write_msgfile()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetdfs.c232 (const char *)param->share, (const char *)param->comment, in netdfs_s_add()
703 const char *comment = (const char *)param->comment; in netdfs_s_addstdroot() local
713 param->status = dfs_namespace_add(share, comment); in netdfs_s_addstdroot()
773 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_100()
908 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_105()
1042 void *comment; in netdfs_info_2() local
1045 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_2()
1047 if (entry_path == NULL || comment == NULL) in netdfs_info_2()
1051 info2->comment = comment; in netdfs_info_2()
1071 void *comment; in netdfs_info_3() local
[all …]
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data4 # comment indented with spaces
5 # comment indented with tabs
6 # comment indented with both spaces and tabs
7 # comment indented with alternating spaces and tabs
58 # Tokens with a comment after, the comment will be parsed for tokens
59 THIS=this # not a comment so if it includes THAT=that then it's found
/illumos-gate/usr/src/lib/libc/
H A Dextract-copyright.pl32 my $comment = 0;
39 $comment = 1;
44 if (!$comment) {
66 $comment = 0;
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c68 *uid = NULL, *comment = NULL, *mech = NULL, in main() local
103 comment = optarg; in main()
126 addUser(userName, nameTypeOID, uid, comment, mech); in main()
156 char comment[MAX_STR_LEN+1], hexBuf[MAX_STR_LEN+MAX_STR_LEN+1], in addUser() local
240 sprintf(comment, "%s, %s", name, mechOidStr); in addUser()
241 commentPtr = comment; in addUser()
295 sprintf(comment, "%s, %s", aUser->pw_name, mechOidStr); in addUser()
298 uidStr, comment, &errDetail); in addUser()
305 comment); in addUser()
399 entryPtr->unix_uid, entryPtr->comment); in listUsers()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README36 pcom.c print comment: prints the .comment section of an ELF file.
40 acom.c append comment: appends to, or creates a .comment section
44 dcom.c delete comment: deletes a .comment section from an ELF file.
48 tpcom.c threaded print comment: a threaded version of pcom.c.
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.comment11 #comment
5 #comment
7 #comment
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c96 caddr_t comment = 0; variable
174 comment = optarg; in main()
238 printstatusline(char *fn, char *locktype, char *comment) in printstatusline() argument
242 printf("%-20s %-10s %s\n", fn, locktype, comment); in printstatusline()
402 lf.lf_comment = comment; in lockfs()
403 lf.lf_comlen = (comment) ? strlen(comment)+1 : 0; in lockfs()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dview.c160 view_print_share(char *share, int type, char *comment) in view_print_share() argument
176 if (comment == NULL) in view_print_share()
177 comment = ""; in view_print_share()
179 printf("%-12s %-10s %s\n", share, stname, comment); in view_print_share()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm109 my $comment = '';
207 push(@case, [$case, $format, $comment, $note]);
216 $case = $note = $comment = $skip = $callName
243 elsif (/^\s*comment\s*=\s*(.*)/i) {
244 $comment .= $1;
253 push(@case, [$case, $format, $comment, $note]);
255 $comment = $note = '';
264 push(@case, [$case, $format, $comment, $note]);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test31 -- a comment ;
36 -- a comment ;
137 CREATE -- a comment
144 CREATE -- a comment
157 /* */ EXPLAIN -- A comment
191 CREATE TABLE /* In comment ; */
196 CREATE TABLE /* In comment ; */ hi;
201 CREATE TABLE /* In comment ; */;
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c705 ent->comment = TRUE; in _getdevtabent()
723 ent->comment = FALSE; in _getdevtabent()
843 if (!ent->comment) { in _freedevtabent()
929 if (!devrec->comment) { in _getdevrec()
962 if (!devrec->comment && in _getdevrec()
985 if (!devrec->comment && in _getdevrec()
1008 if (!devrec->comment && in _getdevrec()
1042 if (!devrec->comment && (device != NULL) && in _getdevrec()
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c187 char *entry, *comment; in conf_scan() local
203 comment = NULL; in conf_scan()
206 if (comment == NULL && *eline == '\\' && in conf_scan()
216 if (comment == NULL && *eline == '#') { in conf_scan()
218 comment = (eline + 1); in conf_scan()
226 if (comment >= ebuf) in conf_scan()
227 comment = NULL; in conf_scan()
244 fillconflist(lineno, entry, NULL, comment, 0); in conf_scan()
307 fillconflist(lineno, entry, opts, comment, in conf_scan()
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl51 $comment = "";
53 $comment = "<pre>\n" . $opt_c . "\n</pre>\n<hr />";
190 $comment
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Deftread.c191 int len = strlen(hdr.comment); in eftread_fopen()
192 if (len > 0 && hdr.comment[len - 1] == '\n') in eftread_fopen()
193 hdr.comment[len - 1] = '\0'; in eftread_fopen()
194 out(O_OK, "%s:\n\t%s", fname, hdr.comment); in eftread_fopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcomment.c31 ppcomment(char* head, char* comment, char* tail, int line) in ppcomment() argument
34 ppprintf("%s%-.*s%s", head, MAXTOKEN - 4, comment, tail); in ppcomment()
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c40 process_line(char *line, char **key, char **value, char **comment) in process_line() argument
46 *comment = NULL; in process_line()
79 *comment = ptr; in process_line()

12345678910