Searched defs:quoted (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c322 static void out_string(Sfio_t *iop, register const char *cp, int c, int quoted) argument
324 if(quoted)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1160 int quoted, comment; local
1228 * Save the delimiter for quoted strings.
1231 quoted = c;
1234 quoted = 0;
1331 if (quoted) {
1332 if (c == quoted)
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c50 * Macros to produce a quoted string containing the value of a
130 int quoted)
158 if (quoted)
177 list_separator, quoted);
181 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n",
804 int quoted = 0; local
814 quoted++;
821 (!quoted || (*ptr != '"'))) {
828 if (quoted && (*ptr == '"'))
1792 * alias list members separated by white space and quoted
124 append_to_file( char *driver_name, char *entry_list, char *filename, char list_separator, char *entry_separator, int quoted) argument
2141 int quoted = 0; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c313 ** no "non-printable" characters unless they are quoted or escaped.
334 bool quoted = false; local
354 if (!EightBitAddrOK && !quoted && (*addr < 32 || *addr == 127))
361 quoted = !quoted;
380 if (quoted)
448 ** This routine knows about quoted strings and angle brackets.
480 #define QST 2 /* in quoted string */
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.c494 int quoted; local
499 quoted = ep->data[ep->cur] == '"';
504 if (quoted) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c1800 int quoted; local
1807 if ((quoted = (*stdname == '<')) != 0)
1812 if ((name = getzname(name, quoted)) == NULL)
1829 if ((quoted = (*dstname == '<')) != 0)
1831 if ((name = getzname(name, quoted)) == NULL)
2130 getzname(const char *strp, int quoted) argument
2134 if (quoted) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1183 int quoted = 0; local
1372 quoted = 0;
1378 * is this value quoted?
1382 quoted = value[0];
1390 if (quoted) {
1391 if (value[value_len] == quoted)
1392 quoted = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c258 * Macros to produce a quoted string containing the value of a
4707 int quoted = 0; local
4846 quoted++;
4880 /* if just read quoted string remove quote from remaining string */
4882 if (quoted) {

Completed in 128 milliseconds

12