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/kits/debugger/dwarf/
H A DDwarfUtils.h37 int32& _line, int32& _column);
H A DDwarfUtils.cpp240 int32& _line, int32& _column)
290 _line = (int32)line - 1;
238 GetDeclarationLocation(DwarfFile* dwarfFile, const DebugInfoEntry* entry, const char*& _directory, const char*& _file, int32& _line, int32& _column) argument
H A DDebugInfoEntry.cpp126 DebugInfoEntry::GetDeclarationLine(uint32& _line) const
133 _line = location->line;
H A DDebugInfoEntry.h68 bool GetDeclarationLine(uint32& _line) const;
/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp177 DisassembledCode::_AddLine(const BString& _line, ContiguousStatement* statement) argument
179 Line* line = new(std::nothrow) Line(_line, statement);
/haiku/src/system/libroot/posix/
H A Dshadow.cpp210 sgetspent_r(const char* _line, struct spwd *spwd, char *buffer, argument
215 if (_line == NULL)
219 char* line = strdup(_line);
/haiku/src/bin/network/arp/
H A Darp.cpp127 next_argument(char **_line) argument
129 char *start = *_line;
148 *_line = end;
/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/tests/apps/partitioner/
H A DPartitioner.cpp689 bool _ReadLine(const char* prompt, BString& _line) argument
704 _line = line;
750 BString _line; local
751 if (!_ReadLine(prompt, _line))
753 const char* line = _line.String();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp311 SelectionPoint(int32 _line, int32 _offset) argument
313 line = _line;

Completed in 194 milliseconds