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

  /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...]
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdtable.h 57 name_t *n_list; member in struct:__anon1900
  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.c 81 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t));
84 uid = &tbl->n_list[tbl->n_nent++];
100 if (tbl->n_list[i] == uid)
prtable.h 51 uid_t *n_list; member in struct:__anon2

Completed in 120 milliseconds