Home | History | Annotate | Download | only in librank

Lines Matching full:stderr

88             fprintf(stderr, "Couldn't resize libraries array: %s\n", strerror(errno));
96 fprintf(stderr, "Couldn't allocate space for library struct: %s\n", strerror(errno));
101 fprintf(stderr, "Couldn't allocate space for library name: %s\n", strerror(errno));
107 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
131 fprintf(stderr, "Couldn't resize mappings array: %s\n", strerror(errno));
139 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno));
155 fprintf(stderr, "Couldn't allocate space for process struct: %s\n", strerror(errno));
195 fprintf(stderr, "Option -P requires an argument.\n");
209 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
219 fprintf(stderr, "Error initializing kernel interface -- "
226 fprintf(stderr, "Error listing processes.\n");
233 fprintf(stderr, "warning: could not create process interface for %d\n", pids[i]);
241 fprintf(stderr, "Error listing maps for process %d.\n", proc->pid);
257 fprintf(stderr, "Error getting map memory usage of "
299 fprintf(stderr, "Usage: %s [ -P | -L ] [ -v | -r | -p | -u | -h ]\n"