Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 681) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_device.h47 #define audio_get_play_config(F, H) \ argument
48 audio__setplayhdr((F), (H), AUDIO__PLAY)
49 #define audio_get_record_config(F, H) \ argument
50 audio__setplayhdr((F), (H), AUDIO__RECORD)
63 #define audio_set_play_config(F, H) \ argument
64 audio__setplayhdr((F), (H), AUDIO__SET|AUDIO__PLAY)
65 #define audio_set_record_config(F, H) \ argument
66 audio__setplayhdr((F), (H), AUDIO__SET|AUDIO__RECORD)
74 #define audio_pause(F) \ argument
75 audio__setpause((F), AUDIO__PLAYREC|AUDIO__PAUSE)
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c34 #define F | KBTYPE_FUNC macro
52 /* 02 */ '1', '!', NOP, 0x78 F,
53 /* 03 */ '2', '@', NOP, 0x79 F,
54 /* 04 */ '3', '#', NOP, 0x7a F,
55 /* 05 */ '4', '$', NOP, 0x7b F,
56 /* 06 */ '5', '%', NOP, 0x7c F,
57 /* 07 */ '6', '^', '^'C, 0x7d F,
58 /* 08 */ '7', '&', NOP, 0x7e F,
59 /* 09 */ '8', '*', NOP, 0x7f F,
60 /* 0a */ '9', '(', NOP, 0x80 F,
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc114 char2short(char *&F, short *&T) { *T++ = ((short)*F++) << 8; } in char2short() argument
116 char2long(char *&F, long *&T) { *T++ = ((long)*F++) << 24; } in char2long() argument
118 char2float(char *&F, float *&T) { *T++ = char2dbl(*F++); } in char2float() argument
120 char2double(char *&F, double *&T) { *T++ = char2dbl(*F++); } in char2double() argument
122 char2ulaw(char *&F, ulaw *&T) { *T++ = audio_c2u(*F); F++; } in char2ulaw() argument
124 char2alaw(char *&F, alaw *&T) { *T++ = audio_c2a(*F); F++; } in char2alaw() argument
127 short2char(short *&F, char *&T) { *T++ = (char)(*F++ >> 8); } in short2char() argument
129 short2long(short *&F, long *&T) { *T++ = ((long)*F++) << 16; } in short2long() argument
131 short2float(short *&F, float *&T) { *T++ = short2dbl(*F++); } in short2float() argument
133 short2double(short *&F, double *&T) { *T++ = short2dbl(*F++); } in short2double() argument
[all …]
/illumos-gate/usr/src/cmd/sort/
H A Dinitialize.c125 field_t *F; in initialize_post() local
139 F = S->m_fields_head; in initialize_post()
141 while (F != NULL) { in initialize_post()
142 switch (F->f_species) { in initialize_post()
144 if (F->f_options & in initialize_post()
148 F->f_convert = field_convert_alpha; in initialize_post()
150 F->f_convert = in initialize_post()
154 F->f_convert = field_convert_numeric; in initialize_post()
157 F->f_convert = field_convert_month; in initialize_post()
160 die(EMSG_UNKN_FIELD, F->f_species); in initialize_post()
[all …]
H A Dfields.c269 field_t *F = safe_realloc(NULL, sizeof (field_t)); in field_new() local
271 F->f_start_field = -1; in field_new()
272 F->f_start_offset = -1; in field_new()
273 F->f_end_field = -1; in field_new()
274 F->f_end_offset = -1; in field_new()
275 F->f_next = NULL; in field_new()
278 F->f_species = ALPHA; in field_new()
279 F->f_options = 0; in field_new()
281 F->f_species = S->m_default_species; in field_new()
282 F->f_options = S->m_field_options; in field_new()
[all …]
H A Doptions.c118 parse_field_spec(field_t *F, char *C, int flags, int length) in parse_field_spec() argument
154 F->f_options |= FIELD_DICTIONARY_ORDER; in parse_field_spec()
157 F->f_options |= FIELD_FOLD_UPPERCASE; in parse_field_spec()
160 F->f_options |= in parse_field_spec()
164 F->f_species = MONTH; in parse_field_spec()
167 F->f_species = NUMERIC; in parse_field_spec()
170 F->f_options |= in parse_field_spec()
181 F->f_start_field = field; in parse_field_spec()
182 F->f_start_offset = offset; in parse_field_spec()
184 F->f_start_field--; in parse_field_spec()
[all …]
H A Dinvoke.c36 display_field_defns(field_t *F) in display_field_defns() argument
40 for (i = 0; F != NULL; F = F->f_next, i++) { in display_field_defns()
42 field_print(F); in display_field_defns()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2162 file="$F"
2164 file="$DIR/$F"
2168 if [[ -e $CWS/$DIR/$F ]]; then
2169 cp $CWS/$DIR/$F $newdir/$DIR/$F
2170 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2181 rm -f $newdir/$DIR/$F
2182 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2188 svn status $CWS/$DIR/$F | read stat file
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2203 rm -f $newdir/$DIR/$F
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dnvm_meta.txt110 …?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:…
127 …7,offset 160 27,size 16 27,elementSize 0 27,stringFormat {^(?:0x)?([0-9a-fA-F]+)$} 27,listType bit…
128 …8,offset 176 28,size 16 28,elementSize 0 28,stringFormat {^(?:0x)?([0-9a-fA-F]+)$} 28,listType bit…
130 …30,offset 196 30,size 3 30,elementSize 0 30,stringFormat {^(?:0x)?([0-9a-fA-F]+)$} 30,listType bit…
132 …32,offset 203 32,size 3 32,elementSize 0 32,stringFormat {^(?:0x)?([0-9a-fA-F]+)$} 32,listType bit…
134 …4,offset 224 34,size 16 34,elementSize 0 34,stringFormat {^(?:0x)?([0-9a-fA-F]+)$} 34,listType bit…
135 …e "nvm_cfg1" 37,offset 128 37,size 16 37,elementSize 0 37,stringFormat {^(?:0x)?([0-9a-fA-F]{4})$}\
145 …tSize 8 47,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
146 …tSize 8 48,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
148 …tSize 8 50,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypinit.sh44 clientp=F
45 masterp=F
46 slavep=F
50 got_host_list=F
52 non_interactive=F
53 exit_on_error=F
54 errors_in_setup=F
219 if [ $slavep = F ]
221 if [ $non_interactive = F ]
223 while [ $got_host_list = F ]; do
[all …]
/illumos-gate/usr/src/lib/libm/common/R/
H A Dexpf.c322 static const float F[] = { variable
334 #define zero F[0]
335 #define one F[1]
336 #define p1 F[2]
337 #define p2 F[3]
338 #define big F[4]
339 #define tiny F[5]
341 #define twom60 F[6]
/illumos-gate/usr/src/data/locale/tools/
H A DMakefile40 java -jar posix.jar org.unicode.cldr.posix.GenerateCharmap -d build -c $(@F:%.cm=%)
43 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.GB1803…
45 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
47 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
49 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
51 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
53 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
55 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
57 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.ISO885…
59 …java -DCLDR_DIR=cldr -jar posix.jar org.unicode.cldr.posix.GeneratePOSIX -d build -m $(@F:%.KOI8-R…
[all …]
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl93 if (!open(F, "<$dir/private")) {
97 close(F);
165 if (!open(F, "<$file")) {
169 read(F, $bytes, $size);
170 close(F);
191 if (!open(F, ">$file")) {
195 syswrite(F, $bytes, $size);
196 close(F);
H A Dsignit.pl209 if (!open(F, "<$file")) {
213 read(F, $bytes, $size);
214 close(F);
237 if (!open(F, ">$file")) {
241 syswrite(F, $bytes, $size);
242 close(F);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
411 F = (1.0/N) * j + 1; /* F*128 is an integer in [128, 512] */
412 f = g - F;
415 g = 1/(2*F+f);
432 u2 = (2.0*(f - F*u1) - u1*f) * g;
459 double F, f, g, q, u, v, u2, one = 1.0; local
473 F = (1.0/N) * j + 1;
474 f = g - F;
476 g = 1/(2*F+f);
484 u2 = (2.0*(f - F*u1) - u1*f) * g;
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.xcl83 msgid "F:o:mb:?V"
119 msgid "F:o:p:a:m:c:n:i:?IlsuV"
121 msgid "F:o:?i:asV"
122 msgid "F:o:?V"
128 msgid "F:o:?V"
136 msgid "F:o:s:a:f:?dvV"
138 msgid "F:o:z:?V"
140 msgid "F:o:?nV"
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in183 translator fileinfo_t < struct file *F > {
184 fi_name = F == NULL ? "<none>" :
185 F->f_vnode->v_path == NULL ? "<unknown>" :
186 basename(cleanpath(F->f_vnode->v_path));
187 fi_dirname = F == NULL ? "<none>" :
188 F->f_vnode->v_path == NULL ? "<unknown>" :
189 dirname(cleanpath(F->f_vnode->v_path));
190 fi_pathname = F == NULL ? "<none>" :
191 F->f_vnode->v_path == NULL ? "<unknown>" :
192 cleanpath(F->f_vnode->v_path);
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #define LOG_OP(C, T, O, K, A, F) { \ argument
333 T, &_lsn, 0, &_op, (C)->dbp->log_fileid, K, A, F); \
337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
339 #define DEBUG_LREAD(C, T, O, K, A, F) argument
342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument
344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
347 #define DEBUG_LREAD(C, T, O, K, A, F) argument
348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl109 open(F, $name) or die "$name: $!\n";
111 while (<F>) {
169 while (<F>) {
241 close(F);
267 open(F, $name) or die "$name: $!\n";
269 while (<F>) {
284 close(F);
/illumos-gate/usr/src/lib/libc/
H A DMakefile.targ301 $(COMOBJS:%=pics/%): $(SRC)/common/util/$$(@F:.o=.c)
302 $(COMPILE.c) -o $@ $(SRC)/common/util/$(@F:.o=.c)
305 $(XATTROBJS:%=pics/%): $(SRC)/common/xattr/$$(@F:.o=.c)
306 $(COMPILE.c) -o $@ $(SRC)/common/xattr/$(@F:.o=.c)
309 $(DTRACEOBJS:%=pics/%): $(SRC)/common/dtrace/$$(@F:.o=.c)
310 $(COMPILE.c) -o $@ $(SRC)/common/dtrace/$(@F:.o=.c)
313 $(SECFLAGSOBJS:%=pics/%): $(SRC)/common/secflags/$$(@F:.o=.c)
314 $(COMPILE.c) -o $@ $(SRC)/common/secflags/$(@F:.o=.c)
317 $(UNICODEOBJS:%=pics/%): $(SRC)/common/unicode/$$(@F:.o=.c)
318 $(COMPILE.c) -o $@ $(SRC)/common/unicode/$(@F:.o=.c)
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh148 F=local_$name
200 echo "static $r $F(Sfdouble_t a1) { $r q = $f(a1); return $y; }"
201 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)(uintptr_t)${F},"
209 ?*) code="static $L $F("
229 …flags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int …
233 tab="$tab$nl$ht\"\\0${R}${a}${name}\",$ht(Math_f)(uintptr_t)${F},"
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h310 #define NDR_IS_FIRST_FRAG(F) ((F) & NDR_PFC_FIRST_FRAG) argument
311 #define NDR_IS_LAST_FRAG(F) ((F) & NDR_PFC_LAST_FRAG) argument
312 #define NDR_IS_SINGLE_FRAG(F) \ argument
313 (NDR_IS_FIRST_FRAG((F)) && NDR_IS_LAST_FRAG((F)))
318 #define NDS_SETF(S, F) ((S)->flags |= (F)) argument
319 #define NDS_CLEARF(S, F) ((S)->flags &= ~(F)) argument
/illumos-gate/usr/src/cmd/make/bin/
H A Dmake.rules.file26 .h .h~ .f .f~ .for .for~ .F .F~ .f90 .f90~ .ftn .ftn~ .mod .mod~ \
224 COMPILE.F=$(FC) $(FFLAGS) $(CPPFLAGS) -c
225 LINK.F=$(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS)
264 .F:
265 $(LINK.F) -o $@ $< $(LDLIBS)
266 .F~:
267 $(GET) $(GFLAGS) -p $< > $*.F
268 $(FC) $(FFLAGS) $(LDFLAGS) -o $@ $*.F
269 .F.o:
270 $(COMPILE.F) $(OUTPUT_OPTION) $<
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk148 local I F L R T all save text
170 if F = "$(I:D=$(PACKAGESRC):B:S=.lic:T=F)"
171 R += $(F)
173 T := $(.FIND. lib/package .lic $(F):P=W,query=type)
177 R += $(F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F)
944 cat $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F) < /dev/null
1105 B := $(A:N=*.$(stamp).$(CC.HOSTTYPE).$(suffix):N!=*.$(stamp).$(stamp).*:O=1:T=F)
1106 P := $(A:N=*.$(stamp).$(CC.HOSTTYPE).$(suffix):N!=*.$(stamp).$(stamp).*:O=2:T=F)
1107 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
1218 $(package.src:U:T=F:/.*/echo ";;;&"$("\n")/)
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk148 local I F L R T all save text
170 if F = "$(I:D=$(PACKAGESRC):B:S=.lic:T=F)"
171 R += $(F)
173 T := $(.FIND. lib/package .lic $(F):P=W,query=type)
177 R += $(F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F)
944 cat $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F) < /dev/null
1105 B := $(A:N=*.$(stamp).$(CC.HOSTTYPE).$(suffix):N!=*.$(stamp).$(stamp).*:O=1:T=F)
1106 P := $(A:N=*.$(stamp).$(CC.HOSTTYPE).$(suffix):N!=*.$(stamp).$(stamp).*:O=2:T=F)
1107 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
1218 $(package.src:U:T=F:/.*/echo ";;;&"$("\n")/)
[all …]

12345678910>>...28