HomeSort by: relevance | last modified time | path
    Searched defs:temp_str (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixdir.c 139 char *temp_str; local
157 temp_str = calloc (str_len, 1);
158 if (!temp_str)
165 strcpy (temp_str, ExternalInfo->DirPathname);
166 strcat (temp_str, "/");
167 strcat (temp_str, dir_entry->d_name);
169 err = stat (temp_str, &temp_stat);
174 temp_str);
175 free (temp_str);
179 free (temp_str);
    [all...]
  /src/external/bsd/ntp/dist/sntp/libopts/
save.c 832 char * temp_str; local
838 temp_str = strchr(dir, '>');
839 if (temp_str == NULL)
841 if (temp_str[1] == '>')
843 flen = (temp_str - dir);
846 temp_str = AGALOC(flen + 1, "flag search str");
847 memcpy(temp_str, dir, flen);
848 temp_str[flen] = NUL;
849 save_flags |= save_flags_str2mask(temp_str, SVFL_NONE);
850 AGFREE(temp_str);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/cr16/
cr16.cc 1715 char *temp_str; local
1718 temp_str = (char *) xmalloc (160);
1781 strcpy (temp_str, "\n\tpopret\t");
1783 strcpy (temp_str, "\n\tpop\t");
1785 strcat (temp_str, one_inst_str);
1788 strcat (return_str, temp_str);
1793 strcpy (temp_str, "\n\tpush\t");
1794 strcat (temp_str, one_inst_str);
1799 strcat (temp_str, return_str);
1800 strcpy (return_str, temp_str);
    [all...]

Completed in 24 milliseconds