Searched refs:next_field (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/top/ |
H A D | commands.c | 131 next_field(char *str) in next_field() function 410 if ((nptr = next_field(str)) == NULL) in kill_procs() 453 } while ((str = next_field(str)) != NULL); in kill_procs() 496 if ((str = next_field(str)) == NULL) in renice_procs() 513 } while ((str = next_field(str)) != NULL); in renice_procs()
|
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 358 next_field(const char **pp, char *fmt, int *width_p, int *value_p, char *name, in next_field() function 563 while ((ret = next_field(&fmt, &c, &width, &value, field_name, in do_encode()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_acl.c | 79 static void next_field(const char **p, size_t *l, const char **start, 1667 next_field(&text, &length, &start, &end, &sep); in archive_acl_from_text_nl() 2065 next_field(const char **p, size_t *l, const char **start, in next_field() function
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1867 FieldDelegate &next_field = m_fields[m_selection_index]; in SelectNext() local 1868 next_field.FieldDelegateSelectFirstElement(); in SelectNext() 1932 FieldDelegate &next_field = m_fields[m_selection_index]; in SelectNextInList() local 1933 next_field.FieldDelegateSelectFirstElement(); in SelectNextInList() 2706 FieldDelegate *next_field = m_delegate_sp->GetField(m_selection_index); in SelectNext() local 2707 next_field->FieldDelegateSelectFirstElement(); in SelectNext() 2729 FieldDelegate *next_field = m_delegate_sp->GetField(m_selection_index); in SelectNext() local 2730 next_field->FieldDelegateSelectFirstElement(); in SelectNext()
|