/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppcomment.c | 25 * 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);
|
/illumos-gate/usr/src/lib/libc/ |
H A D | extract-copyright.pl | 32 my $comment = 0; 39 $comment = 1; 44 if (!$comment) { 64 # We have reached the end of the comment now. 66 $comment = 0;
|
/illumos-gate/usr/src/cmd/lp/lib/forms/ |
H A D | freeform.c | 55 if (pf->comment) 56 Free (pf->comment);
|
H A D | rdform.c | 237 if (formp->comment) 238 Free (formp->comment); 239 formp->comment = 0; 245 * A recognized header ends the comment. 264 * (additional) line of the comment. 267 if (formp->comment) 268 formp->comment = Realloc( 269 formp->comment, 273 formp->comment = Malloc( 276 if (!formp->comment) { [all...] |
H A D | llib-llpfrm | 46 char * comment;
|
H A D | wrform.c | 111 if ((cp = formp->comment) && *cp) { 157 * Write out comment to a separate file (?) 167 if (formp->comment) { 168 if (dumpstring(path, formp->comment) == -1) {
|
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_shr.c | 41 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/lib/libbc/inc/include/ |
H A D | pwd.h | 53 struct comment { struct
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | eft.h | 55 char comment[EFT_HDR_MAXCOMMENT]; member in struct:eftheader
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | mkmsg.pl | 107 my @comment = split(/\s*:\s*/, ${$case}[2]); 110 my $comment; 111 foreach $comment (@comment) { 112 addToMsgFile($comment);
|
H A D | audit_record_xml | 86 my $comment = $entry[4]; 89 if (defined $comment && ($comment ne '')) { 92 push @$comments, $comment; 103 $commentStr .= " comment=$_:\n";
|
H A D | auditrecord.pl | 197 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); 544 # expanded to their printable form and also paired with a comment if 550 my @comment [all...] |
/illumos-gate/usr/src/cmd/gss/gsscred/ |
H A D | gsscred.h | 58 char *comment; member in struct:GssCredEntry_t 76 const char *comment, char **errDetails);
|
H A D | gsscred.c | 70 *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/libast/common/port/ |
H A D | astlicense.c | 28 * 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(¬ice, &buf, NiL, 1, 0); 674 comment(¬ice, &buf, NiL, 0, 0); 680 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 685 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 693 comment( [all...] |
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | pwd.h | 74 struct comment { struct
|
/illumos-gate/usr/src/lib/libshell/common/scripts/ |
H A D | crawlsrccomments.sh | 133 typeset tagtype="comment" 176 # did we read the comment completely ? 240 typeset comment="" 247 comment+="${line#\#}${ch.newline}" 249 if [[ "$comment" != "" ]] ; then 250 comment_array[ca++]="${comment}" 251 comment="" 276 typeset comment="" 283 comment+="${line#~(El)\.*\\\"}${ch.newline}" 285 if [[ "$comment" ! [all...] |
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterNS.c | 55 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);
|
H A D | DoPrinterMod.java | 51 p.setComment("This is a new comment"); 137 String comment = null; 169 comment = p.getComment(); 170 if (comment == null) { 173 comment = ""; 274 (comment == null) && 316 (comment == null) && 559 if (comment != null) { 563 // Use lpadmin so the comment in /etc/printers.conf 564 // and /etc/lp/printers/comment sta [all...] |
/illumos-gate/usr/src/lib/libadm/inc/ |
H A D | devtab.h | 104 * 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/cmd/genmsg/ |
H A D | util.c | 64 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/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 95 * 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/cmd/sgs/libelf/demo/ |
H A D | acom.c | 30 * 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/cmd/lp/lib/papi/ |
H A D | ppd.c | 41 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/lib/smbsrv/libmlsvc/common/ |
H A D | netdfs.c | 232 (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...] |