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

123

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c80 const char *cf_com; /* any comment text found */
184 char *entry, *comment; local
200 comment = NULL;
203 if (comment == NULL && *eline == '\\' &&
213 if (comment == NULL && *eline == '#') {
215 comment = (eline + 1);
223 if (comment >= ebuf)
224 comment = NULL;
233 * and the comment, if any, at "comment"
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member in struct:gz_header_s
123 uInt comm_max; /* space at comment (only when reading header) */
554 file name, no extra data, no comment, no modification time (set to zero), no
751 deflate(). The text, time, os, extra field, name, and comment information
754 caller must assure that, if not Z_NULL, name and comment are terminated with
762 the time set to zero, and os set to 255, with no extra, name, or comment
984 comment is not Z_NULL, then up to comm_max characters are written there,
986 of extra, name, or comment are not Z_NULL and the respective field is not
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c997 * comment const char * Extra information such as timestamps will
1009 int _glh_save_history(GlHistory *glh, const char *filename, const char *comment, argument
1025 if(!glh || !filename || !comment) {
1051 * specified comment string.
1055 * Write peripheral information associated with the line, as a comment.
1057 if(fprintf(fp, "%s ", comment) < 0 ||
1146 * comment const char * The same comment string that was passed to
1155 int _glh_load_history(GlHistory *glh, const char *filename, const char *comment, argument
1165 size_t comment_len; /* The length of the comment strin
[all...]
H A Dgetline.c1175 const char *comment, int max_lines);
1177 const char *comment);
6400 * Read the rest of the line, stopping early if a comment is seen, or
6421 * If we hit the end of the line, or the start of a comment, exit the loop.
6513 * Skip any trailing comment.
8525 * comment const char * Extra information such as timestamps will
8537 int gl_save_history(GetLine *gl, const char *filename, const char *comment, argument
8545 if(!gl || !filename || !comment) {
8559 status = _gl_save_history(gl, filename, comment, max_lines);
8573 const char *comment, in
8572 _gl_save_history(GetLine *gl, const char *filename, const char *comment, int max_lines) argument
8619 gl_load_history(GetLine *gl, const char *filename, const char *comment) argument
8653 _gl_load_history(GetLine *gl, const char *filename, const char *comment) argument
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c83 char cc[3]; /* beg mid end comment char */
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2191 if (!comment)
2192 comment = "/*";
2193 if (!(proto->cc[0] = comment[0]))
2195 else if (comment[1])
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c423 * See comment in smb_com_transaction_secondary
699 * See comment in smb_com_transaction_secondary
750 char *oem_name, uint16_t type, char *comment)
755 (void) smb_mbc_encodef(text, "s", comment ? comment : "");
761 char *comment, uint16_t access, char *path, char *password)
767 smb_encode_SHARE_INFO_1(output, text, oem_name, type, comment);
1319 * otherwise, it specifies a comment describing the server. The comment
749 smb_encode_SHARE_INFO_1(struct mbuf_chain *output, struct mbuf_chain *text, char *oem_name, uint16_t type, char *comment) argument
759 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, smb_request_t *sr, char *oem_name, uint16_t type, char *comment, uint16_t access, char *path, char *password) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1160 int quoted, comment; local
1168 comment = 0;
1179 * A newline means the end of a comment; backslash-newline
1180 * is ignored. Note that we cannot have escape && comment.
1186 comment = 0;
1193 * Ignore characters other than newline in a comment.
1195 if (comment)
1213 * If this is the start of a comment, ignore the rest of the line.
1216 comment = 1;
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c41 [-c comment-tag]\n [-d default-domain] [-m prefix] \
64 * comment : comment extracted in case of -c option.
74 struct strlist_st *comment; member in struct:element_st
147 * in_comment : Means inside comment block (C or C++).
148 * in_cplus_comment : Means inside C++ comment block.
159 * of the comment block. This is necessary because
211 * Each node contains one line of comment.
415 "-c <comment-tag>\tget comments containing <flag>\n");
538 * Handler for the comment star
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c601 char *t, *comment; local
626 * comment (col 3)
627 * All leading spaces will be deleted from the comment
631 comment = t = strchr(buf, '#');
632 if (comment) {
634 ++comment;
635 } while (*comment != '\0' && isspace(*comment));
636 if (*comment != '\0') {
637 *--comment
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c69 #define USAGE6 "[-hstring] [-e] [-y comment] oldfile newfile"
196 static char *comment; variable
412 comment = optarg;
705 if (comment != NULL && comment[0] != 0) {
706 const char *cur = comment;
904 * Allow C comment delimiters around flag; only really applies
906 * around flag for #if. Also accept flag with no C comment
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c873 uint8_t *comment; local
886 comment = (uint8_t *)NDR_STRDUP(mxa, si.shr_cmnt);
889 if (netname == NULL || comment == NULL || info == NULL) {
905 info1->shi1_comment = comment;
913 info2->shi2_comment = comment;
927 info501->shi501_comment = comment;
936 info502->shi502_comment = comment;
960 info503->shi503_comment = comment;
984 info1004->shi1004_comment = comment;
2075 * Level 1: share name, share type and comment fiel
2598 uint8_t *comment; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c535 * comment (if available)
541 char *comment = NULL; local
557 ZPOOL_CONFIG_COMMENT, &comment) == 0)
559 ZPOOL_CONFIG_COMMENT, comment);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1560 char *comment, *original_comment; local
1630 comment =
1632 if (copyin(lockfs.lf_comment, comment,
1634 kmem_free(comment, lockfs.lf_comlen);
1638 lockfs.lf_comment = comment;
1670 kmem_free(comment, lockfs.lf_comlen);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1615 char *comment; local
1783 /* Print the comment attached to the pool. */
1784 if (nvlist_lookup_string(config, ZPOOL_CONFIG_COMMENT, &comment) == 0)
1785 (void) printf(gettext("comment: %s\n"), comment);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2125 char *comment; local
2134 if (nvlist_lookup_string(config, ZPOOL_CONFIG_COMMENT, &comment) == 0)
2135 spa->spa_comment = spa_strdup(comment);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c664 const char *comment, tapepos_t *pos);
7870 * unconditionally. The old comment said...
16369 const char *comment, tapepos_t *pos)
16374 "%s Position data:\n", comment);
16368 st_print_position(dev_info_t *dev, char *label, uint_t level, const char *comment, tapepos_t *pos) argument
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c84 #define DTD_ELEM_COMMENT (const xmlChar *) "comment"
532 addcomment(zone_dochandle_t handle, const char *comment) argument
535 node = xmlNewComment((xmlChar *) comment);

Completed in 319 milliseconds

123