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

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dargo_debug.h95 #define ASSERT(phrase) \
96 if( !(phrase) ) printf("ASSERTION NOT VALID at line %d file %s\n",__LINE__,__FILE__)
98 #define ASSERT(phrase) /* phrase */
103 #define ASSERT(phrase) /* phrase */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c158 /* get a pass phrase from the user */
160 pgp_getpassphrase(void *in, char *phrase, size_t size) argument
167 (void) snprintf(phrase, size, "%s", p);
169 if (fgets(phrase, (int)size, in) == NULL) {
172 phrase[strlen(phrase) - 1] = 0x0;
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipf_y.y1885 static void dobpf(v, phrase)
1887 char *phrase;
1906 if (!strncmp(phrase, "0x", 2)) {
1909 for (i = 0, s = strtok(phrase, " \r\n\t"); s != NULL;
1955 if (pcap_compile(p, &bpf, phrase, 1, 0xffffffff)) {
1958 fprintf(stderr, "pcap parsing failed (%s)\n", phrase);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_m.c836 * This does the actual work of reading the pin/password/pass phrase
859 unsigned char phrase[200]; local
863 "Please enter pin, password, or pass phrase for security token '%s': ",
867 fgets( (char*)phrase, sizeof(phrase), stdin );
873 phrase[strlen((char*)phrase)-1] = 0;
875 pwdstr = PL_strdup( (char*)phrase );
884 * may be protected by a pin or password or even pass phrase
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dmdoc_macro.c62 static int phrase(struct mdoc *, int, int, char *);
1013 * for `It -column', which has phrase-part syntax instead of
1068 /* Initialise last-phrase-type with ARGS_PEND. */
1086 * phrase or partial phrase.
1098 * the MDOC_HEAD) for non-phrase types.
1140 * partial-phrase (this effects line handling)
1141 * then call down into the phrase parser.
1149 if ( ! phrase(m, line, la, buf))
1711 phrase(struc function
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dgetdate.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))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dapps.c583 prompt = UI_construct_prompt(ui, "pass phrase",

Completed in 147 milliseconds