Searched refs:_line (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/compatibility/bsd/ |
H A D | libutil.h | 84 int logout(const char *_line); 85 void logwtmp(const char *_line, const char *_name, const char *_host); 120 struct passwd *pw_scan(const char *_line, int _flags);
|
/haiku/src/system/libroot/posix/ |
H A D | shadow.cpp | 210 sgetspent_r(const char* _line, struct spwd *spwd, char *buffer, in sgetspent_r() argument 215 if (_line == NULL) in sgetspent_r() 219 char* line = strdup(_line); in sgetspent_r()
|
/haiku/src/kits/debugger/model/ |
H A D | DisassembledCode.cpp | 177 DisassembledCode::_AddLine(const BString& _line, ContiguousStatement* statement) in _AddLine() argument 179 Line* line = new(std::nothrow) Line(_line, statement); in _AddLine()
|
/haiku/src/bin/network/arp/ |
H A D | arp.cpp | 127 next_argument(char **_line) in next_argument() argument 129 char *start = *_line; in next_argument() 148 *_line = end; in next_argument()
|
/haiku/src/tests/apps/partitioner/ |
H A D | Partitioner.cpp | 689 bool _ReadLine(const char* prompt, BString& _line) in _ReadLine() argument 704 _line = line; in _ReadLine() 750 BString _line; in _ReadSize() local 751 if (!_ReadLine(prompt, _line)) in _ReadSize() 753 const char* line = _line.String(); in _ReadSize()
|
/haiku/src/kits/debugger/dwarf/ |
H A D | DwarfUtils.h | 37 int32& _line, int32& _column);
|
H A D | DwarfUtils.cpp | 240 int32& _line, int32& _column) in GetDeclarationLocation() argument 290 _line = (int32)line - 1; in GetDeclarationLocation()
|
H A D | DebugInfoEntry.cpp | 126 DebugInfoEntry::GetDeclarationLine(uint32& _line) const in GetDeclarationLine() 133 _line = location->line; in GetDeclarationLine()
|
H A D | DebugInfoEntry.h | 68 bool GetDeclarationLine(uint32& _line) const;
|
/haiku/headers/posix/ |
H A D | stdio.h | 167 extern ssize_t getdelim(char **_line, size_t *_length, int delimiter, 169 extern ssize_t getline(char **_line, size_t *_length, FILE *stream);
|
/haiku/src/apps/debugger/user_interface/gui/team_window/ |
H A D | SourceView.cpp | 336 SelectionPoint(int32 _line, int32 _offset) in SelectionPoint() 338 line = _line; in SelectionPoint()
|