Home
last modified time | relevance | path

Searched refs:_line (Results 1 – 11 of 11) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dlibutil.h84 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 Dshadow.cpp210 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 DDisassembledCode.cpp177 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 Darp.cpp127 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 DPartitioner.cpp689 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 DDwarfUtils.h37 int32& _line, int32& _column);
H A DDwarfUtils.cpp240 int32& _line, int32& _column) in GetDeclarationLocation() argument
290 _line = (int32)line - 1; in GetDeclarationLocation()
H A DDebugInfoEntry.cpp126 DebugInfoEntry::GetDeclarationLine(uint32& _line) const in GetDeclarationLine()
133 _line = location->line; in GetDeclarationLine()
H A DDebugInfoEntry.h68 bool GetDeclarationLine(uint32& _line) const;
/haiku/headers/posix/
H A Dstdio.h167 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 DSourceView.cpp336 SelectionPoint(int32 _line, int32 _offset) in SelectionPoint()
338 line = _line; in SelectionPoint()