/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);
|
H A D | ppargs.c | 167 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 D | gnu_po.y | 58 po : comment 69 comment : COMMENT label
|
H A D | gnu_handle.c | 53 * 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 D | gsscred.h | 58 char *comment; member in struct:GssCredEntry_t 76 const char *comment, char **errDetails);
|
H A D | gsscred_file.c | 69 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 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/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/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/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/lib/libbc/inc/5include/ |
H A D | pwd.h | 74 struct comment { struct
|
/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/head/ |
H A D | pwd.h | 61 struct comment { struct
|
/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/lib/nsswitch/ldap/common/ |
H A D | getprojent.c | 73 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 D | DoPrinterNS.java | 41 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 D | Valid.java | 65 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 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);
|
/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/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_int.h | 46 char *comment; member in struct:_prf_data_t
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 274 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 D | who.c | 112 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 D | makemap.c | 90 char comment = '#'; local 171 comment = *optarg; 420 if (ibuf[0] == '\0' || ibuf[0] == comment)
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 60 static int comment(void); 148 if (comment()) { 174 comment(void) function 605 /* The whole rest of the line is a comment token. */
|