Searched refs:unique (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmodule.h22 #define MODULE_PNP_INFO(d, b, unique, t, n)
/haiku/headers/cpp/
H A Dalgo.h58 using __STD::unique;
H A Dstl_list.h499 void unique();
506 template <class _BinaryPredicate> void unique(_BinaryPredicate);
676 void list<_Tp, _Alloc>::unique() function in class:list
767 void list<_Tp, _Alloc>::unique(_BinaryPredicate __binary_pred) function in class:list
H A Dstl_slist.h665 void unique();
674 void unique(_BinaryPredicate __pred);
803 void slist<_Tp,_Alloc>::unique() function in class:slist
875 void slist<_Tp,_Alloc>::unique(_BinaryPredicate __pred) function in class:slist
H A Dstl_algo.h558 // unique and unique_copy
642 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function
648 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function
/haiku/src/bin/network/ftpd/
H A Dftpd.c1763 store(char *name, char *mode, int unique) argument
1770 if (unique) {
1772 syslog(LOG_ERR, "Internal: unique flag to APPE");
1773 unique = 0;
1781 if (unique) /* STOU overrides REST */
1788 unique = 1;
1793 if (unique) {
1838 if (unique)
1839 reply(226, "Transfer complete (unique file name:%s).",
3089 * Generate unique nam
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h324 void unique () { if (rep ()->ref > 1) alloc (length (), true); } function in class:basic_string
325 void selfish () { unique (); rep ()->selfish = true; }
/haiku/src/libs/glut/
H A Dglutint.h530 UINT unique; /* unique menu item id (Win32 only) */ member in struct:_GLUTmenuItem

Completed in 86 milliseconds