HomeSort by relevance Sort by last modified time
    Searched defs:n_list (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdtable.h 57 name_t *n_list; member in struct:__anon1904
  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.h 51 uid_t *n_list; member in struct:__anon2
  /onnv/onnv-gate/usr/src/cmd/news/
news.c 76 } *n_list; variable in typeref:struct:n_file
171 * files in /var/news into n_list; sort them in reverse by
190 /* Read the file names into n_list */
202 n_list = (struct n_file *)
203 realloc ((char *) n_list,
208 n_list = (struct n_file *) malloc
212 if (n_list == NULL) {
216 n_list[n_count-1].n_time = sbuf.st_mtime;
217 strncpy (n_list[n_count-1].n_name,
223 /* Sort the elements of n_list in decreasing time order *
    [all...]

Completed in 120 milliseconds