Searched refs:ls (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-fatelf/src/tests/libs/linprog/
H A DProgram.cpp29 LinearSpec ls; local
30 Variable* x1 = ls.AddVariable();
31 Variable* x2 = ls.AddVariable();
33 Constraint* c1 = ls.AddConstraint(1.0, x1, OperatorType(kLE), 108);
34 Constraint* c2 = ls.AddConstraint(1.0, x2, OperatorType(kGE), 113);
36 ls.Solve();
37 printf("ls: %s\n", ls.ToString().String());
39 ls.RemoveConstraint(c2);
40 ls
54 LinearSpec ls; local
86 LinearSpec ls; local
[all...]
/haiku-fatelf/src/bin/coreutils/man/
H A Ddircolors.x2 dircolors \- color setup for ls
H A Dls.x2 ls \- list directory contents
/haiku-fatelf/src/libs/alm/
H A DColumn.cpp53 Column::Column(LinearSpec* ls, XTab* left, XTab* right) argument
57 fLS(ls),
H A DRow.cpp53 Row::Row(LinearSpec* ls, YTab* top, YTab* bottom) argument
57 fLS(ls),
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dt_sqrt.c128 double ls = sqrt(mval*eval);
130 double as = (ls+hs)*0.5;
131 double lx = 1/(2.0*ls);
137 assert((hs-ls)/as < 1/256.0);
/haiku-fatelf/src/bin/sharutils/doc/
H A Dmdate-sh28 # Get the extended ls output of the file.
29 if ls -L /dev/null 1>/dev/null 2>&1; then
30 set - `ls -L -l $1`
32 set - `ls -l $1`
63 # Here we have to deal with the problem that the ls output gives either
/haiku-fatelf/src/libs/ncurses/
H A Dtar-copy.sh60 TEST=`ls -d $1 2>/dev/null`
/haiku-fatelf/src/bin/diffutils/config/
H A Dmdate-sh33 # Get the extended ls output of the file or directory.
35 if ls -L /dev/null 1>/dev/null 2>&1; then
36 set - x`ls -L -l -d $1`
38 set - x`ls -l -d $1`
69 # Here we have to deal with the problem that the ls output gives either
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dxmlwf50 file=`ls -ld "$file" | sed -n 's/.*-> //p'`
63 file=`ls -ld "$thisdir/$file" | sed -n 's/.*-> //p'`
74 { file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | sed 1q`; \
/haiku-fatelf/data/etc/
H A Dprofile27 alias ls="ls --color=auto"
28 alias ll="ls -lA"
29 alias la="ls -A"
106 ls -lF "$@";
/haiku-fatelf/src/bin/gdb/
H A Dsymlink-tree58 for f in `ls -a ${srcdir}`; do
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_box_set.c46 const ARG_CH_T ls, const ARG_CH_T rs,
57 _tracech_t2(1, ls),
71 RENDER_WITH_DEFAULT(ls, WACS_VLINE);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/haiku-fatelf/build/scripts/
H A Dbuild_archive77 contents=$(ls)
/haiku-fatelf/headers/libs/alm/
H A DColumn.h49 Column(LinearProgramming::LinearSpec* ls,
H A DRow.h49 Row(LinearProgramming::LinearSpec* ls,
/haiku-fatelf/src/bin/rcs/
H A Drcsfcmp.c272 size_t ls, ccnt; local
274 ls = delta->log.size;
275 if (ls<sizeof(ciklog)-1 || memcmp(sp,ciklog,sizeof(ciklog)-1)) {
287 while (ls--) if (*sp++=='\n') lncnt += c1;
/haiku-fatelf/src/bin/network/ftp/
H A Dcmdtab.c204 { "dir", H(lshelp), 1, 1, 1, CMPL(rl) ls },
224 { "ls", H(lshelp), 1, 1, 1, CMPL(rl) ls },
231 { "mlsd", H(mlsdhelp), 1, 1, 1, CMPL(r) ls },
240 { "nlist", H(lshelp), 1, 1, 1, CMPL(rl) ls },
246 { "pdir", H(plshelp), 1, 1, 1, CMPL(r) ls },
247 { "pls", H(plshelp), 1, 1, 1, CMPL(r) ls },
248 { "pmlsd", H(pmlsdhelp), 1, 1, 1, CMPL(r) ls },
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_box.c61 chtype ls, chtype rs,
72 _tracechtype2(1, ls),
84 RENDER_WITH_DEFAULT(ls, ACS_VLINE);
60 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcontrol.c217 char *ts, *ls; local
220 ls = NULL;
224 ls = ts;
228 if (ls) {
229 ts = ls;
230 ls = NULL;
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dinstall-sh352 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
/haiku-fatelf/src/libs/linprog/
H A DVariable.cpp292 Variable::Variable(LinearSpec* ls) argument
294 fLS(ls),
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dinstall-sh352 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
/haiku-fatelf/headers/libs/linprog/
H A DConstraint.h73 Constraint(LinearSpec* ls,
H A DVariable.h59 Variable(LinearSpec* ls);

Completed in 298 milliseconds

1234