Searched refs:word (Results 51 - 75 of 337) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/diff/src/
H A Dcmp.c50 static size_t block_compare (word const *, word const *);
51 static size_t block_compare_and_count (word const *, word const *, off_t *);
67 static word *buffer[2];
347 PTRDIFF_MAX - sizeof (word));
349 /* Allocate word-aligned buffers, with space for sentinels at the end. */
351 words_per_buffer = (buf_size + 2 * sizeof (word) - 1) / sizeof (word);
352 buffer[0] = xmalloc (2 * sizeof (word) * words_per_buffe
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c157 uint16_t word; local
161 word = __bswap16(ee->ee_base.baseEepHeader.length);
162 ee->ee_base.baseEepHeader.length = word;
164 word = __bswap16(ee->ee_base.baseEepHeader.checksum);
165 ee->ee_base.baseEepHeader.checksum = word;
167 word = __bswap16(ee->ee_base.baseEepHeader.version);
168 ee->ee_base.baseEepHeader.version = word;
170 word = __bswap16(ee->ee_base.baseEepHeader.regDmn[0]);
171 ee->ee_base.baseEepHeader.regDmn[0] = word;
173 word
[all...]
H A Dah_eeprom_v4k.c151 uint16_t word; local
155 word = __bswap16(ee->baseEepHeader.length);
156 ee->baseEepHeader.length = word;
158 word = __bswap16(ee->baseEepHeader.checksum);
159 ee->baseEepHeader.checksum = word;
161 word = __bswap16(ee->baseEepHeader.version);
162 ee->baseEepHeader.version = word;
164 word = __bswap16(ee->baseEepHeader.regDmn[0]);
165 ee->baseEepHeader.regDmn[0] = word;
167 word
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A Dchew.c79 [word starting with digit] - push atol(str) onto integer stack
284 char *word; member in struct:dict_struct
357 exec (word)
358 dict_type *word;
360 pc = word->code;
1124 nextword (string, word)
1126 char **word;
1176 *word = malloc (length + 1);
1178 dst = *word;
1213 lookup_word (word)
1239 dict_type *word; local
1318 char *word; local
[all...]
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readword.c48 * Read a word from the temp file and verify that the result matches our
49 * expectations: whether a word was read at all, how many lines were read
205 T_FUNC(single_word, "single word") variable
207 const char *word = "hello";
212 t_fprintf(tf, "%s\n", word);
214 ret = orw_expect(tf, word, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
219 T_FUNC(single_whitespace_before_word, "single whitespace before word") variable
221 const char *word = "hello";
226 t_fprintf(tf, " %s\n", word);
228 ret = orw_expect(tf, word,
233 const char *word = "hello"; variable
247 const char *word = "hello"; variable
261 const char *word = "hello"; variable
275 const char *word = "hello"; variable
290 const char *word = "hello#world"; variable
304 const char *word[] = { "hello", "world" }; variable
[all...]
/freebsd-9.3-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S230 //;;; It is then shifted into the high word, to make room for the wmask
289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
298 cmp bx,word ptr [rsi + r8 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
318 cmp bx,word ptr [rsi + r8 - 1]
326 movzx r8d, word ptr [rdi + r8*2]
337 cmp bx,word ptr [rsi + r8 - 1]
345 movzx r8d, word ptr [rdi + r8*2]
357 cmp bx,word pt
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c189 unsigned char tempstr[MAX_LEN+1], *word, *tempptr, *tempptr1; local
199 word = tempstr;
201 tempptr = rawmode ? NULL : strstr(word, "\\n");
202 tempptr1 = strchr(word, '\n');
224 waddstr(win, word);
225 word = tempptr + 1;
256 waddstr(win, word);
268 /* Print prompt word by word, wrap around if necessary */
269 while ((word
[all...]
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S283 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
284 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
285 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
286 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE (32-bit)
287 .word 0xffff,0x0,0x9a00,0x8f # SEL_SCODE16 (16-bit)
292 gdtdesc: .word gdt.1-gdt-1 # Limit
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_compress.c105 uint64_t *word, *word_end; local
119 for (word = src; word < word_end; word++)
120 if (*word != 0)
123 if (word == word_end) {
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c150 char *class, *word, *arg, *template; local
182 NEXTWORD(p, word);
185 if (EMPTYSTR(word) || EMPTYSTR(class))
230 } else if ((strcasecmp(word, "advertise") == 0)
231 || (strcasecmp(word, "advertize") == 0)) {
278 } else if (strcasecmp(word, "checkportcmd") == 0) {
281 } else if (strcasecmp(word, "chroot") == 0) {
284 } else if (strcasecmp(word, "classtype") == 0) {
300 } else if (strcasecmp(word, "conversion") == 0) {
306 infile, (int)line, word);
[all...]
/freebsd-9.3-release/libexec/rtld-elf/arm/
H A Drtld_start.S65 .word _GLOBAL_OFFSET_TABLE_ - (.L1+8)
66 .word _GLOBAL_OFFSET_TABLE_(GOT)
67 .word _DYNAMIC(GOT)
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmpboot.S83 .word bootcode-gdt /* index in gdt for 32 bit code */
147 .word kernelcode-gdt /* index in gdt for 64 bit code */
216 .word gdtend-gdt /* Length */
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s32 .word 0
H A Dtst.embedded.s32 .word 0
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinterps.c75 static char **interpreter_completer (char *text, char *word);
419 interpreter_completer (char *text, char *word) argument
440 (char *) xmalloc (strlen (word) + strlen (interp->name) + 1);
441 if (word == text)
443 else if (word > text)
446 strcpy (matches[num_matches], interp->name + (word - text));
451 strncpy (matches[num_matches], word, text - word);
452 matches[num_matches][text - word] = '\0';
/freebsd-9.3-release/lib/libc/arm/gen/
H A Dsigsetjmp.S54 .word _JB_MAGIC__SETJMP
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dmodf.S59 * with the sign occupying bit 31 of word 0, and the exponent bits 30:20
60 * of word 0. Thus, values >= 2^52 are by definition integers.
87 .word 0x43300000 ! sign = 0, exponent = 52 + 1023, mantissa = 0
88 .word 0 ! (i.e., .double 0r4503599627370496e+00)
91 .word 0 ! 0.0
92 .word 0
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dstart.S70 .word 0
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_i2c.h44 extern int bti2c_smb_writew(device_t dev, u_char slave, char cmd, short word);
/freebsd-9.3-release/sys/dev/smbus/
H A Dsmb.h40 short word; member in union:smbcmd::__anon8938
H A Dsmbconf.h95 #define smbus_writew(bus,slave,cmd,word) \
96 (SMBUS_WRITEW(device_get_parent(bus), slave, cmd, word))
99 #define smbus_readw(bus,slave,cmd,word) \
100 (SMBUS_READW(device_get_parent(bus), slave, cmd, word))
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c275 * returns TRUE if the word should be expanded, FALSE otherwise
367 * given arguments are the entire word to expand, the first curly
368 * brace in the word, the search path, and the list to store the
380 DirExpandCurly(const char *word, const char *brace, struct Path *path, argument
390 * (chars before and after the clause in 'word') */
412 otherLen = brace - word + strlen(end);
431 if (brace != word)
432 strncpy(file, word, brace - word);
434 strncpy(&file[brace - word], star
485 DirExpandInt(const char *word, const struct Path *path, Lst *expansions) argument
508 Path_Expand(char *word, struct Path *path, Lst *expansions) argument
[all...]
/freebsd-9.3-release/bin/sh/
H A Dmktokens55 TWORD 0 word
/freebsd-9.3-release/contrib/gcc/
H A Dsbitmap.h60 /* The pointer to the first word of the bitmap. */
66 /* The current word index. */
73 SBITMAP_ELT_TYPE word; member in struct:__anon1204
88 i->word = 0;
90 i->word = (i->ptr[i->word_num]
102 for (; i->word == 0; i->word = i->ptr[i->word_num])
114 for (; (i->word & 1) == 0; i->word >>= 1)
127 i->word >>
[all...]
/freebsd-9.3-release/games/fortune/tools/
H A Ddo_uniq.py22 for word in wordlist:
23 f = re.sub(word, '', f)

Completed in 151 milliseconds

1234567891011>>