Lines Matching refs:strtol
296 if (pid != (uint32_t)strtol(p_pidobj, (char **)NULL, 10)) in select_pidobj()
313 if (id != (uint32_t)strtol(p_msgqobj, (char **)NULL, in select_ipcobj()
321 if (id != (uint32_t)strtol(p_semobj, (char **)NULL, 10)) in select_ipcobj()
328 if (id != (uint32_t)strtol(p_shmobj, (char **)NULL, 10)) in select_ipcobj()
715 p_euid = strtol(optarg, &converr, 10); in main()
726 p_egid = strtol(optarg, &converr, 10); in main()
737 p_rgid = strtol(optarg, &converr, 10); in main()
748 p_subid = strtol(optarg, (char **)NULL, 10); in main()
766 *etp = strtol(optarg, (char **)NULL, 10); in main()
787 p_ruid = strtol(optarg, &converr, 10); in main()
797 p_auid = strtol(optarg, &converr, 10); in main()