Home
last modified time | relevance | path

Searched refs:F (Results 176 – 200 of 673) sorted by relevance

12345678910>>...27

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h106 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) __attribute__ ((format(printf,F,A))) argument
108 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) argument
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y403 seltablist_paren(A) ::= seltablist(F). {
404 A = sqliteSelectNew(0,F,0,0,0,0,0,-1,0);
503 cmd ::= insert_cmd(R) INTO nm(X) dbnm(D) inscollist_opt(F)
506 cmd ::= insert_cmd(R) INTO nm(X) dbnm(D) inscollist_opt(F) select(S).
801 ON nm(E) dbnm(DB) foreach_clause(F) when_clause(G). {
803 sqliteBeginTrigger(pParse, &B, C, D.a, D.b, pTab, F, G, T);
843 trigger_cmd(A) ::= insert_cmd(R) INTO nm(X) inscollist_opt(F)
845 {A = sqliteTriggerInsertStep(&X, F, Y, 0, R);}
848 {A = sqliteTriggerInsertStep(&X, F, 0, S, R);}
885 cmd ::= ATTACH database_kw_opt ids(F) AS nm(D) key_opt(K). {
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-invalid.c2 enum f { F = 0.1 }; enumerator
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMakefile38 src = $(*$(*$(*cmd)):N=*.c:T=F)
78 $($(~):T=F) |
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Des_dvorak28 'F',0x35; F (0x46)
H A Dno_dvorak28 'F',0x35; F (0x46)
H A Dpl_dvorak25 'F',0x35; F (0x46)
H A Duk_dvorak27 'F',0x35; F (0x46)
H A Dus_dvorak25 'F',0x35; F (0x46)
H A Dus_dvorakl43 'F',0x2e; F (0x46)
H A Dus_dvorakr37 'F',0x3e; F (0x46)
H A Dus_dvorakx25 'F',0x35; F (0x46)
H A Dfr_dvorak34 'F',0x33; F (0x46)
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dbuiltin.c2 F(__CHECKER__,__CHECKER__)
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Danchor.awk29 if (/F$/)
H A Dpipeio2.in2 S M Tu W Th F S
H A Danchor.in3 E line3 F
/illumos-gate/usr/src/data/locale/data/
H A Dde_CH.ISO8859-1.src43 <F>;/
270 <F>;/
460 <F>;/
670 <F>;/
687 (<f>,<F>);/
744 (<F>,<f>);/
1235 <F> <X3300>;<X05>;<X9C>;<F>
1335 currency_symbol "<C><H><F>"
1368 "<F><r><FULL_STOP>";/
1376 "<F><r><e><i><t><a><g>";/
[all …]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME55 Xfilter1, S=local:/var/run/f1.sock, F=R
56 Xfilter2, S=inet6:999@localhost, F=T, T=C:10m;S:1s;R:1s;E:5m
62 INPUT_MAIL_FILTER(`filter1', `S=local:/var/run/f1.sock, F=R')
63 INPUT_MAIL_FILTER(`filter2', `S=inet6:999@localhost, F=T, T=C:10m;S:1s;R:1s;E:5m')
68 IPv4 socket on port 3333 of localhost. The current flags (F=) are:
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dslovenia58 key 9 base f shift F caps F ctrl ^F altg [
/illumos-gate/usr/src/cmd/loadkeys/type_101/
H A Dhungary60 key 34 base f shift F caps F ctrl ^F altg [
H A Dpoland59 key 34 base f shift F caps F ctrl ^F altg [
H A Dczech59 key 34 base f shift F caps F ctrl ^F altg [
H A Dturkey59 key 34 base f shift F caps F ctrl ^F altg nop
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c86 #define NEST(TYPE, f, F) static TYPE f(unsigned short *xsubi) { \ argument
89 v = F(); REST(v); }

12345678910>>...27