Searched refs:line_len (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A D__getpwent.c43 int line_len; local
50 if ((line_len = read(pwd_fd, line_buff, PWD_BUFFER_SIZE)) <= 0)
54 lseek(pwd_fd, (long) (1 + field_begin - (line_buff + line_len)),
59 if ((line_len = read(pwd_fd, line_buff, PWD_BUFFER_SIZE)) <= 0)
62 lseek(pwd_fd, (long) (field_begin - line_buff) - line_len + 1,
H A D__getgrent.c48 int line_len; local
60 if ((line_len = read(grp_fd, line_buff, GR_MAX_LINE_LEN)) <= 0)
64 lseek(grp_fd, (long) (1 + field_begin - (line_buff + line_len)),
69 if ((line_len = read(grp_fd, line_buff, GR_MAX_LINE_LEN)) <= 0)
72 lseek(grp_fd, (long) ((field_begin - line_buff) - line_len + 1),
84 if ((line_len = read(grp_fd, line_buff + line_index,
91 (line_len + line_index + line_buff)), SEEK_CUR);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem_brcm.c365 int line_len; local
377 if ((line_len = read(grp_fd, line_buff, GR_MAX_LINE_LEN)) <= 0)
381 lseek(grp_fd, (long) (1 + field_begin - (line_buff + line_len)),
386 if ((line_len = read(grp_fd, line_buff, GR_MAX_LINE_LEN)) <= 0)
389 lseek(grp_fd, (long) ((field_begin - line_buff) - line_len + 1),
401 if ((line_len = read(grp_fd, line_buff + line_index,
408 (line_len + line_index + line_buff)), SEEK_CUR);
498 int line_len;
514 if ((line_len = read(grp_fd, line_buff, GR_MAX_LINE_LEN)) <= 0)
521 lseek(grp_fd, (long) (1 + field_begin - (line_buff + line_len)),
660 int line_len; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Deditreg.c3100 int len, line_len; member in struct:cmd_line
3166 if ((pl = malloc(cl->line_len + 1)) == NULL) {
3172 strncpy(pl, cl->line, cl->line_len);
3173 pl[cl->line_len] = 0;
3240 cl->line_len = i;
3338 if (!cl->line_len) return NULL;
3340 p1 = dup_str(cl->line, cl->line_len);
3401 cl->line[cl->line_len - 1] != ']') return NULL;
3402 if (cl->line_len == 2) return NULL;
3405 if (cl->line_len
[all...]

Completed in 57 milliseconds