Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 186) sorted by path

12345678

/illumos-gate/usr/src/
H A DMakefile.master429 CERRWARN += -_gcc=-Wno-sign-compare
447 CCERRWARN += -_gcc=-Wno-sign-compare
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th124 2dup value_buffer strget compare
209 2dup s" chain" compare 0= if
279 s" list" compare-insensitive 0= if ( list )
298 over 2 s" fd" compare 0= >R
299 over 2 s" cd" compare 0= R> or >R
300 over 3 s" net" compare 0= R> or >R
301 over 4 s" disk" compare 0= R> or
347 4 s" zfs:" compare 0= if
359 s" title" name_buffer strget compare
441 name_buffer strget s" chain" compare
[all …]
H A Dbeastie.4th91 s" YES" compare-insensitive 0= if
H A Dcheck-password.4th141 2dup readval readlen @ compare 0<>
150 s" YES" compare-insensitive 0= if
171 2dup readval readlen @ compare 0= if \ Correct password?
H A Dcolor.4th36 2dup s" NO" compare-insensitive 0= if
40 2dup s" 0" compare 0= if
H A Dloader.4th52 s" YES" compare-insensitive 0= if
127 s" YES" compare-insensitive 0= if
134 s" YES" compare-insensitive 0= if
141 s" YES" compare-insensitive 0= if
148 s" YES" compare-insensitive 0= if
155 s" YES" compare-insensitive 0= if
162 s" YES" compare-insensitive 0= if
169 s" YES" compare-insensitive 0= if
366 dup 18 s" acpi-user-options=" compare 0= if \ matched
H A Dmenu-commands.4th297 \ we can only compare first 4 chars.
299 2dup s" ttyd" compare 0= if
301 else 2dup s" ttyc" compare 0= if
303 else 2dup s" ttyb" compare 0= if
305 else 2dup s" ttya" compare 0= if
401 s" kmdb" compare if false else true then
514 s" currdev" getenv compare 0= if
H A Dmenu.4th137 s" i386" compare 0<> if
156 s" 0" compare 0<> if
343 2dup s" left" compare-insensitive 0= if ( 1 )
347 else ( 1 ) 2dup s" right" compare-insensitive 0= if ( 2 )
880 else ( 1 ) 2dup s" single" compare-insensitive 0= if ( 2 )
882 else ( 2 ) 2dup s" double" compare-insensitive 0= if ( 3 )
884 else ( 3 ) s" none" compare-insensitive 0= if ( 4 )
949 s" NO" compare-insensitive 0= if
H A Dmenu.rc79 s" currdev" getenv drop 4 s" zfs:" compare 0= be-pages and [if]
H A Dpnp.4th89 : compare-pnpid ( addr addr' -- flag )
107 dup pnpid.ident @ r@ compare-pnpid
H A Dsupport.4th311 2over 2over drop over compare-insensitive 0= if
350 s" text" compare 0<> if
774 s" setprop" line_pointer over compare 0=
820 compare 0=
826 over compare 0=
889 s" yes" compare-insensitive 0=
899 compare 0= if exit then
1184 compare -1 =
1262 s" net" compare 0= if
1474 addr module.type strget s" hash" compare 0=
[all …]
H A Dversion.4th61 2dup s" tribute" compare-insensitive 0= if
68 else 2dup s" tributebw" compare-insensitive 0= if
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c163 compare(const void *p, const void *q) in compare() function
174 sizeof (char *), compare); in sort_stringtable()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c371 compare(const void *p, const void *q) in compare() function
381 sizeof (char *), compare); in sort_string_table()
/illumos-gate/usr/src/cmd/bart/
H A DMakefile28 SRCS= rules.c create.c compare.c main.c lutbl.c
29 OBJS= rules.o create.o compare.o main.o lutbl.o
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1198 pl->pl_cb.compare = compare_einfo_cb; in probe_gpt()
1213 pl->pl_cb.compare = compare_einfo_cb; in probe_gpt()
1226 pl->pl_cb.compare = compare_einfo_cb; in probe_gpt()
1284 pl->pl_cb.compare = compare_einfo_cb; in probe_gpt()
1528 pl->pl_cb.compare = compare_einfo_cb; in probe_vtoc()
1657 pl->pl_cb.compare = compare_einfo_cb; in probe_mbr()
1747 pl->pl_cb.compare = compare_mbr_cb; in probe_device()
2013 if (pl->pl_cb.compare != NULL && in prepare_bblocks()
2014 pl->pl_cb.compare(pl)) in prepare_bblocks()
2164 if (pl->pl_cb.compare != NULL && in handle_install()
[all …]
H A Dinstallboot.h103 bool (*compare)(struct partlist *); member
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2008 if (all_fields[i].compare(&post_filtp->ldata, outp->ldatap, in do_post_filter()
2060 res = (*(sort_list[i].fld->compare))(b1, b2, CFGA_MATCH_ORDER); in ldata_compare()
H A Dcfgadm.h151 int (*compare)(struct cfga_list_data *, struct cfga_list_data *, member
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME407 record the time(2) when the system is suspended, compare that against
H A DREADME.v6988 - First, compare on configured prefix. The interface with the
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c548 compare(struct rpcnames *a, struct rpcnames *b) in compare() function
560 r = bsearch(&prog, rpcnames, elems, sizeof (*r), compare); in nameof_prog()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c174 static int compare(struct dir *);
1309 result = compare(d1); in diffdir()
1462 compare(struct dir *dp) in compare() function
/illumos-gate/usr/src/cmd/filesync/
H A DREADME52 The purpose of this program is to compare pairs of directory
229 routines to get, set, compare, and display Access Control Lists
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1929 bpb_t compare; in compare_existing_with_computed() local
1938 compare = *wbpb; in compare_existing_with_computed()
1952 lookup_floppy(&fdchar, &compare); in compare_existing_with_computed()
1953 if (compare.bpb.heads != wbpb->bpb.heads) { in compare_existing_with_computed()
1957 if (compare.bpb.sectors_per_track != in compare_existing_with_computed()
1989 compute_cluster_size(&compare); in compare_existing_with_computed()
1998 if (compare.bpb.sectors_per_cluster != wbpb->bpb.sectors_per_cluster) { in compare_existing_with_computed()
2003 if (compare.bpb.hidden_sectors != wbpb->bpb.hidden_sectors) { in compare_existing_with_computed()
2008 if (compare.bpb.resv_sectors != wbpb->bpb.resv_sectors) { in compare_existing_with_computed()

12345678