Searched refs:ge (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ypldap/
H A Dentries.c49 struct groupent *ge; local
105 RB_FOREACH(ge, group_name_tree, env->sc_group_names) {
110 ge->ge_line[strlen(ge->ge_line)] = ':';
111 log_debug("pushing line: %s", ge->ge_line);
112 len = strlen(ge->ge_line) + 1;
113 memcpy(endp, ge->ge_line, len);
115 free(ge->ge_line);
116 ge->ge_line = endp;
H A Dypldap.c153 struct groupent *ge; local
166 while ((ge = RB_ROOT(env->sc_group_names_t))
169 env->sc_group_names_t, ge);
170 free(ge->ge_line);
171 free(ge);
182 struct groupent *ge; local
225 RB_FOREACH(ge, group_name_tree, env->sc_group_names_t) {
226 bp = cp = ge->ge_line;
249 ukey.ue_line, ge->ge_line);
258 if (ge
278 struct groupent *ge; local
415 struct groupent *ge; local
[all...]
H A Dyp.c322 struct groupent *ge; local
383 if ((ge = RB_FIND(group_gid_tree, &env->sc_group_gids,
389 yp_make_val(&res, ge->ge_line, 1);
393 if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
399 yp_make_val(&res, ge->ge_line, 1);
484 struct groupent *ge; local
541 if ((ge = RB_FIND(group_name_tree, env->sc_group_names,
547 if ((ge = RB_NEXT(group_name_tree, &env->sc_group_names,
558 line = ge->ge_line + (strlen(ge
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dsecurelevel23 if [ ${kern_securelevel} -ge 0 ]; then
/freebsd-11-stable/contrib/bmake/mk/
H A Dlinks.mk41 while test $$\# -ge 2; do \
48 while test $$\# -ge 2; do \
63 while test $$\# -ge 2; do \
70 while test $$\# -ge 2; do \
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_statvfs48 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || die
H A Dt_sizes77 [ ${f_bused} -ge ${of_bused} -a ${f_bused} -le $((${of_bused} + 1)) ] \
/freebsd-11-stable/lib/libc/arm/string/
H A Dmemset.S131 itttt ge
136 itttt ge
141 itttt ge
146 itttt ge
178 itttt ge
197 itt ge
214 it ge
231 it ge
241 it ge
247 it ge
[all...]
H A Dmemmove.S95 ittt ge
106 ittt ge
120 ittt ge
135 itt ge
151 itt ge
371 ittt ge
376 ittt ge
389 ittt ge
404 itt ge
419 itt ge
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dgedf2vfp.S29 ITE(ge)
H A Dgesf2vfp.S29 ITE(ge)
H A Daeabi_dcmp.S11 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
12 // int result = __{eq,lt,le,ge,gt}df2(a, b);
47 DEFINE_AEABI_DCMP(ge)
H A Daeabi_fcmp.S11 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
12 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
47 DEFINE_AEABI_FCMP(ge)
/freebsd-11-stable/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
288 ge = gs-1;
290 while (aFreq < tFreq && ge < alphaSize-1) {
291 ge++;
292 aFreq += s->mtfFreq[ge];
295 if (ge > gs
298 aFreq -= s->mtfFreq[ge];
299 ge--;
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_statvfs.sh53 [ $((${f_bsize} * ${f_blocks})) -ge $((10 * 1024 * 1024)) ] || \
/freebsd-11-stable/lib/libgeom/
H A Dgeom_xml2tree.c365 struct ggeom *ge; local
409 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
410 gmp->lg_ident[i].lg_id = ge->lg_id;
411 gmp->lg_ident[i].lg_ptr = ge;
414 LIST_FOREACH(pr, &ge->lg_provider, lg_provider) {
420 LIST_FOREACH(co, &ge->lg_consumer, lg_consumer) {
430 LIST_FOREACH(ge, &cl->lg_geom, lg_geom) {
431 ge->lg_class =
432 geom_lookupid(gmp, ge->lg_class)->lg_ptr;
433 LIST_FOREACH(pr, &ge
488 struct ggeom *ge; local
[all...]
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhyperv_vfattach65 test $hyperv_vf_delay -ge 2 > /dev/null 2>&1
/freebsd-11-stable/etc/periodic/daily/
H A D310.accounting37 [ $m -ge $n ] && { rm $f || rc=3; }
42 while [ $n -ge 0 ]
H A D460.status-mail-rejects44 while [ $n -ge 0 ]
/freebsd-11-stable/stand/sparc64/boot1/
H A DMakefile22 echo "$$x bytes available"; test $$x -ge 0
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddivsi3.S26 p0 = cmp.ge(r0,#0)
27 p1 = cmp.ge(r1,#0)
H A Dmodsi3.S26 p2 = cmp.ge(r0,#0)
/freebsd-11-stable/tests/sys/acl/
H A Daclfuzzer.sh76 if [ -n "$p" -a $rnd -ge 14 ]; then
102 if [ $rnd -ge 6 ]; then
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh112 if [ $lt_major_version -ge 2 ]; then
125 if [ $lt_major_version -ge 2 ]; then
/freebsd-11-stable/crypto/openssl/
H A Dconfig444 if [ $GCCVER -ge 30 ]; then
455 if [ $GCCVER -ge 30 ]; then
516 if [ $CPU -ge 4000 ]; then
524 #if [ $CPU -ge 5000 ]; then
540 #if [ $CPU -ge 5000 ]; then
710 if [ "$CC" = "cc" -a $CCVER -ge 50 ]; then
805 if [ $CPU_VERSION -ge 768 ]; then # IA-64 CPU
811 elif [ $CPU_VERSION -ge 532 ]; then # PA-RISC 2.x CPU
821 elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
823 elif [ $CPU_VERSION -ge 52
[all...]

Completed in 158 milliseconds

123