Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance
94 const char *tmp; in __open_catalog() local115 tmp = env_var; in __open_catalog()121 while (*tmp != '\0' && *tmp != '_' && *tmp != '.'); in __open_catalog()125 tmp = env_var; in __open_catalog()127 ++tmp; in __open_catalog()128 while (*tmp != '\0' && *tmp != '_' && *tmp != '.'); in __open_catalog()131 ++tmp; in __open_catalog()137 while (*tmp != '\0' && *tmp != '.'); in __open_catalog()144 ++tmp; in __open_catalog()145 while (*tmp != '\0' && *tmp != '.'); in __open_catalog()[all …]
36 char *tmp = NULL; in catopen() local56 tmp = malloc (len); in catopen()58 if (__glibc_unlikely (tmp == NULL)) in catopen()61 __stpcpy (__stpcpy (__stpcpy (tmp, nlspath), ":"), NLSPATH); in catopen()62 nlspath = tmp; in catopen()81 free (tmp); in catopen()
Completed in 12 milliseconds