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

/illumos-gate/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;
/illumos-gate/usr/src/cmd/make/bin/
H A Dstate.cc96 static void print_auto_depes(register Dependency dependency, register FILE *fd, register Boolean built_this_run, register int *line_length, register char *target_name, jmp_buf long_jump);
136 int line_length; local
297 line_length = 0;
305 &line_length,
396 * line_length, target_name, long_jump)
404 * line_length Pointer to line length var that we update
413 print_auto_depes(register Dependency dependency, register FILE *fd, register Boolean built_this_run, register int *line_length, register char *target_name, jmp_buf long_jump) argument
427 if ((*line_length += (int) strlen(dependency->name->string_mb) + 1) > 450) {
428 *line_length = 0;
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c742 int line_length; local
743 line_length = (
758 line = (char *)malloc(line_length + 1);

Completed in 70 milliseconds