Searched refs:fileline (Results 1 – 4 of 4) sorted by relevance
345 _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 …]
604 char fileline[1024]; in esp_print_decode_onesecret() local616 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()
140 int fileline; in load_env() local156 fileline = LineNumber; in load_env()228 Set_LineNum(fileline); in load_env()
1068 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