Home
last modified time | relevance | path

Searched refs:tab (Results 226 – 250 of 838) sorted by relevance

12345678910>>...34

/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420-klimt-wifi.dts11 #include "exynos5420-galaxy-tab-common.dtsi"
H A Dexynos5420-chagall-wifi.dts11 #include "exynos5420-galaxy-tab-common.dtsi"
/freebsd/sys/dev/sound/midi/
H A Dmidi.c1035 } *tab, cmdtab_midiioctl[] = { in midi_cmdname() local
1056 for (tab = cmdtab_midiioctl; tab->cmd != cmd && tab->cmd != -1; tab++); in midi_cmdname()
1057 return tab->name; in midi_cmdname()
/freebsd/contrib/tzdata/
H A Dzonenow.tab8 # This file is like zone1970.tab (see zone1970.tab's coments),
13 # zone1970.tab, where each timezone's clocks must agree from 1970 on.
H A Dzone1970.tab8 # a single tab. Lines beginning with '#' are comments. All text uses
354 # The next section contains experimental tab-separated comments for
357 # For example, the comment "#@AQ<tab>Antarctica/" means the country code
363 # by commas, e.g., #@IS,SH<tab>Atlantic/". If a country code is in
365 # commas, e.g., the second column of "#@CY,TR<tab>Asia/,Europe/".
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin59 * non-graphic except space, tab, and newline).
62 #define VIS_TAB 0x08 /* also encode tab */
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dchmod1 # -*- tab-width: 4 -*- ;; Emacs
H A Dip1 # -*- tab-width: 4 -*- ;; Emacs
H A Drw1 # -*- tab-width: 4 -*- ;; Emacs
H A Dsystop1 # -*- tab-width: 4 -*- ;; Emacs
H A Dudp1 # -*- tab-width: 4 -*- ;; Emacs
H A Dudplite1 # -*- tab-width: 4 -*- ;; Emacs
/freebsd/contrib/mandoc/
H A Dtbl_opts.c91 tbl->opts.tab = p[*pos]; in arg()
/freebsd/share/i18n/csmapper/GB/
H A DUCS%GB2312EXT.src25 # Format: Three tab-separated columns
H A DGB2312EXT%UCS.src25 # Format: Three tab-separated columns
/freebsd/share/i18n/csmapper/KOI/
H A DKOI8-T%UCS.src19 # Format: Three tab-separated columns
/freebsd/contrib/arm-optimized-routines/math/
H A Dpow.c19 #define T __pow_log_data.tab
113 #define T __exp_data.tab
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm.in18 // The headers of Table 24: C++ library headers [tab:headers.cpp]
19 // and the headers of Table 25: C++ headers for C library facilities [tab:headers.cpp.c]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.inc13 // based on [tab:fpos.operations]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_lookup.c871 void *tab = NULL; in ipf_lookup_find_htable() local
878 tab = ipf_htable_find(softl->ipf_back[i], unit, name); in ipf_lookup_find_htable()
884 return (tab); in ipf_lookup_find_htable()
/freebsd/usr.bin/mail/misc/
H A Dmail.tildehelp17 ~m messages Read in messages, right shifted by a tab
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template1 # -*- tab-width: 4 -*- ;; Emacs
/freebsd/contrib/unbound/util/
H A Dconfig_file.c2491 char* tab = strchr(str, '\t'); in next_space_pos() local
2492 if(!tab && !sp) in next_space_pos()
2494 if(!sp) return tab; in next_space_pos()
2495 if(!tab) return sp; in next_space_pos()
2496 return (sp<tab)?sp:tab; in next_space_pos()
2503 char* tab = strrchr(str, '\t'); in last_space_pos() local
2504 if(!tab && !sp) in last_space_pos()
2506 if(!sp) return tab; in last_space_pos()
2507 if(!tab) return sp; in last_space_pos()
2508 return (sp>tab)?sp:tab; in last_space_pos()
/freebsd/share/ctypedef/
H A Del_GR.ISO8859-7.src417 space <tab>;/
419 <vertical-tab>;/
433 <tab>;/
435 <vertical-tab>;/
1447 blank <tab>;/
/freebsd/contrib/file/magic/Magdir/
H A Dsosi25 # FIXME figure out how to accept any of [space], [tab], [newline] and

12345678910>>...34