Searched refs:uniq (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/man/
H A Duniq.x2 uniq \- report or omit repeated lines
/haiku-fatelf/src/libs/ncurses/
H A Dconvert_configure.pl43 emxload -m 30 uniq.exe basename.exe sort.exe awk.exe echo.exe
H A Ddist.mk84 @misc/csort < subst.tmp | uniq > subst.sed
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dnword.c1047 long uniq[16]; local
1059 uniq[ 0] = uniq[ 1] = uniq[ 2] = uniq[ 3] =
1060 uniq[ 4] = uniq[ 5] = uniq[ 6] = uniq[ 7] =
1061 uniq[
[all...]
/haiku-fatelf/src/bin/diffutils/config/
H A Ddepcomp411 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/haiku-fatelf/src/bin/gawk/
H A Ddepcomp445 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/haiku-fatelf/src/bin/findutils/locate/
H A Dupdatedb.sh294 $bigram $bigram_opts < $filelist | sort | uniq -c | sort -nr |
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.c59 static int googlefs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq);
658 * @param name name to mkdir (basename is uniq is set)
663 * @param uniq choose an unique name, appending a number if required
665 static int googlefs_create_gen(fs_volume *_volume, fs_node *dir, const char *name, int omode, int perms, ino_t *vnid, fs_node **node, struct attr_entry *iattrs, bool mkdir, bool uniq) argument
673 TRACE((PFS"create_gen(%ld, %Ld, '%s', 0x%08lx, %c, %c)\n", ns->nsid, dir->vnid, name, omode, mkdir?'t':'f', uniq?'t':'f'));
686 if (n && (omode & O_EXCL) && !uniq) /* already existing entry in there! */
692 for (i = 1; uniq && n && i < 5000; i++) { /* uniquify the name */
700 if (n && (uniq || mkdir)) /* still there! */
873 static int googlefs_mkdir_gen(fs_volume *_volume, fs_vnode *_dir, const char *name, int perms, fs_node **node, bool uniq)
880 TRACE((PFS"mkdir_gen(%ld, %Ld, '%s', 0x%08lx, %c)\n", ns->nsid, dir->vnid, name, perms, uniq
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Ddepcomp556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
/haiku-fatelf/src/bin/coreutils/src/
H A DMakefile.am130 uniq \
666 $(AM_V_GEN)test -z "`echo '$(EXTRA_PROGRAMS)'| ./tr ' ' '\n' | uniq -d`"
/haiku-fatelf/data/etc/
H A Dbash_completion1576 texindex touch tr uname unexpand uniq units vdir wc wget who; do
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit586 done | uniq -u
/haiku-fatelf/src/bin/gdb/
H A Dltconfig254 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
1499 if sort "$nlist" | uniq > "$nlist"T; then
H A Dltmain.sh3718 if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh3350 if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
/haiku-fatelf/src/bin/less/
H A Dconfigure8418 uniq confdefs.h |
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure4792 uniq confdefs.h |
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh2409 uniq > "$nlist"S; then
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure7750 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dconfigure9809 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
/haiku-fatelf/src/bin/gdb/readline/
H A Dconfigure7421 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dconfigure8249 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure32804 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
32820 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
32845 for i in `for i in $md5_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
32861 for i in `for i in $md5tests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
/haiku-fatelf/src/libs/pdflib/
H A Dconfigure3013 if sort "$nlist" | uniq > "$nlist"T; then
4520 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
/haiku-fatelf/src/bin/diffutils/
H A Dconfigure14977 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines

Completed in 409 milliseconds

12