Home
last modified time | relevance | path

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

12345678910>>...27

/illumos-gate/usr/src/cmd/audio/include/
H A Daudio_device.h74 #define audio_pause(F) \ argument
76 #define audio_pause_play(F) \ argument
78 #define audio_pause_record(F) \ argument
81 #define audio_resume(F) \ argument
83 #define audio_resume_play(F) \ argument
85 #define audio_resume_record(F) \ argument
189 #define audio_flush(F) \ argument
190 audio__flush((F), AUDIO__PLAYREC)
191 #define audio_flush_play(F) \ argument
192 audio__flush((F), AUDIO__PLAY)
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c34 #define F | KBTYPE_FUNC macro
109 /* 3b */ 0x3b F, 0x54 F, 0x5e F, 0x68 F,
110 /* 3c */ 0x3c F, 0x55 F, 0x5f F, 0x69 F,
111 /* 3d */ 0x3d F, 0x56 F, 0x60 F, 0x6a F,
112 /* 3e */ 0x3e F, 0x57 F, 0x61 F, 0x6b F,
113 /* 3f */ 0x3f F, 0x58 F, 0x62 F, 0x6c F,
114 /* 40 */ 0x40 F, 0x59 F, 0x63 F, 0x6d F,
115 /* 41 */ 0x41 F, 0x5a F, 0x64 F, 0x6e F,
116 /* 42 */ 0x42 F, 0x5b F, 0x65 F, 0x6f F,
117 /* 43 */ 0x43 F, 0x5c F, 0x66 F, 0x70 F,
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc122 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
135 short2ulaw(short *&F, ulaw *&T) { *T++ = audio_s2u(*F); F++; } in short2ulaw() argument
137 short2alaw(short *&F, alaw *&T) { *T++ = audio_s2a(*F); F++; } in short2alaw() argument
148 long2ulaw(long *&F, ulaw *&T) { *T++ = audio_l2u(*F); F++; } in long2ulaw() argument
150 long2alaw(long *&F, alaw *&T) { *T++ = audio_l2a(*F); F++; } in long2alaw() argument
179 ulaw2char(ulaw *&F, char *&T) { *T++ = audio_u2c(*F); F++; } in ulaw2char() argument
181 ulaw2alaw(ulaw *&F, alaw *&T) { *T++ = audio_u2a(*F); F++; } in ulaw2alaw() argument
185 ulaw2long(ulaw *&F, long *&T) { *T++ = audio_u2l(*F); F++; } in ulaw2long() argument
192 alaw2char(alaw *&F, char *&T) { *T++ = audio_a2c(*F); F++; } in alaw2char() 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()
150 F->f_convert = in initialize_post()
163 F = F->f_next; in initialize_post()
169 F = S->m_fields_head; in initialize_post()
170 while (F != NULL) { in initialize_post()
176 F->f_convert = in initialize_post()
[all …]
H A Dfields.c285 return (F); in field_new()
291 free(F); in field_delete()
303 *F = A; in field_add_to_chain()
358 F->f_end_field, F->f_end_offset); in field_print()
368 ssize_t field = is_end ? F->f_end_field : F->f_start_field; in field_boundary()
413 ssize_t field = is_end ? F->f_end_field : F->f_start_field; in field_boundary_wide()
459 ssize_t field = is_end ? F->f_end_field : F->f_start_field; in field_boundary_tabbed()
509 *start = field_boundary_tabbed(F, L, 0, F->f_options & in field_delimit_tabbed()
511 *end = field_boundary_tabbed(F, L, 1, F->f_options & in field_delimit_tabbed()
522 ssize_t field = is_end ? F->f_end_field : F->f_start_field; in field_boundary_tabbed_wide()
[all …]
H A Doptions.c160 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()
186 F->f_start_offset--; in parse_field_spec()
190 F->f_end_field = field; in parse_field_spec()
191 F->f_end_offset = offset; 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"
2169 cp $CWS/$DIR/$F $newdir/$DIR/$F
2182 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2204 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
3050 PF=$F
3143 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
3148 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
3168 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
3199 diff_to_html $F $DIR/$F "C" "$COMM" < \
3205 diff_to_html $F $DIR/$F "U" "$COMM" < \
[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}):(?:…
148 …tSize 8 50,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
149 …tSize 8 51,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
177 …tSize 8 87,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
178 …tSize 8 88,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
182 …?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:…
183 …?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:…
188 …?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:0x)?([0-9a-fA-F]{2}):(?:…
192 …Size 4 103,stringFormat {^(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)?([0-9a-fA-F]+):(?:0x)…
312 …Size 8 226,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 ]
302 n*) got_host_list=F
303 first_time=F
[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/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/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/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 > { struct
184 fi_name = F == NULL ? "<none>" :
186 basename(cleanpath(F->f_vnode->v_path));
187 fi_dirname = F == NULL ? "<none>" :
189 dirname(cleanpath(F->f_vnode->v_path));
190 fi_pathname = F == NULL ? "<none>" :
192 cleanpath(F->f_vnode->v_path);
193 fi_offset = F == NULL ? 0 : F->f_offset;
194 fi_fs = F == NULL ? "<none>" : stringof(F->f_vnode->v_op->vnop_name);
195 fi_mount = F == NULL ? "<none>" :
[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~ \
264 .F:
265 $(LINK.F) -o $@ $< $(LDLIBS)
266 .F~:
269 .F.o:
271 .F~.o:
273 $(FC) $(FFLAGS) -c $*.F
274 .F.a:
275 $(COMPILE.F) -o $% $<
278 .F~.a:
[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)
1107 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
1218 $(package.src:U:T=F:/.*/echo ";;;&"$("\n")/)
1219 $(package.bin:U:T=F:/.*/echo ";;;&"$("\n")/)
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1386 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
[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)
1107 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
1218 $(package.src:U:T=F:/.*/echo ";;;&"$("\n")/)
1219 $(package.bin:U:T=F:/.*/echo ";;;&"$("\n")/)
1272 for i in $(~covers:D=$(PACKAGESRC):B:S=.lic:T=F:T=I:N=*.def:D=$(PACKAGESRC):B:S:T=F:B:S)
1386 D := $(A:N=*.$(stamp).$(stamp).$(CC.HOSTTYPE).$(suffix):O=1:T=F)
[all …]

12345678910>>...27