| /src/tests/usr.bin/xlint/lint1/ |
| msg_128.c | 16 assign(void) function
|
| msg_128.c | 16 assign(void) function
|
| /src/usr.bin/mail/ |
| vars.c | 114 * Assign a value to a variable. 117 assign(const char name[], const char values[]) function
|
| vars.c | 114 * Assign a value to a variable. 117 assign(const char name[], const char values[]) function
|
| /src/external/bsd/ipf/dist/tools/ |
| ipscan_y.y | 74 | assign ';' 76 | file assign ';' 98 assign: YY_STR assigning YY_STR label
|
| ipscan_y.y | 74 | assign ';' 76 | file assign ';' 98 assign: YY_STR assigning YY_STR label
|
| ipmon_y.y | 88 | assign ';' 102 assign: YY_STR assigning YY_STR { set_variable($1, $3); label
|
| ipmon_y.y | 88 | assign ';' 102 assign: YY_STR assigning YY_STR { set_variable($1, $3); label
|
| /src/tests/lib/libcurses/director/ |
| testlang_parse.y | 193 %token <string> ASSIGN 211 statement : assign 227 assign : ASSIGN VARNAME numeric { label 230 | ASSIGN VARNAME LPAREN expr RPAREN { 233 | ASSIGN VARNAME STRING { 236 | ASSIGN VARNAME BYTE { 636 * Assign the value given to the named variable. 655 err(1, "Could not malloc memory for assign string"); 663 err(1, "Could not malloc memory to assign byte string") [all...] |
| testlang_parse.y | 193 %token <string> ASSIGN 211 statement : assign 227 assign : ASSIGN VARNAME numeric { label 230 | ASSIGN VARNAME LPAREN expr RPAREN { 233 | ASSIGN VARNAME STRING { 236 | ASSIGN VARNAME BYTE { 636 * Assign the value given to the named variable. 655 err(1, "Could not malloc memory for assign string"); 663 err(1, "Could not malloc memory to assign byte string") [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| UnresolvedSet.h | 131 template<typename Iter> void assign(Iter I, Iter E) { decls().assign(I, E); } function in class:clang::UnresolvedSetImpl
|
| UnresolvedSet.h | 131 template<typename Iter> void assign(Iter I, Iter E) { decls().assign(I, E); } function in class:clang::UnresolvedSetImpl
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveRegMatrix.cpp | 104 void LiveRegMatrix::assign(LiveInterval &VirtReg, MCRegister PhysReg) { function in class:LiveRegMatrix
|
| LiveRegMatrix.cpp | 104 void LiveRegMatrix::assign(LiveInterval &VirtReg, MCRegister PhysReg) { function in class:LiveRegMatrix
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| auto_array_test.cpp | 238 ATF_TEST_CASE(assign); variable 239 ATF_TEST_CASE_HEAD(assign) 244 ATF_TEST_CASE_BODY(assign) 313 ATF_ADD_TEST_CASE(tcs, assign);
|
| optional_test.cpp | 154 ATF_TEST_CASE_WITHOUT_HEAD(assign); variable 155 ATF_TEST_CASE_BODY(assign) 278 ATF_ADD_TEST_CASE(tcs, assign);
|
| auto_array_test.cpp | 238 ATF_TEST_CASE(assign); variable 239 ATF_TEST_CASE_HEAD(assign) 244 ATF_TEST_CASE_BODY(assign) 313 ATF_ADD_TEST_CASE(tcs, assign);
|
| optional_test.cpp | 154 ATF_TEST_CASE_WITHOUT_HEAD(assign); variable 155 ATF_TEST_CASE_BODY(assign) 278 ATF_ADD_TEST_CASE(tcs, assign);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/ |
| RewriteRope.h | 195 void assign(const char *Start, const char *End) { function in class:clang::RewriteRope
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| directory_iterator.cpp | 132 if (!assign()) 146 if (assign()) 153 bool assign() { function in class:__dir_stream
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| SmallString.h | 47 using SmallVector<char, InternalLen>::assign; 49 /// Assign from a StringRef. 50 void assign(StringRef RHS) { function in class:llvm::SmallString 51 SmallVectorImpl<char>::assign(RHS.begin(), RHS.end()); 54 /// Assign from a list of StringRefs. 55 void assign(std::initializer_list<StringRef> Refs) { function in class:llvm::SmallString 277 this->assign(RHS);
|
| /src/external/bsd/bc/dist/ |
| execute.c | 259 assign (c_code); 370 assign (c_code); 379 assign (c_code); 389 assign (c_code); 480 assign (c_code); 490 assign (c_code); 500 assign (c_code); 510 assign (c_code); 520 assign (c_code); 530 assign (c_code) 793 assign (char code) function [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 110 assign(char_type& __c1, const char_type& __c2) function in struct:char_traits 144 assign(char_type* __s, std::size_t __n, char_type __a); 228 assign(__s1[__n], __s2[__n]); 266 assign(char_type* __s, std::size_t __n, char_type __a) function in class:char_traits 341 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 429 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits 435 return __gnu_cxx::char_traits<char_type>::assign(__s, __n, __a); 479 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT 556 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits 562 return __gnu_cxx::char_traits<char_type>::assign(__s, __n, __a) 687 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits 824 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits 945 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_dir.h | 101 void assign(const filesystem::path& __p) { _M_path = __p; } function in class:experimental::filesystem::v1::directory_entry
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| pod_char_traits.h | 106 assign(char_type& __c1, const char_type& __c2) function in struct:char_traits 163 assign(char_type* __s, size_t __n, char_type __a) function in struct:char_traits
|