Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/tcpd/
H A Dsafe_finger.c58 int line_length = 0; local
104 line_length = 0;
106 if (line_length >= LINE_LENGTH) { /* force end of line */
108 line_length = 0;
110 if (line_length == 0) { /* protect left margin */
112 line_length++;
117 line_length++;
120 line_length++;
123 line_length += 4;
/titanic_50/usr/src/cmd/make/bin/
H A Dstate.cc96 …ncy, register FILE *fd, register Boolean built_this_run, register int *line_length, register char …
136 int line_length; in write_state_file() local
297 line_length = 0; in write_state_file()
305 &line_length, in write_state_file()
413 …ncy, register FILE *fd, register Boolean built_this_run, register int *line_length, register char … in print_auto_depes() argument
427 if ((*line_length += (int) strlen(dependency->name->string_mb) + 1) > 450) { in print_auto_depes()
428 *line_length = 0; in print_auto_depes()
/titanic_50/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c742 int line_length; in create_vfstab_entry_line() local
743 line_length = ( in create_vfstab_entry_line()
758 line = (char *)malloc(line_length + 1); in create_vfstab_entry_line()