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

/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh345 _input="$(echo "$fileline" | cut -f1 -d:)"
379 _input="$(echo "$fileline" | cut -f7 -d:)"
405 _input="$(echo "$fileline" | cut -f9 -d:)"
433 _input="$(echo "$fileline" | cut -f8 -d:)"
518 _input="$(echo "$fileline" | cut -f2 -d:)"
538 _input="$(echo "$fileline" | cut -f4 -d:)"
559 _input="$(echo "$fileline" | cut -f3 -d:)"
591 upwexpire="$(echo "$fileline" | cut -f5 -d:)"
592 uexpire="$(echo "$fileline" | cut -f6 -d:)"
613 upass=${fileline#*
[all...]
/freebsd-current/usr.sbin/cron/lib/
H A Denv.c140 int fileline; local
156 fileline = LineNumber;
228 Set_LineNum(fileline);
/freebsd-current/contrib/tcpdump/
H A Dprint-esp.c600 char fileline[1024]; local
612 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
615 nl = strchr(fileline, '\n');
618 if (fileline[0] == '#') continue;
619 if (fileline[0] == '\0') continue;
621 esp_print_decode_onesecret(ndo, fileline, filename, subfile_lineno);
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c1068 struct fileline { struct
1069 STAILQ_ENTRY(fileline) fileentries;
1072 STAILQ_HEAD(, fileline) delqhead = STAILQ_HEAD_INITIALIZER(delqhead);
1076 struct fileline *linep;
1084 if (!(linep = malloc(sizeof(struct fileline))))
1093 struct fileline *del;
1104 * Free fileline structure but not its elements since
1125 struct fileline *filep;

Completed in 86 milliseconds