Searched refs:number (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/freebsd-9.3-release/bin/sh/
H A Dmain.c337 exitshell(number(argv[1]));
H A Doptions.c363 n = number(argv[1]);
404 if (number(value) == 1) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py37 information about the property -- if it's readonly, a number vs
42 __slots__ = "name", "number", "type", "default", "attr", "validtypes", \
52 self.number = t[1]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.c162 head->sections[i].number = idx;
174 head->sections[0].number = 0;
544 s->number = ++symbol_index;
575 struct coff_isection *is = cur_sfile->section + s->where->section->number;
H A Dcoffdump.c338 printf ("Symbol %s, tag %d, number %d", p->name, p->tag, p->number);
420 printf ("section %s %d %d address %x size %x number %d nrelocs %d",
422 ptr->number, ptr->nrelocs);
/freebsd-9.3-release/contrib/binutils/include/
H A Ddemangle.h221 /* A template parameter. This holds a number, which is the template
329 /* An extended operator. This holds the number of arguments, and
360 number which involves neither modifying the mangled string nor
445 long number; member in struct:demangle_component::__anon611::__anon619
490 operator and the number of arguments which it takes (the latter is
500 number of arguments and the name. Returns non-zero on success,
/freebsd-9.3-release/contrib/gcclibs/include/
H A Ddemangle.h209 /* A template parameter. This holds a number, which is the template
317 /* An extended operator. This holds the number of arguments, and
348 number which involves neither modifying the mangled string nor
433 long number; member in struct:demangle_component::__anon1254::__anon1262
478 operator and the number of arguments which it takes (the latter is
488 number of arguments and the name. Returns non-zero on success,
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.h34 /* This is the maximum number of bytes a breakpoint instruction can take.
298 int number;
303 /* Line number of this address. */
359 /* Thread number for thread-specific breakpoint, or -1 if don't care */
362 /* Count of the number of times this breakpoint was taken, dumped
540 /* Return the breakpoint number of the first breakpoint we are stopped
297 int number; member in struct:breakpoint
/freebsd-9.3-release/contrib/gdb/include/
H A Ddemangle.h198 /* A template parameter. This holds a number, which is the template
303 /* An extended operator. This holds the number of arguments, and
334 number which involves neither modifying the mangled string nor
419 long number; member in struct:demangle_component::__anon1471::__anon1479
464 operator and the number of arguments which it takes (the latter is
474 number of arguments and the name. Returns non-zero on success,
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md22 number = 10k;
169 + `[s|min|d|w|y]` - time multipliers, all time values are translated to float number of seconds, for example `10min` is translated to 600.0 and `10ms` is translated to 0.01
/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h58 * \brief Stream number in the lzma_index
62 lzma_vli number; member in struct:__anon4477::__anon4478
118 * \brief Block number in the file
150 * \brief Block number in this Stream
274 * On disk, the size of the Index field depends on both the number of Records
277 * depends only on the number of Records/Blocks stored in the Index(es), and
278 * in case of concatenated lzma_indexes, the number of Streams. The size in
282 * the given number of Streams and Blocks in lzma_index structure. This
403 * \brief Get the number of Streams
410 * \brief Get the number o
[all...]
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.h54 int use_set; /* work with specified set number */
218 void *safe_calloc(size_t number, size_t size);
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y177 %type <num> number digits optnumber
244 | IL_MTU number { set_ifmtu($2); }
430 IL_ICMP_SEQ number { set_icmpseq($2); }
431 | IL_ICMP_ID number { set_icmpid($2); }
438 icmpts: IL_ICMP_OTIME number { set_icmpotime($2); }
439 | IL_ICMP_RTIME number { set_icmprtime($2); }
440 | IL_ICMP_TTIME number { set_icmpttime($2); }
453 | IL_ICMP_UNREACH_NEEDFRAG number ';' { set_icmpmtu($2); }
489 '{' number '}' ';' { set_icmppprob($2); }
557 number label
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dauto.obj.mk21 # We repeat the mkdir -p a number of times to try and work around this.
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys197 #%indicates that padding may vary in proportion to the number of
264 columns cols num co - - YBCGE number of columns in a line
266 lines lines num li - - YBCGE number of lines on screen or page
268 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso
270 virtual_terminal vt num vt - - YB--- virtual terminal number (CB/unix)
271 width_status_line wsl num ws - - YB-G- number of columns in status line
272 num_labels nlab num Nl - - ----- number of labels on screen
276 maximum_windows wnum num MW - - ----- maximum number of defineable windows
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number o
[all...]
/freebsd-9.3-release/usr.bin/dc/
H A Dstack.c56 /* Clear number or string, but leave value itself */
77 /* Copy number or string content into already allocated target */
153 stack_pushnumber(struct stack *stack, struct number *b)
222 struct number *
233 warnx("not a number"); /* XXX remove */
/freebsd-9.3-release/usr.sbin/ppp/
H A Dlink.c197 u_short number; member in struct:protostatheader
221 if (ProtocolStat[i].number == proto)
/freebsd-9.3-release/contrib/binutils/ld/
H A Ddeffilep.y103 int number;
111 %token <number> NUMBER
112 %type <number> opt_base opt_ordinal
113 %type <number> attr attr_list opt_number exp_opt_list exp_opt
989 yylval.number = strtoul (buffer, 0, 0);
991 printf ("lex: `%s' returns NUMBER %d\n", buffer, yylval.number);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dlex.c428 /* See if the characters of a number token are valid in a name (no
484 cpp_error (pfile, CPP_DL_PEDWARN, "'$' in identifier or number");
566 /* Lex a number to NUMBER starting at BUFFER->CUR - 1. */
568 lex_number (cpp_reader *pfile, cpp_string *number, argument
591 number->len = cur - base;
592 dest = _cpp_unaligned_alloc (pfile, number->len + 1);
593 memcpy (dest, base, number->len);
594 dest[number->len] = '\0';
595 number->text = dest;
925 /* Tell the compiler the line number o
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c100 * adjusted for average computation overhead. The magic number is the length
221 float number = 0.0; local
225 number = number * 10 + (*cp - '0');
227 number *= affcnt;
229 number += (*cp - '0') / 10.0;
235 cum_cost += number * 10;
1145 * estimate computed from the number of transmits and the baud
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex.c112 uint32_t number; member in struct:__anon4504
114 /// Total number of Blocks before this Stream
120 /// This keeps the number of memory allocations reasonable
157 /// Total number of Records in all Streams in this lzma_index
355 s->number = stream_number;
477 // Maximum number of Streams is "only" UINT32_MAX, because
755 this->number += info->stream_number_add;
870 src->node.uncompressed_base, src->number,
1011 iter->stream.number = stream->number;
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_ca.in254 --serial-number="deadbeaf" \
264 --serial-number="deadbeaf22" \
312 --serial-number="deadbeaf" \
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_mkupdate.c84 *\li -1 if error in reading a word/number in rdata
89 *\li -4 on a number overflow
843 * Get a whitespace delimited base 16 number from a string (not file) into buf
844 * update the start pointer to point after the number in the string.
891 * Get a whitespace delimited base 10 number from a string (not file) into buf
892 * update the start pointer to point after the number in the string.
1090 * Convert service name or (ascii) number to int.
1103 * Convert protocol name or (ascii) number to int.
1169 static char number[8]; local
1176 (void) sprintf(number, "
1184 static char number[8]; local
[all...]
/freebsd-9.3-release/sys/dev/asmc/
H A Dasmc.c544 /* XXX magic number */
635 * XXX: The number of keys is a 32 bit buffer, but
639 device_printf(dev, "number of keys: %d\n", buf[3]);
757 asmc_key_dump(device_t dev, int number) argument
769 index[0] = (number >> 24) & 0xff;
770 index[1] = (number >> 16) & 0xff;
771 index[2] = (number >> 8) & 0xff;
772 index[3] = (number) & 0xff;
836 "(len %d), data", number, key, type, maxlen);

Completed in 436 milliseconds

1234567891011>>