Searched refs:phrase (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d40 phrase = strjoin(die, tap);
41 phrase = strjoin(phrase, die);
46 /phrase != expected/
48 printf("global: expected '%s', found '%s'\n", expected, phrase);
54 this->phrase = strjoin(the, tap);
59 this->phrase = strjoin(this->phrase, the);
64 /this->phrase != expected/
67 expected, this->phrase);
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/inc/
H A Ddebug_ext.h60 #define _CREATE_DUMP_SUBSTR(phrase) \
62 sprintf(dumpTmpStr, "%s", #phrase); \
186 #define DUMP_VAR(st, phrase) \
188 void *addr = (void *)&((st)->phrase); \
189 _CREATE_DUMP_SUBSTR(phrase); \
190 dumpVarSize = sizeof((st)->phrase); \
201 default: DUMP_Print("Bad size %d (" #st "->" #phrase ")\r\n", dumpVarSize); \
219 #define DUMP_ARR(st, phrase) \
221 _CREATE_DUMP_SUBSTR(phrase); \
222 dumpArrSize = ARRAY_SIZE((st)->phrase); \
[all...]
/freebsd-11.0-release/lib/libc/string/
H A Dstrtok.c113 char *brkb, *brkt, *phrase, *sep, *word; local
116 phrase = "foo";
128 for (phrase = strtok_r(blah, sep, &brkb); phrase;
129 phrase = strtok_r(NULL, sep, &brkb))
130 printf("So far we're at %s:%s\n", word, phrase);
/freebsd-11.0-release/contrib/serf/buckets/
H A Dbwtp_buckets.c36 const char *phrase; member in struct:__anon5275
59 char *phrase; member in struct:__anon5276
74 ctx->phrase = "CLOSED";
91 ctx->phrase = uri;
99 const char *phrase,
108 ctx->phrase = phrase;
125 ctx->phrase = "MESSAGE";
171 return ctx->phrase;
176 return ctx->phrase;
97 serf_bucket_bwtp_header_create( int channel, const char *phrase, serf_bucket_alloc_t *allocator) argument
[all...]
/freebsd-11.0-release/contrib/serf/
H A Dserf_bucket_types.h173 const char *phrase,
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipf_y.y2171 static void dobpf(v, phrase)
2173 char *phrase;
2192 if (!strncmp(phrase, "0x", 2)) {
2195 for (i = 0, s = strtok(phrase, " \r\n\t"); s != NULL;
2234 if (pcap_compile(p, &bpf, phrase, 1, 0xffffffff)) {
2237 fprintf(stderr, "pcap parsing failed (%s)\n", phrase);
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c64 /* HaveXxxx counts how many of this kind of phrase we've seen;
66 * or date phrase. */
345 * Relative time phrase: "tomorrow", "yesterday", "+1 hour", etc.
448 * Try to match a phrase using one of the above functions.
452 phrase(struct gdstate *gds) function
949 if (!phrase(gds))
/freebsd-11.0-release/crypto/openssl/apps/
H A Dapps.c574 prompt = UI_construct_prompt(ui, "pass phrase", prompt_info);

Completed in 130 milliseconds