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

/freebsd-11-stable/usr.sbin/adduser/
H A Dadduser.sh355 _input="`echo "$fileline" | cut -f1 -d:`"
390 _input="`echo "$fileline" | cut -f7 -d:`"
417 _input="`echo "$fileline" | cut -f9 -d:`"
445 _input="`echo "$fileline" | cut -f8 -d:`"
502 _input="`echo "$fileline" | cut -f2 -d:`"
522 _input="`echo "$fileline" | cut -f4 -d:`"
543 _input="`echo "$fileline" | cut -f3 -d:`"
575 upwexpire="`echo "$fileline" | cut -f5 -d:`"
576 uexpire="`echo "$fileline" | cut -f6 -d:`"
597 upass=${fileline#*
[all...]
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c146 int fileline; local
162 fileline = LineNumber;
234 Set_LineNum(fileline);
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c1048 struct fileline { struct
1049 STAILQ_ENTRY(fileline) fileentries;
1052 STAILQ_HEAD(, fileline) delqhead = STAILQ_HEAD_INITIALIZER(delqhead);
1056 struct fileline *linep;
1064 if (!(linep = malloc(sizeof(struct fileline))))
1073 struct fileline *del;
1084 * Free fileline structure but not its elements since
1105 struct fileline *filep;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c535 char fileline[1024]; local
546 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) {
549 nl = strchr(fileline, '\n');
552 if (fileline[0] == '#') continue;
553 if (fileline[0] == '\0') continue;
555 esp_print_decode_onesecret(ndo, fileline, filename, subfile_lineno);
/freebsd-11-stable/contrib/gcc/
H A Dconfigure873 --enable-mapped-location location_t is fileline integer cookie

Completed in 265 milliseconds