Home
last modified time | relevance | path

Searched refs:f (Results 1276 – 1300 of 2683) sorted by relevance

1...<<51525354555657585960>>...108

/titanic_51/usr/src/lib/libsqlite/test/
H A Dtester.tcl226 foreach f $data(*) {
227 lappend result $f $data($f)
/titanic_51/usr/src/tools/scripts/
H A Dbldenv71 [f?invoke csh with the -f (fast-start) option. This option is valid
97 /usr/bin/rm -f true true.po
99 /usr/bin/rm -f true
103 install -s -m 0555 -u root -g bin -f /export0/jg/on10-se/proto/root_sparc/usr/bin true
120 typeset f=false
142 f) flags.f=true ;;
143 +f) flags.f
[all...]
H A Dbldenv.sh119 typeset f=false
141 f) flags.f=true ;;
142 +f) flags.f=false ;;
/titanic_51/usr/src/lib/libcpc/common/
H A Dsubr.c165 cpc_strhash_t *p = hash, *f; in __cpc_strhash_free() local
168 f = p; in __cpc_strhash_free()
170 free(f); in __cpc_strhash_free()
/titanic_51/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/
H A DUTF-8+IBM-864.src57 0x0F 0x0F // U+000f
73 0x1F 0x1F // U+001f
88 0x2F 0x2F // U+002f
104 0x3F 0x3F // U+003f
120 0x4F 0x4F // U+004f
136 0x5F 0x5F // U+005f
152 0x6F 0x6F // U+006f
168 0x7F 0x1C // U+007f
201 0xD89F 0xBF // U+061f
H A DUTF-8+CP874.src57 0x0F 0x0F // U+000f
73 0x1F 0x1F // U+001f
89 0x2F 0x2F // U+002f
105 0x3F 0x3F // U+003f
121 0x4F 0x4F // U+004f
137 0x5F 0x5F // U+005f
153 0x6F 0x6F // U+006f
169 0x7F 0x7F // U+007f
H A DUTF-8+CP1258.src57 0x0F 0x0F // U+000f
73 0x1F 0x1F // U+001f
89 0x2F 0x2F // U+002f
105 0x3F 0x3F // U+003f
121 0x4F 0x4F // U+004f
137 0x5F 0x5F // U+005f
153 0x6F 0x6F // U+006f
169 0x7F 0x7F // U+007f
/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosdisk.c104 static int bd_open(struct open_file *f, ...);
105 static int bd_close(struct open_file *f);
106 static int bd_ioctl(struct open_file *f, u_long cmd, void *data);
328 * Attempt to open the disk described by (dev) for use by (f).
338 bd_open(struct open_file *f, ...) in bd_open() argument
346 va_start(ap, f); in bd_open()
395 bd_close(struct open_file *f) in bd_close() argument
399 dev = (struct disk_devdesc *)f->f_devdata; in bd_close()
409 bd_ioctl(struct open_file *f, u_long cmd, void *data) in bd_ioctl() argument
414 dev = (struct disk_devdesc *)f in bd_ioctl()
[all...]
/titanic_51/usr/src/uts/common/xen/sys/
H A Dgnttab.h87 #define FRAME_TO_MA(f) ((maddr_t)(f) << PAGESHIFT) argument
/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c97 fgetpwent(FILE *f) in fgetpwent() argument
102 fgetpwent_r(f, b->result, b->buffer, b->buflen)); in fgetpwent()
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStackFrame.java78 * @param f human-readable string representation of this stack frame
83 StackFrame(String f) in StackFrame() argument
85 frame = f; in StackFrame()
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dfloat_decim.c48 pd->sign = kluge.f.msw.sign;
79 pd->sign = kluge.f.msw.sign;
/titanic_51/usr/src/uts/sun4v/sys/
H A Dmachsystm.h210 extern void intr_dist_add(void (*f)(void *), void *);
211 extern void intr_dist_rem(void (*f)(void *), void *);
212 extern void intr_dist_add_weighted(void (*f)(void *, int32_t, int32_t), void *);
213 extern void intr_dist_rem_weighted(void (*f)(void *, int32_t, int32_t), void *);
/titanic_51/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S118 jmp 1f
120 jnz 1f
147 je 1f
469 jne 1f
/titanic_51/usr/src/uts/common/inet/
H A Dip6.h114 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\ argument
124 #define IPV6_TCLASS_FLOW(f, c) (((f) & ~IPV6_FLOWINFO_TCLASS) |\ argument
H A Dipsec_impl.h534 /* NOTE: f cannot be an expression. */
535 #define ITPF_CLONE(f) (f) = (((f) & ITPF_PFLAGS) | \ argument
536 (((f) & ITPF_PFLAGS) << ITPF_SHIFT));
537 #define ITPF_SWAP(f) (f) = ((((f) & ITPF_PFLAGS) << ITPF_SHIFT) | \ argument
538 (((f) & ITPF_IFLAGS) >> ITPF_SHIFT))
/titanic_51/usr/src/cmd/vi/port/
H A Dport.mk.usg316 rm -f $(OBJECTS)
319 rm -f $(OBJECTS) $(MAINS)
324 rm -f $(DIR)/vi ; \
325 rm -f $(DIR)/view ; \
326 rm -f $(DIR)/edit ; \
327 rm -f $(DIR)/vedit ; \
328 $(INS) -f $(DIR) -m 555 -u bin -g bin -o $(EX);
329 ln -f $(DIR)/$(EX) $(DIR)/vi
330 ln -f $(DIR)/$(EX) $(DIR)/view
331 ln -f
[all...]
/titanic_51/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1039 be,pt %xcc, 1f ;\
1045 be,a,pt %xcc, 1f ;\
1613 bnz,pn %icc, 2f
1619 brz,pt %g5, 2f
1622 brz,pn %g5, 2f
1625 bz,pt %xcc, 1f ! 32 bit user program
1639 bnz,pn %icc, 1f
1645 brz,pt %g5, 1f
1668 bne 2f ! we only do this check while
1672 bz 2f ! wil
[all...]
/titanic_51/usr/src/cmd/svc/configd/
H A Dconfigd.h70 * that it is safe to access field 'f'.
72 #define offsetofend(t, f) (offsetof(t, f) + sizeof (((t *)0)->f)) argument
89 #define CONFIGD_CORE "core.%f.%t.%p"
92 #define bad_error(f, e) \ argument
94 __FILE__, __LINE__, f, e); \
97 #define bad_error(f, e) abort()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dtail.c54 "suffixes: \bb c f g k l m r\b.]"
61 "[f:forever|follow?Loop forever trying to read more characters as the "
350 num(register const char* s, char** e, int* f, int o) in num() argument
356 *f &= ~(ERROR|NEGATIVE|POSITIVE); in num()
359 *f |= NEGATIVE; in num()
364 *f |= POSITIVE; in num()
376 *f |= ERROR; in num()
381 *f |= ERROR; in num()
389 *f |= COUNT; in num()
391 *f in num()
[all...]
H A DRELEASE29 10-05-09 tail.c: fix -0f bug that inially listed the entire file
36 10-03-23 tail.c: fix -f large initial offset bug that didn't copy all data
37 10-03-07 tail.c: sfsync(sfstdout) after all -f done, fix -f partial line
40 10-01-26 tail.c: -f sleep(1) only if no progress from last round of checks
79 09-01-31 dirname.c: add experimental { -f -r -x } for pathpath(3)
84 08-10-15 rm.c: handle 'rm -f x x' => exit 0
155 06-09-04 tail.c: fix initial position for -n0, no args => no -f
167 06-02-14 tail.c: fix -f bug that lost fast stream data
172 05-04-14 chgrp.c: -f mean
[all...]
/titanic_51/usr/src/lib/libcmd/common/
H A Dtail.c352 num(register const char* s, char** e, int* f, int o) in num() argument
358 *f &= ~(ERROR|NEGATIVE|POSITIVE); in num()
361 *f |= NEGATIVE; in num()
366 *f |= POSITIVE; in num()
378 *f |= ERROR; in num()
383 *f |= ERROR; in num()
391 *f |= COUNT; in num()
393 *f &= ~LINES; in num()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c271 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl() local
272 if (ds->ds_feature_inuse[f]) { in dsl_destroy_snapshot_sync_impl()
273 dsl_dataset_deactivate_feature(obj, f, tx); in dsl_destroy_snapshot_sync_impl()
274 ds->ds_feature_inuse[f] = B_FALSE; in dsl_destroy_snapshot_sync_impl()
744 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl() local
745 if (ds->ds_feature_inuse[f]) { in dsl_destroy_head_sync_impl()
[all...]
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpController.java75 public pmHelpController(pmHelpFrame f) { in pmHelpController() argument
77 frame = f; in pmHelpController()
/titanic_51/usr/src/boot/sys/sys/
H A Dselect.h81 #define FD_COPY(f, t) (void)(*(t) = *(f)) argument

1...<<51525354555657585960>>...108