Home
last modified time | relevance | path

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

/freebsd/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/contrib/tcpdump/
H A Dprint-esp.c604 char fileline[1024]; in esp_print_decode_onesecret() local
616 while (fgets(fileline, sizeof(fileline)-1, secretfile) != NULL) { in esp_print_decode_onesecret()
619 nl = strchr(fileline, '\n'); in esp_print_decode_onesecret()
622 if (fileline[0] == '#') continue; in esp_print_decode_onesecret()
623 if (fileline[0] == '\0') continue; in esp_print_decode_onesecret()
625 esp_print_decode_onesecret(ndo, fileline, filename, subfile_lineno); in esp_print_decode_onesecret()
/freebsd/usr.sbin/cron/lib/
H A Denv.c140 int fileline; in load_env() local
156 fileline = LineNumber; in load_env()
228 Set_LineNum(fileline); in load_env()
/freebsd/usr.bin/sdiff/
H A Dsdiff.c1068 struct fileline { in printc() struct
1069 STAILQ_ENTRY(fileline) fileentries; in printc()
1072 STAILQ_HEAD(, fileline) delqhead = STAILQ_HEAD_INITIALIZER(delqhead); in printc()
1076 struct fileline *linep; in printc()
1084 if (!(linep = malloc(sizeof(struct fileline)))) in printc()
1093 struct fileline *del; in printc()
1104 * Free fileline structure but not its elements since in printc()
1125 struct fileline *filep; in printc()
1070 lineprintc::fileline printc() argument