HomeSort by: relevance | last modified time | path
    Searched refs:STR (Results 1 - 25 of 650) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/tr/
extern.h 34 struct str;
35 typedef struct str STR;
41 STR *str_create(int, const char *);
42 void str_destroy(STR *);
43 int next(STR *, int *);
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce.c 257 #define STR vstring_str
284 if (mail_queue_id_ok(STR(queue_id)) == 0) {
285 msg_warn("malformed queue id: %s", printable(STR(queue_id), '?'));
308 myname, flags, service_name, STR(queue_id),
309 STR(rcpt_buf->orig_addr), STR(rcpt_buf->address),
310 rcpt_buf->offset, STR(rcpt_buf->dsn_orcpt),
311 rcpt_buf->dsn_notify, STR(dsn_buf->status),
312 STR(dsn_buf->action), STR(dsn_buf->reason))
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
sane_basename.c 67 #define STR(x) vstring_str(x)
90 return (STR(vstring_strcpy(bp, ".")));
99 return (STR(vstring_strcpy(bp, "/")));
110 return (STR(vstring_strncpy(bp, first + 1, last - first)));
133 return (STR(vstring_strcpy(bp, ".")));
142 return (STR(vstring_strcpy(bp, "/")));
152 return (STR(vstring_strcpy(bp, ".")));
160 return (STR(vstring_strncpy(bp, path, last - path + 1)));
173 dir = sane_dirname((VSTRING *) 0, STR(buf));
174 base = sane_basename((VSTRING *) 0, STR(buf))
    [all...]
attr_scan_plain.c 189 #define STR(x) vstring_str(x)
225 msg_info("%s: %s", context, *STR(plain_buf) ? STR(plain_buf) : "(end)");
242 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
244 VSTREAM_PATH(fp), context, STR(base64_buf));
260 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
262 VSTREAM_PATH(fp), context, STR(str_buf));
280 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
282 VSTREAM_PATH(fp), context, STR(str_buf));
387 && ch == '\n' && strcmp(ATTR_NAME_OPEN, STR(name_buf)) == 0)
    [all...]
base32_code.c 206 #define STR(x) vstring_str(x)
237 base32_encode(b1, STR(test), LEN(test));
238 DECODE(b2, STR(b1), LEN(b1));
239 VERIFY(STR(b2), STR(test), LEN(test));
241 base32_encode(b1, STR(test), LEN(test));
242 base32_encode(b2, STR(b1), LEN(b1));
243 base32_encode(b1, STR(b2), LEN(b2));
244 DECODE(b2, STR(b1), LEN(b1));
245 DECODE(b1, STR(b2), LEN(b2))
    [all...]
  /src/external/gpl2/lvm2/dist/lib/report/
columns.h 31 * 3. Field type. This must be either 'STR' or 'NUM'.
60 FIELD(LVS, lv, STR, "LV UUID", lvid.id[1], 38, uuid, "lv_uuid", "Unique identifier.")
61 FIELD(LVS, lv, STR, "LV", lvid, 4, lvname, "lv_name", "Name. LVs created for internal use are enclosed in brackets.")
62 FIELD(LVS, lv, STR, "Attr", lvid, 4, lvstatus, "lv_attr", "Various attributes - see man page.")
66 FIELD(LVS, lv, STR, "KMaj", lvid, 4, lvkmaj, "lv_kernel_major", "Currently assigned major number or -1 if LV is not active.")
67 FIELD(LVS, lv, STR, "KMin", lvid, 4, lvkmin, "lv_kernel_minor", "Currently assigned minor number or -1 if LV is not active.")
71 FIELD(LVS, lv, STR, "Origin", lvid, 6, origin, "origin", "For snapshots, the origin device of this LV.")
75 FIELD(LVS, lv, STR, "Move", lvid, 4, movepv, "move_pv", "For pvmove, Source PV of temporary LV created by pvmove.")
76 FIELD(LVS, lv, STR, "Convert", lvid, 7, convertlv, "convert_lv", "For lvconvert, Name of temporary LV created by lvconvert.")
77 FIELD(LVS, lv, STR, "LV Tags", tags, 7, tags, "lv_tags", "Tags, if any."
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
freebsd-atomic.c 59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \
75 "\t"STR" %3, %1\n" /* Store new value. */ \
142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \
159 "\t"STR" %2, %1\n" /* Store new value. */ \
172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \
189 "\t"STR" %3, %1\n" /* Store new value. */ \
202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \
203 SYNC_LOCK_TEST_AND_SET_N (N, TYPE, LDR, STR) \
207 SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, add, "add") \
208 SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, and, "and")
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
freebsd-atomic.c 59 #define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \
75 "\t"STR" %3, %1\n" /* Store new value. */ \
142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \
159 "\t"STR" %2, %1\n" /* Store new value. */ \
172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \
189 "\t"STR" %3, %1\n" /* Store new value. */ \
202 #define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \
203 SYNC_LOCK_TEST_AND_SET_N (N, TYPE, LDR, STR) \
207 SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, add, "add") \
208 SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, and, "and")
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
resolve_clnt.c 190 #define STR vstring_str
192 if (addr == STR(reply->recipient))
201 && *addr && strcmp(addr, STR(last_addr)) == 0
202 && strcmp(class, STR(last_class)) == 0
203 && strcmp(sender, STR(last_sender)) == 0) {
204 vstring_strcpy(reply->transport, STR(last_reply.transport));
205 vstring_strcpy(reply->nexthop, STR(last_reply.nexthop));
206 vstring_strcpy(reply->recipient, STR(last_reply.recipient));
210 myname, sender, addr, STR(reply->transport),
211 STR(reply->nexthop), STR(reply->recipient)
    [all...]
off_cvt.c 67 #define STR vstring_str
73 off_t off_cvt_string(const char *str)
84 for (result = 0; (ch = *(unsigned char *) str) != 0; str++) {
110 STR(off_cvt_number(buf, -offset)));
125 start = STR(buf);
147 if (STR(buf)[0] == '#' || STR(buf)[0] == 0)
149 if ((offset = off_cvt_string(STR(buf))) < 0) {
150 msg_warn("bad input %s", STR(buf))
    [all...]
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_addr.c 110 #define STR vstring_str
135 if (strncasecmp_utf8(STR(clean_addr), MAIL_ADDR_MAIL_DAEMON "@",
138 if (strcasecmp_utf8(STR(clean_addr), STR(state->temp1)) == 0)
155 if (var_smtputf8_enable && *STR(clean_addr) && !allascii(STR(clean_addr))
156 && valid_utf8_stringz(STR(clean_addr))) {
165 state->sender = mystrdup(STR(clean_addr)); /* Used by Milter client */
176 && *STR(clean_addr)
179 STR(clean_addr)
    [all...]
cleanup_map11.c 93 #define STR vstring_str
114 if ((new_addr = mail_addr_map_opt(maps, STR(addr), propagate,
119 state->queue_id, maps->title, STR(addr));
120 saved_addr = mystrdup(STR(addr));
121 did_rewrite |= strcmp(new_addr->argv[0], STR(addr));
123 expand_to_self = !strcasecmp_utf8(saved_addr, STR(addr));
131 state->queue_id, maps->title, STR(addr));
140 state->queue_id, maps->title, STR(addr));
161 tree->head = tok822_scan(STR(temp), &tree->tail);
180 quote_822_local(temp, STR(addr))
    [all...]
cleanup_rewrite.c 82 #define STR vstring_str
90 return (strcmp(STR(result), addr) != 0);
102 did_rewrite = cleanup_rewrite_external(context_name, dst, STR(src));
104 tree->head = tok822_scan(STR(dst), &tree->tail);
120 did_rewrite = cleanup_rewrite_external(context_name, dst, STR(src));
121 unquote_822_local(result, STR(dst));
  /src/external/gpl3/binutils/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/gpl3/binutils.old/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/gpl3/gcc/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/gpl3/gcc.old/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/gpl3/gdb.old/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/gpl3/gdb/dist/include/
dyn-string.h 36 /* The length STR, in bytes, not including the terminating NUL. */
37 #define dyn_string_length(STR) \
38 ((STR)->length)
40 /* The NTBS in which the contents of STR are stored. */
41 #define dyn_string_buf(STR) \
42 ((STR)->s)
  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_reindexd.c 194 #define STR(x) vstring_str(x)
224 if ((path = split_at(STR(leg_type), ':')) == 0 || *path != '/')
226 if ((status = nbdb_process(STR(leg_type), path, why)) != 0)
228 STR(leg_type), path, STR(why));
243 status = nbdb_process(STR(leg_type), STR(source_path), why);
246 STR(leg_type), STR(source_path), STR(why))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-fr30.h 62 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) \
63 (NEXT_CHAR == ':' && !fr30_is_colon_insn (STR, &NUL_CHAR))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-fr30.h 62 #define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) \
63 (NEXT_CHAR == ':' && !fr30_is_colon_insn (STR, &NUL_CHAR))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
kill-during-detach.c 24 #define XSTR(s) STR(s)
25 #define STR(s) #s
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_resolve.c 83 #define STR(x) vstring_str(x)
117 sender = STR(junk);
118 if ((addr = split_at(STR(junk), SENDER_ADDR_JOIN_CHAR)) == 0)
126 resolve_clnt_query_from(STR(sender_buf), STR(query), reply);
127 vstring_strcpy(junk, STR(reply->recipient));
128 casefold(reply->recipient, STR(junk)); /* XXX */
191 ctable_locate(smtpd_resolve_cache, STR(sender_plus_addr_buf));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
kill-during-detach.c 24 #define XSTR(s) STR(s)
25 #define STR(s) #s

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>