Searched refs:temp (Results 1 – 6 of 6) sorted by relevance
154 char const *temp = argv[0] + 1; in main() local161 for (i = 0; temp[i]; i++) in main()162 switch (temp[i]) in main()175 while (*temp) in main()176 switch (*temp++) in main()
676 struct tempnode *temp; member735 register_proc (struct tempnode *temp) in register_proc() argument747 temp->state = UNREAPED; in register_proc()749 if (! hash_insert (proctab, temp)) in register_proc()1177 open_temp (struct tempnode *temp) in open_temp() argument1182 if (temp->state == UNREAPED) in open_temp()1183 wait_proc (temp->pid); in open_temp()1185 tempfd = open (temp->name, O_RDONLY); in open_temp()1213 temp->pid = child; in open_temp()1214 register_proc (temp); in open_temp()[all …]
1690 char *temp; in default_format() local1698 temp = format; in default_format()1715 free (temp); in default_format()1717 temp = format; in default_format()1723 free (temp); in default_format()1727 temp = format; in default_format()1731 free (temp); in default_format()1734 temp = format; in default_format()1742 free (temp); in default_format()
62 src/temp-stream.h \406 src_split_SOURCES = src/split.c src/temp-stream.c407 src_tac_SOURCES = src/tac.c src/temp-stream.c
128 src/temp-stream.c
4914 tac would exit immediately upon I/O or temp-file creation failure.