Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 221) sorted by relevance

123456789

/dflybsd-src/tools/regression/usr.bin/m4/
H A Dregress.quotes.out3 1: normal
6 normal STRING
13 normal STRING
17 3: normal changed quote
20 normal STRING
27 normal STRING
33 normal STRING
36 6: normal quotes are back
40 normal STRING
47 normal string
H A Dquotes.m45 1: normal
8 normal string
16 normal string
20 3: normal changed quote
24 normal string
32 normal string
40 normal string
44 6: normal quotes are back
48 normal string
56 normal string
H A Dregress.m4wrap3.out1 normal m4 stuff
H A Dm4wrap3.m412 normal m4 stuff
/dflybsd-src/nrelease/gui/root/.fvwm/
H A D.fvwm2rc22 …edium-r-normal-*-14-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-14-*-*-*-*-*-*-*,-*-mincho-medium-r-
330 …edium-r-normal-*-12-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-mincho-medium-r-
335 …edium-r-normal-*-10-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-mincho-medium-r-
347 …edium-r-normal-*-10-*-*-*-*-*-*-*,-*-gothic-medium-r-normal-*-10-*-*-*-*-*-*-*,-*-mincho-medium-r-
/dflybsd-src/contrib/file/magic/Magdir/
H A Dnetbsd38 0 name netbsd-normal
64 >0 use netbsd-normal
76 >0 use \^netbsd-normal
88 >0 use \^netbsd-normal
100 >0 use netbsd-normal
115 >0 use \^netbsd-normal
127 >0 use netbsd-normal
139 >0 use netbsd-normal
151 >0 use netbsd-normal
174 >0 use netbsd-normal
[all …]
H A Dmodem9 >29 byte 0 \b, normal resolution
84 >>6 leshort 100 \b, normal resolution
/dflybsd-src/contrib/dialog/
H A Dutil.c99 #define UseShadow(dw) ((dw) != 0 && (dw)->normal != 0 && (dw)->shadow != 0)
161 p->normal = parent; in add_subwindow()
177 if (p->normal == parent) { in del_subwindows()
1573 find_window(DIALOG_WINDOWS * list, WINDOW *win, bool normal) in find_window() argument
1579 WINDOW *check = normal ? p->normal : p->shadow; in find_window()
1640 if (dw->normal != p->normal in window_at_cell()
1641 && dw->shadow != p->normal in window_at_cell()
1642 && (result = in_window(p->normal, y_want, x_want)) != 0) { in window_at_cell()
1653 in_shadow(WINDOW *normal, WINDOW *shadow, int y, int x) in in_shadow() argument
1656 int ybase = getbegy(normal); in in_shadow()
[all …]
/dflybsd-src/contrib/expat/lib/
H A Dxmltok.c1315 struct normal_encoding normal; member
1418 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding()
1429 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2)); in XmlInitUnknownEncoding()
1436 e->normal.type[i] = latin1_encoding.type[c]; in XmlInitUnknownEncoding()
1441 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding()
1450 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding()
1452 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()
1454 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding()
1462 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding()
1463 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding()
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Darchive.c1570 const char *normal; in _bfd_construct_extended_name_table() local
1595 normal = adjust_relative_path (filename, abfd->filename); in _bfd_construct_extended_name_table()
1597 normal = filename; in _bfd_construct_extended_name_table()
1601 total_namelen += strlen (normal) + 1; in _bfd_construct_extended_name_table()
1609 normal = normalize (current, current->filename); in _bfd_construct_extended_name_table()
1610 if (normal == NULL) in _bfd_construct_extended_name_table()
1613 thislen = strlen (normal); in _bfd_construct_extended_name_table()
1632 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0 in _bfd_construct_extended_name_table()
1638 memcpy (hdr->ar_name, normal, thislen); in _bfd_construct_extended_name_table()
1663 const char *normal; in _bfd_construct_extended_name_table() local
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Darchive.c1612 const char *normal; in _bfd_construct_extended_name_table() local
1637 normal = adjust_relative_path (filename, abfd->filename); in _bfd_construct_extended_name_table()
1639 normal = filename; in _bfd_construct_extended_name_table()
1643 total_namelen += strlen (normal) + 1; in _bfd_construct_extended_name_table()
1651 normal = normalize (current, current->filename); in _bfd_construct_extended_name_table()
1652 if (normal == NULL) in _bfd_construct_extended_name_table()
1655 thislen = strlen (normal); in _bfd_construct_extended_name_table()
1674 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0 in _bfd_construct_extended_name_table()
1680 memcpy (hdr->ar_name, normal, thislen); in _bfd_construct_extended_name_table()
1705 const char *normal; in _bfd_construct_extended_name_table() local
[all …]
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Darchive.c1536 const char *normal; in _bfd_construct_extended_name_table() local
1561 normal = adjust_relative_path (filename, abfd->filename); in _bfd_construct_extended_name_table()
1563 normal = filename; in _bfd_construct_extended_name_table()
1567 total_namelen += strlen (normal) + 1; in _bfd_construct_extended_name_table()
1575 normal = normalize (abfd, current->filename); in _bfd_construct_extended_name_table()
1576 if (normal == NULL) in _bfd_construct_extended_name_table()
1579 thislen = strlen (normal); in _bfd_construct_extended_name_table()
1598 if (filename_ncmp (normal, hdr->ar_name, thislen) != 0 in _bfd_construct_extended_name_table()
1604 memcpy (hdr->ar_name, normal, thislen); in _bfd_construct_extended_name_table()
1629 const char *normal; in _bfd_construct_extended_name_table() local
[all …]
/dflybsd-src/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c241 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { in getdrv() argument
257 normal[i] = 0; in getdrv()
277 normal[i] += help; in getdrv()
365 double normal[KEYHSBYTES]; in PTW_computeKey() local
410 getdrv(state->table, keylen, normal, ausreisser); in PTW_computeKey()
413 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
/dflybsd-src/share/examples/sliplogin/
H A Dslip.hosts4 # normal - no header compression
12 Sjun vangogh 128.32.130.36 0xffffff00 normal
/dflybsd-src/share/examples/ppp/
H A Dchap-auth67 .$n.value configure -state normal -takefocus 0;
96 button .b.cancel -default normal -text "Cancel" -command {exit 1};
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddojump.c402 goto normal; in do_jump()
408 goto normal; in do_jump()
474 goto normal; in do_jump()
579 goto normal; in do_jump()
590 goto normal; in do_jump()
601 goto normal; in do_jump()
607 normal: in do_jump()
/dflybsd-src/games/worms/
H A Dworms.c63 normal[8] = { variable
298 …(y == bottom ? lowright : right)) : (!y ? upper : (y == bottom ? lower : normal))))[w->orientation… in main()
/dflybsd-src/sys/vfs/hammer2/
H A DFREEMAP54 During normal operation, each filesystem flush rotates to a new volume
63 meta-data levels), plus one level of leaf-data. Unlike normal files,
109 be flushed at least once a minute by the normal filesystem sync. The
127 on-media, so even a normal umount will cause partially allocated
182 bulk accesses efficient (in addition to normal file accesses).
306 freemap that normal files use, with a few special cases added to force
313 is with normal files. However, unlike normal files, shorcuts will
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c1036 bool normal = TRUE; in _nc_read_termcap_entry() local
1047 normal = FALSE; in _nc_read_termcap_entry()
1051 normal = FALSE; in _nc_read_termcap_entry()
1055 if (normal) { /* normal case */ in _nc_read_termcap_entry()
/dflybsd-src/gnu/usr.bin/cvs/libdiff/
H A DMakefile20 normal.c \
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddojump.c459 goto normal; in do_jump()
466 goto normal; in do_jump()
609 goto normal; in do_jump()
621 goto normal; in do_jump()
632 goto normal; in do_jump()
638 normal: in do_jump()
/dflybsd-src/initrd/etc/
H A Dmotd5 this shell to continue the normal boot.
/dflybsd-src/contrib/binutils-2.27/gold/
H A DREADME2 ELF and to run as fast as possible on modern systems. For normal use
37 while still supporting the normal case of native linking as fast as
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dnew84 * - normal single new and delete (no arguments, throw @c bad_alloc on error)
85 * - normal array new and delete (same)
/dflybsd-src/test/vkernel/
H A DREADME19 can then attach to it. If you bridge you can use your normal LAN's dhcp

123456789