HomeSort by: relevance | last modified time | path
    Searched defs:word (Results 1 - 25 of 894) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 49 u16 word[2]; member in struct:ixgbe_pba
ixgbe_common.h 49 u16 word[2]; member in struct:ixgbe_pba
ixgbe_common.h 49 u16 word[2]; member in struct:ixgbe_pba
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames 11 word-indices
12 word-indices-index
15 (defstruct word-list
81 (let* ((word (subseq name i1 i2))
82 (len (length word)))
88 (make-word-list
92 (let ((word-list (aref words-by-length len)))
93 (unless (gethash word (word-list-hashed word-list)
    [all...]
gen-uninames 11 word-indices
12 word-indices-index
15 (defstruct word-list
81 (let* ((word (subseq name i1 i2))
82 (len (length word)))
88 (make-word-list
92 (let ((word-list (aref words-by-length len)))
93 (unless (gethash word (word-list-hashed word-list)
    [all...]
gen-uninames 11 word-indices
12 word-indices-index
15 (defstruct word-list
81 (let* ((word (subseq name i1 i2))
82 (len (length word)))
88 (make-word-list
92 (let ((word-list (aref words-by-length len)))
93 (unless (gethash word (word-list-hashed word-list)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel-gram.y 60 %type <expr> word words
85 words : word { $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }
86 | word ',' words { $$ = _hx509_make_expr(expr_WORDS, $1, $3); }
89 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); }
90 | word '!' '=' word { $$ = _hx509_make_expr(comp_NE, $1, $4); }
91 | word kw_TAILMATCH word { $$ = _hx509_make_expr(comp_TAILEQ, $1, $3); }
92 | word kw_IN '(' words ')' { $$ = _hx509_make_expr(comp_IN, $1, $4);
96 word : number { $$ = $1; } label
    [all...]
sel-gram.y 60 %type <expr> word words
85 words : word { $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }
86 | word ',' words { $$ = _hx509_make_expr(expr_WORDS, $1, $3); }
89 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); }
90 | word '!' '=' word { $$ = _hx509_make_expr(comp_NE, $1, $4); }
91 | word kw_TAILMATCH word { $$ = _hx509_make_expr(comp_TAILEQ, $1, $3); }
92 | word kw_IN '(' words ')' { $$ = _hx509_make_expr(comp_IN, $1, $4);
96 word : number { $$ = $1; } label
    [all...]
sel-gram.y 60 %type <expr> word words
85 words : word { $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }
86 | word ',' words { $$ = _hx509_make_expr(expr_WORDS, $1, $3); }
89 comp : word '=' '=' word { $$ = _hx509_make_expr(comp_EQ, $1, $4); }
90 | word '!' '=' word { $$ = _hx509_make_expr(comp_NE, $1, $4); }
91 | word kw_TAILMATCH word { $$ = _hx509_make_expr(comp_TAILEQ, $1, $3); }
92 | word kw_IN '(' words ')' { $$ = _hx509_make_expr(comp_IN, $1, $4);
96 word : number { $$ = $1; } label
    [all...]
  /src/external/bsd/openpam/dist/lib/libpam/
openpam_readlinev.c 58 char *word, **wordv, **tmp; local
69 while ((word = openpam_readword(f, lineno, &wordlen)) != NULL) {
80 /* insert our word */
81 wordv[wordvlen++] = word;
83 word = NULL;
91 free(word);
126 * allocated NUL-terminated strings, each containing a single word, in the
openpam_readword.c 53 * Read a word from a file, respecting shell quoting rules.
59 char *word; local
97 word = NULL;
107 if (openpam_straddch(&word, &size, &len, 0) != 0)
117 openpam_straddch(&word, &size, &len, '\\') != 0) {
118 free(word);
122 if (openpam_straddch(&word, &size, &len, ch) != 0) {
123 free(word);
134 free(word);
140 free(word);
    [all...]
openpam_readlinev.c 58 char *word, **wordv, **tmp; local
69 while ((word = openpam_readword(f, lineno, &wordlen)) != NULL) {
80 /* insert our word */
81 wordv[wordvlen++] = word;
83 word = NULL;
91 free(word);
126 * allocated NUL-terminated strings, each containing a single word, in the
openpam_readword.c 53 * Read a word from a file, respecting shell quoting rules.
59 char *word; local
97 word = NULL;
107 if (openpam_straddch(&word, &size, &len, 0) != 0)
117 openpam_straddch(&word, &size, &len, '\\') != 0) {
118 free(word);
122 if (openpam_straddch(&word, &size, &len, ch) != 0) {
123 free(word);
134 free(word);
140 free(word);
    [all...]
openpam_readlinev.c 58 char *word, **wordv, **tmp; local
69 while ((word = openpam_readword(f, lineno, &wordlen)) != NULL) {
80 /* insert our word */
81 wordv[wordvlen++] = word;
83 word = NULL;
91 free(word);
126 * allocated NUL-terminated strings, each containing a single word, in the
openpam_readword.c 53 * Read a word from a file, respecting shell quoting rules.
59 char *word; local
97 word = NULL;
107 if (openpam_straddch(&word, &size, &len, 0) != 0)
117 openpam_straddch(&word, &size, &len, '\\') != 0) {
118 free(word);
122 if (openpam_straddch(&word, &size, &len, ch) != 0) {
123 free(word);
134 free(word);
140 free(word);
    [all...]
  /src/external/bsd/openpam/dist/t/
t_openpam_readword.c 55 * Read a word from the temp file and verify that the result matches our
56 * expectations: whether a word was read at all, how many lines were read
264 T_FUNC(single_word, "single word") variable
266 const char *word = "hello";
271 t_fprintf(tf, "%s\n", word);
273 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
278 T_FUNC(single_whitespace_before_word, "single whitespace before word") variable
280 const char *word = "hello";
285 t_fprintf(tf, " %s\n", word);
287 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/)
292 const char *word = "hello"; variable
306 const char *word = "hello"; variable
320 const char *word = "hello"; variable
334 const char *word = "hello"; variable
349 const char *word = "hello#world"; variable
363 const char *word[] = { "hello", "world" }; variable
    [all...]
t_openpam_readword.c 55 * Read a word from the temp file and verify that the result matches our
56 * expectations: whether a word was read at all, how many lines were read
264 T_FUNC(single_word, "single word") variable
266 const char *word = "hello";
271 t_fprintf(tf, "%s\n", word);
273 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
278 T_FUNC(single_whitespace_before_word, "single whitespace before word") variable
280 const char *word = "hello";
285 t_fprintf(tf, " %s\n", word);
287 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/)
292 const char *word = "hello"; variable
306 const char *word = "hello"; variable
320 const char *word = "hello"; variable
334 const char *word = "hello"; variable
349 const char *word = "hello#world"; variable
363 const char *word[] = { "hello", "world" }; variable
    [all...]
t_openpam_readword.c 55 * Read a word from the temp file and verify that the result matches our
56 * expectations: whether a word was read at all, how many lines were read
264 T_FUNC(single_word, "single word") variable
266 const char *word = "hello";
271 t_fprintf(tf, "%s\n", word);
273 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
278 T_FUNC(single_whitespace_before_word, "single whitespace before word") variable
280 const char *word = "hello";
285 t_fprintf(tf, " %s\n", word);
287 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/)
292 const char *word = "hello"; variable
306 const char *word = "hello"; variable
320 const char *word = "hello"; variable
334 const char *word = "hello"; variable
349 const char *word = "hello#world"; variable
363 const char *word[] = { "hello", "world" }; variable
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-endian.c 66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
67 in.word = (RAW); \
72 SET out.word;
99 sim_endian_split_16 (unsigned_16 word, int w)
103 return word.a[1 - w];
107 return word.a[w];
117 unsigned_16 word; local
120 word.a[0] = l;
121 word.a[1] = h;
125 word.a[0] = h
    [all...]
sim-endian.c 66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
67 in.word = (RAW); \
72 SET out.word;
99 sim_endian_split_16 (unsigned_16 word, int w)
103 return word.a[1 - w];
107 return word.a[w];
117 unsigned_16 word; local
120 word.a[0] = l;
121 word.a[1] = h;
125 word.a[0] = h
    [all...]
sim-endian.c 66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
67 in.word = (RAW); \
72 SET out.word;
99 sim_endian_split_16 (unsigned_16 word, int w)
103 return word.a[1 - w];
107 return word.a[w];
117 unsigned_16 word; local
120 word.a[0] = l;
121 word.a[1] = h;
125 word.a[0] = h
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-endian.c 66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
67 in.word = (RAW); \
72 SET out.word;
99 sim_endian_split_16 (unsigned_16 word, int w)
103 return word.a[1 - w];
107 return word.a[w];
117 unsigned_16 word; local
120 word.a[0] = l;
121 word.a[1] = h;
125 word.a[0] = h
    [all...]
sim-endian.c 66 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
67 in.word = (RAW); \
72 SET out.word;
99 sim_endian_split_16 (unsigned_16 word, int w)
103 return word.a[1 - w];
107 return word.a[w];
117 unsigned_16 word; local
120 word.a[0] = l;
121 word.a[1] = h;
125 word.a[0] = h
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
line_wrap.c 82 const char *word; local
101 for (start_line = word = str; word != 0; word = next_word) {
102 next_space = word + strcspn(word, " \t");
103 if (word > start_line) {
105 line_len = word - start_line;
109 while (*word && ISSPACE(*word))
    [all...]
line_wrap.c 82 const char *word; local
101 for (start_line = word = str; word != 0; word = next_word) {
102 next_space = word + strcspn(word, " \t");
103 if (word > start_line) {
105 line_len = word - start_line;
109 while (*word && ISSPACE(*word))
    [all...]

Completed in 79 milliseconds

1 2 3 4 5 6 7 8 91011>>